Skip to content

Releases: chimurai/http-proxy-middleware

v3.0.0-beta.0

v3.0.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@chimurai chimurai released this 23 Apr 09:36
  • See discussions to read about what changed in V3: #768
  • Follow MIGRATION.md to upgrade from v2 to v3.

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: v2.0.4...v3.0.0-beta.0

v2.0.6

Choose a tag to compare

@chimurai chimurai released this 20 Apr 20:05
c08cb1e

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

Choose a tag to compare

@chimurai chimurai released this 19 Apr 20:28

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

Choose a tag to compare

@chimurai chimurai released this 13 Mar 16:10
4baae76

What's Changed

  • chore(package): bump dev dependencies by @chimurai in #714
  • chore(vscode): add recommended extensions by @chimurai in #715
  • docs(response-interceptor.md): add headers modification example by @stefanwright1988 in #724
  • fix(fix-request-body): improve content type check by @kevinxh in #725
  • chore(package): v2.0.4 by @chimurai in #729

New Contributors

  • @stefanwright1988 made their first contribution in #724
  • @kevinxh made their first contribution in #725

Full Changelog: v2.0.3...v2.0.4

v2.0.3

Choose a tag to compare

@chimurai chimurai released this 07 Feb 18:44

What's Changed

  • feat(package): optional @types/express peer dependency by @chimurai in #707

Full Changelog: v2.0.2...v2.0.3

v2.0.2

Choose a tag to compare

@chimurai chimurai released this 23 Jan 17:46

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@chimurai chimurai released this 01 Jul 20:40

v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@chimurai chimurai released this 07 May 17:43
6429b64

v1.3.1...v2.0.0

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

v1.3.1

Choose a tag to compare

@chimurai chimurai released this 28 Apr 18:43

v1.3.0...v1.3.1

  • fix(fix-request-body): make sure the content-type exists (#578) (oufeng)

v1.3.0

Choose a tag to compare

@chimurai chimurai released this 25 Apr 21:35

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)