Skip to content

Releases: chimurai/http-proxy-middleware

v0.19.0

29 Aug 21:30
bb59c66
Compare
Choose a tag to compare

v0.18.0...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

12 Mar 22:49
Compare
Choose a tag to compare

v0.17.4...v0.18.0

v0.17.4

02 Mar 23:09
Compare
Choose a tag to compare

v0.17.3...v0.17.4

  • fix(ntlm authentication): fixed bug preventing proxying with ntlm authentication. (#132)

(Thanks: EladBezalel, oshri551)

v0.17.3

07 Dec 21:24
Compare
Choose a tag to compare

v0.17.2...v0.17.3

  • fix(onError): improve default proxy error handling. http status codes (504, 502 and 500). (32b4c06) (graingert)

v0.17.2

28 Sep 22:38
Compare
Choose a tag to compare

v0.17.1...v0.17.2

  • feat(logging): improve error message & add link to Node errors page. (7d1865c) (cloudmu)
  • feat(pathRewrite): path can be empty string. (0cb6839) (sunnylqm)
  • bug(websocket): memory leak when option 'ws:true' is used. (2bf1f93) (julbra)
  • chore(package.json): reduce package size. (4db1bfa)

v0.17.1

11 Aug 21:32
Compare
Choose a tag to compare

v0.17.0...v0.17.1

  • fix(Express sub Router): 404 on non-proxy routes (8fe6008)

v0.17.0

03 Jul 15:34
Compare
Choose a tag to compare

v0.16.0...v0.17.0

  • fix(context matching): Use RFC 3986 path in context matching. (excludes query parameters) (8fe6008)

v0.16.0

13 Jun 18:57
Compare
Choose a tag to compare

v0.15.2...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

29 May 12:53
Compare
Choose a tag to compare

v0.15.1...v0.15.2

fix(websocket): fixes websocket upgrade. (53fe79b)

v0.15.1

26 May 22:03
Compare
Choose a tag to compare

v0.15.0...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.