Http Proxy Middleware Versions Save

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more

v3.0.0

2 weeks ago

[BREAKING CHANGES]

Read the v3 in Discussions or MIGRATION.md to see what the breaking changes are and how you can migrate them.

What's Changed

New Contributors

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.4...v3.0.0

v3.0.0-beta.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v3.0.0-beta.0...v3.0.0-beta.1

v3.0.0-beta.0

1 year ago

What's Changed

  • chore(deps): update micromatch to 4.0.5
  • chore(package): bump devDependencies
  • feat(legacyCreateProxyMiddleware): show migration tips (#756)
  • feat(legacyCreateProxyMiddleware): adapter with v2 behavior (#754)
  • docs(proxy events): fix new syntax (#753)
  • feat(debug): improve troubleshooting (#752)
  • test(path-rewriter): improve coverage (#751)
  • feat(ejectPlugins): skip registering default plugins (#750)
  • refactor: logging [BREAKING CHANGE] (#749)
  • refactor(handlers): refactor to plugins [BREAKING CHANGE] (#745)
  • feat(plugins): add support for plugins (#732)
  • docs: fix v3 documentation
  • fix: server mounting [BREAKING CHANGE] (#731)
  • test(fixRequestBody): fix broken test
  • refactor: use node http base types [BREAKING CHANGE] (#730) (special thanks: @cdaringe & @devanshj)
  • feat(option): refactor context to pathFilter option [BREAKING CHANGE] (#722)
  • feat: remove shorthand usage [BREAKING CHANGE] (#716)

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.4...v3.0.0-beta.0

v2.0.6

1 year ago

What's Changed

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.5...v2.0.6

v2.0.5

1 year ago

What's Changed

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.4...v2.0.5

v2.0.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.3...v2.0.4

v2.0.3

2 years ago

What's Changed

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.2...v2.0.3

v2.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/chimurai/http-proxy-middleware/compare/v2.0.1...v2.0.2

v2.0.1

2 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.3.1...v2.0.0

  • chore(package): drop node 10 [BREAKING CHANGE] (#577)