Releases: hertz-contrib/reverseproxy
Releases · hertz-contrib/reverseproxy
release v1.0.6
What's Changed
- feat: reverseproxy client supports more behavior, such as DoRedirect, DoDeadline, Dotimeout by @dragonYang200 in #19
New Contributors
- @dragonYang200 made their first contribution in #19
Full Changelog: v1.0.5...v1.0.6
release v1.0.5
release v1.0.4
What's Changed
- feat: support websocket reverse proxy by @justlorain in #16
New Contributors
- @justlorain made their first contribution in #16
Full Changelog: v1.0.3...v1.0.4
release v0.1.4
Thanks a lot @justlorain
release v0.1.3
fix: fix the bug that temporarily saved the header (#15) * fix: fix the bug that temporarily saved the header * feat: use sync.Pool to improve
v1.0.2
fix: support save response original header
v1.0.1
release v1.0.0
feat: use default global client when no use option (#8)
first release
Thanks a lot to those community contributors who submit some pull requests for this version:
@Skyenought