http-proxy-middleware

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

MIT License

Downloads
62M
Stars
10.7K
Committers
39

Bot releases are hidden (Show)

http-proxy-middleware - v3.0.3

Published by chimurai 11 days ago

http-proxy-middleware - v2.0.7

Published by chimurai 11 days ago

http-proxy-middleware - v2.0.7-beta.1

Published by chimurai 11 days ago

http-proxy-middleware - v2.0.7-beta.0

Published by chimurai 11 days ago

http-proxy-middleware - v3.0.2

Published by chimurai about 1 month ago

What's Changed

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

http-proxy-middleware - v3.0.1

Published by chimurai about 2 months ago

What's Changed

New Contributors

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

http-proxy-middleware - v3.0.1-beta.1

Published by chimurai 3 months ago

What's Changed

New Contributors

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

http-proxy-middleware - v3.0.1-beta.0 Latest Release

Published by chimurai 6 months ago

What's Changed

New Contributors

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

http-proxy-middleware - v3.0.0

Published by chimurai 7 months 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

http-proxy-middleware - v3.0.0-beta.1

Published by chimurai over 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

http-proxy-middleware - v3.0.0-beta.0

Published by chimurai over 2 years 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

http-proxy-middleware - v2.0.6

Published by chimurai over 2 years ago

What's Changed

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

http-proxy-middleware - v2.0.5

Published by chimurai over 2 years ago

What's Changed

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

http-proxy-middleware - v2.0.4

Published by chimurai over 2 years ago

What's Changed

New Contributors

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

http-proxy-middleware - v2.0.3

Published by chimurai over 2 years ago

What's Changed

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

http-proxy-middleware - v2.0.2

Published by chimurai over 2 years ago

What's Changed

New Contributors

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

http-proxy-middleware - v2.0.1

Published by chimurai over 3 years ago

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

http-proxy-middleware - v2.0.0

Published by chimurai over 3 years ago

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

  • chore(package): drop node 10 [BREAKING CHANGE] (#577)
http-proxy-middleware - v1.3.1

Published by chimurai over 3 years ago

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

  • fix(fix-request-body): make sure the content-type exists (#578) (oufeng)
http-proxy-middleware - v1.3.0

Published by chimurai over 3 years ago

https://github.com/chimurai/http-proxy-middleware/compare/v1.2.1...v1.3.0

  • docs(response interceptor): align with nodejs default utf8 (#567)
  • feat: try to proxy body even after body-parser middleware (#492) (midgleyc)