[6a3a178] | 1 | # Changelog
|
---|
| 2 |
|
---|
| 3 | ## [v0.19.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.1)
|
---|
| 4 |
|
---|
| 5 | - fix(log): handle case when error code is missing ([#303](https://github.com/chimurai/http-proxy-middleware/pull/303))
|
---|
| 6 |
|
---|
| 7 | ## [v0.19.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.19.0)
|
---|
| 8 |
|
---|
| 9 | - feat(http-proxy): bump to v1.17.0 ([#261](https://github.com/chimurai/http-proxy-middleware/pull/261))
|
---|
| 10 |
|
---|
| 11 | ## [v0.18.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.18.0)
|
---|
| 12 |
|
---|
| 13 | - fix(vulnerability): update micromatch to v3.x ([npm:braces:20180219](https://snyk.io/test/npm/http-proxy-middleware?tab=issues&severity=high&severity=medium&severity=low#npm:braces:20180219))
|
---|
| 14 | - test(node): drop node 0.x support ([#212](https://github.com/chimurai/http-proxy-middleware/pull/212))
|
---|
| 15 |
|
---|
| 16 | ## [v0.17.4](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.4)
|
---|
| 17 |
|
---|
| 18 | - fix(ntlm authentication): fixed bug preventing proxying with ntlm authentication. ([#132](https://github.com/chimurai/http-proxy-middleware/pull/149)) (Thanks: [EladBezalel](https://github.com/EladBezalel), [oshri551](https://github.com/oshri551))
|
---|
| 19 |
|
---|
| 20 | ## [v0.17.3](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.3)
|
---|
| 21 |
|
---|
| 22 | - fix(onError): improve default proxy error handling. http status codes (504, 502 and 500). ([#132](https://github.com/chimurai/http-proxy-middleware/pull/132)) ([graingert](https://github.com/graingert))
|
---|
| 23 |
|
---|
| 24 | ## [v0.17.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.2)
|
---|
| 25 |
|
---|
| 26 | - feat(logging): improve error message & add link to Node errors page. ([#106](https://github.com/chimurai/http-proxy-middleware/pull/106)) ([cloudmu](https://github.com/cloudmu))
|
---|
| 27 | - feat(pathRewrite): path can be empty string. ([#110](https://github.com/chimurai/http-proxy-middleware/pull/110)) ([sunnylqm](https://github.com/sunnylqm))
|
---|
| 28 | - bug(websocket): memory leak when option 'ws:true' is used. ([#114](https://github.com/chimurai/http-proxy-middleware/pull/114)) ([julbra](https://github.com/julbra))
|
---|
| 29 | - chore(package.json): reduce package size. ([#109](https://github.com/chimurai/http-proxy-middleware/pull/109))
|
---|
| 30 |
|
---|
| 31 | ## [v0.17.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.1)
|
---|
| 32 |
|
---|
| 33 | - fix(Express sub Router): 404 on non-proxy routes ([#94](https://github.com/chimurai/http-proxy-middleware/issues/94))
|
---|
| 34 |
|
---|
| 35 | ## [v0.17.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.17.0)
|
---|
| 36 |
|
---|
| 37 | - fix(context matching): Use [RFC 3986 path](https://tools.ietf.org/html/rfc3986#section-3.3) in context matching. (excludes query parameters)
|
---|
| 38 |
|
---|
| 39 | ## [v0.16.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.16.0)
|
---|
| 40 |
|
---|
| 41 | - deprecated(proxyTable): renamed `proxyTable` to `router`.
|
---|
| 42 | - feat(router): support for custom `router` function.
|
---|
| 43 |
|
---|
| 44 | ## [v0.15.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.15.2)
|
---|
| 45 |
|
---|
| 46 | - fix(websocket): fixes websocket upgrade.
|
---|
| 47 |
|
---|
| 48 | ## [v0.15.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.15.1)
|
---|
| 49 |
|
---|
| 50 | - feat(pathRewrite): expose `req` object to pathRewrite function.
|
---|
| 51 | - fix(websocket): fixes websocket upgrade when both config.ws and external .upgrade() are used.
|
---|
| 52 |
|
---|
| 53 | ## [v0.15.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.15.0)
|
---|
| 54 |
|
---|
| 55 | - feat(pathRewrite): support for custom pathRewrite function.
|
---|
| 56 |
|
---|
| 57 | ## [v0.14.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.14.0)
|
---|
| 58 |
|
---|
| 59 | - feat(proxy): support proxy creation without context.
|
---|
| 60 | - fix(connect mounting): use connect's `path` configuration to mount proxy.
|
---|
| 61 |
|
---|
| 62 | ## [v0.13.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.13.0)
|
---|
| 63 |
|
---|
| 64 | - feat(context): custom context matcher; when simple `path` matching is not sufficient.
|
---|
| 65 |
|
---|
| 66 | ## [v0.12.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.12.0)
|
---|
| 67 |
|
---|
| 68 | - add option `onProxyReqWs` (subscribe to http-proxy `proxyReqWs` event)
|
---|
| 69 | - add option `onOpen` (subscribe to http-proxy `open` event)
|
---|
| 70 | - add option `onClose` (subscribe to http-proxy `close` event)
|
---|
| 71 |
|
---|
| 72 | ## [v0.11.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.11.0)
|
---|
| 73 |
|
---|
| 74 | - improved logging
|
---|
| 75 |
|
---|
| 76 | ## [v0.10.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.10.0)
|
---|
| 77 |
|
---|
| 78 | - feat(proxyTable) - added proxyTable support for WebSockets.
|
---|
| 79 | - fixed(proxyTable) - ensure original path (not rewritten path) is being used when `proxyTable` is used in conjunction with `pathRewrite`.
|
---|
| 80 |
|
---|
| 81 | ## [v0.9.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.9.1)
|
---|
| 82 |
|
---|
| 83 | - fix server crash when socket error not handled correctly.
|
---|
| 84 |
|
---|
| 85 | ## [v0.9.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.9.0)
|
---|
| 86 |
|
---|
| 87 | - support subscribing to http-proxy `proxyReq` event ([trbngr](https://github.com/trbngr))
|
---|
| 88 | - add `logLevel` and `logProvider` support
|
---|
| 89 |
|
---|
| 90 | ## [v0.8.2](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.2)
|
---|
| 91 |
|
---|
| 92 | - fix proxyError handler ([mTazelaar](https://github.com/mTazelaar))
|
---|
| 93 |
|
---|
| 94 | ## [v0.8.1](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.1)
|
---|
| 95 |
|
---|
| 96 | - fix pathRewrite when `agent` is configured
|
---|
| 97 |
|
---|
| 98 | ## [v0.8.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.8.0)
|
---|
| 99 |
|
---|
| 100 | - support external websocket upgrade
|
---|
| 101 | - fix websocket shorthand
|
---|
| 102 |
|
---|
| 103 | ## [v0.7.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.7.0)
|
---|
| 104 |
|
---|
| 105 | - support shorthand syntax
|
---|
| 106 | - fix express/connect mounting
|
---|
| 107 |
|
---|
| 108 | ## [v0.6.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.6.0)
|
---|
| 109 |
|
---|
| 110 | - support proxyTable
|
---|
| 111 |
|
---|
| 112 | ## [v0.5.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.5.0)
|
---|
| 113 |
|
---|
| 114 | - support subscribing to http-proxy `error` event
|
---|
| 115 | - support subscribing to http-proxy `proxyRes` event
|
---|
| 116 |
|
---|
| 117 | ## [v0.4.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.4.0)
|
---|
| 118 |
|
---|
| 119 | - support websocket
|
---|
| 120 |
|
---|
| 121 | ## [v0.3.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.3.0)
|
---|
| 122 |
|
---|
| 123 | - support wildcard / glob
|
---|
| 124 |
|
---|
| 125 | ## [v0.2.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.2.0)
|
---|
| 126 |
|
---|
| 127 | - support multiple paths
|
---|
| 128 |
|
---|
| 129 | ## [v0.1.0](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.1.0)
|
---|
| 130 |
|
---|
| 131 | - support path rewrite
|
---|
| 132 | - deprecate proxyHost option
|
---|
| 133 |
|
---|
| 134 | ## [v0.0.5](https://github.com/chimurai/http-proxy-middleware/releases/tag/v0.0.5)
|
---|
| 135 |
|
---|
| 136 | - initial release
|
---|