diff --git a/README.md b/README.md index 996caa5a..e0f262ba 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,7 @@ app.use('/', proxy('internalhost.example.com', { | Release | Notes | | --- | --- | +| 1.2.0 | Auto-stream when no decorations are made to req/res. Improved docs, fixes issues in maybeSkipToNexthandler, allow authors to manage error handling. | | 1.1.0 | Add step to allow response headers to be modified. | 1.0.7 | Update dependencies. Improve docs on promise rejection. Fix promise rejection on body limit. Improve debug output. | | 1.0.6 | Fixes preserveHostHdr not working, skip userResDecorator on 304, add maybeSkipToNext, test improvements and cleanup. |