What's Changed
- fix: don't set Transfer-Encoding: chunked on 304 responses by @Yanhu007 in #770
- docs: add missing godoc comments to exported symbols by @scovl in #768
- http: forward upstream response trailers by @0b01 in #773
- Remove insecure skip verify from origin transport by @ErikPelli in #774
- Avoid chunked response when there is http.NoBody by @ErikPelli in #776
- fix(https): close client connection when target connection errors by @wucm667 in #779
- fix: restore examples module health and clarify sample apps by @Thiago-Tertuliano in #780
- fix: append headers instead of overwriting when keepDestHeaders is true by @Yanhu007 in #771
New Contributors
- @Yanhu007 made their first contribution in #770
- @scovl made their first contribution in #768
- @0b01 made their first contribution in #773
- @wucm667 made their first contribution in #779
- @Thiago-Tertuliano made their first contribution in #780
Full Changelog: v1.8.3...v1.8.4