Skip to content

Releases: chimurai/http-proxy-middleware

v0.5.0

Choose a tag to compare

@chimurai chimurai released this 07 Aug 18:31
  • support subscribing to http-proxy error event. (#9)
  • support subscribing to http-proxy proxyRes event. (#10)

v0.4.0

Choose a tag to compare

@chimurai chimurai released this 28 Jul 21:26
  • Added support for websockets. #1

v0.3.2

Choose a tag to compare

@chimurai chimurai released this 25 Jul 13:06
  • dependency: micromatch v2.2.0 update.
  • docs: fixed incorrect glob usage.

v0.3.1

Choose a tag to compare

@chimurai chimurai released this 24 Jul 20:17

pin micromatch to version v2.1.x

v0.3.0

Choose a tag to compare

@chimurai chimurai released this 19 Jul 11:13

Added wildcard (glob) support for matching url paths #2

v0.2.0

Choose a tag to compare

@chimurai chimurai released this 13 Jul 09:34
  • Added support for multi path configuration #4

v0.1.0

Choose a tag to compare

@chimurai chimurai released this 09 Jul 03:47
  • feature: option.pathRewrite - ability to rewrite paths.
  • deprecated: option.proxyHost, use option.changeOrigin
  • updated dependencies

This release is backwards compatible with: v0.0.5

v0.0.5

Choose a tag to compare

@chimurai chimurai released this 31 Mar 12:41
  • Handle proxy errors to prevent disconnects.