Releases: chimurai/http-proxy-middleware
Releases · chimurai/http-proxy-middleware
v0.19.0
- feat(http-proxy): bump to v1.17.0 (#261)
List of changes in the http-proxy 1.17.0
http-party/node-http-proxy@1.16.2...1.17.0
v0.18.0
- fix(vulnerability): update micromatch to v3.x (npm:braces:20180219)
- test(node): drop node 0.x support (#212)
v0.17.4
- fix(ntlm authentication): fixed bug preventing proxying with ntlm authentication. (#132)
(Thanks: EladBezalel, oshri551)
v0.17.3
v0.17.2
v0.17.1
v0.17.0
- fix(context matching): Use RFC 3986 path in context matching. (excludes query parameters) (8fe6008)
v0.16.0
- deprecate(proxyTable): renamed proxyTable to router. (009f90d)
- feat(router): support for custom router function. (3afd492)
Router recipe:
https://github.com/chimurai/http-proxy-middleware/blob/master/recipes/router.md
v0.15.2
v0.15.1
- feat(pathRewrite): expose
req
object to pathRewrite function. - fix(websocket): fixes websocket upgrade when both config.ws and external .upgrade() are used.