Releases: stegano/next-http-proxy-middleware
Releases · stegano/next-http-proxy-middleware
v1.2.4
Fixes
- fix: create proxy instance for each request(fix memory leaks) (#65)
v1.2.1
Features
- feat: add
onProxyInit
option (#50)
v1.1.2
Docs
- docs(README.md): fix middleware path in README example (#47)
v1.1.0
Fixes
- fix(rewritePath): change 'rewritePath' type for apply pattern priority (#39)
Docs
- docs(README.md): add
Using multipart/form-data
section (#33)
v1.0.10
Fixes
- fix: add methods that can include the request body(#22, #24)
v1.0.9
Fixes
- fix: change http-proxy & types into dependencies (#17)
v1.0.8-hotfix.1
Fixes
- fix: change http-proxy & types into dependencies (#17)
v1.0.8
- fix: update all dependencies (#8, #9, #10, #11)
- Security vulnerable dependencies and incorrect dependencies updated
v1.0.6
Chores
- chore(package.json): remove
@types/next
in dependencies (#8)
v1.0.5
Fixes
- fix: type error: this expression is not callable. (#7)