Skip to content

Commit 49f3442

Browse files
committed
Update README in anticipation of new release.
1 parent 6d31f98 commit 49f3442

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,10 @@ app.use('/', proxy('internalhost.example.com', {
592592
593593
| Release | Notes |
594594
| --- | --- |
595+
| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this.<br />
596+
* Improves => using proxyReqBodyDecorator with parseReqBody=false. <br />
597+
* Repairs => Can't use proxy() twice in Express middleware stack. <br />
598+
* Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding. <br />
595599
| 2.0.0 | Update all dependencies; set stage for next iteration. `express-http-proxy` interface has not changed, but the underlying libraries are not guaranteed to be backward compatible. Versions beyond this point are expected to be run in node verions >= 16. |
596600
| ----- | ----------------------------------------------------------------------- |
597601
| 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.

0 commit comments

Comments
 (0)