Skip to content

Releases: hertz-contrib/reverseproxy

release v1.0.6

31 May 08:10
e589602
Compare
Choose a tag to compare

What's Changed

  • feat: reverseproxy client supports more behavior, such as DoRedirect, DoDeadline, Dotimeout by @dragonYang200 in #19

New Contributors

Full Changelog: v1.0.5...v1.0.6

release v1.0.5

04 Jan 08:05
3059929
Compare
Choose a tag to compare

What's Changed

  • fix: should break the loop when connection has closed by @whxaxes in #18

New Contributors

Full Changelog: v0.1.4...v1.0.5

release v1.0.4

17 Dec 15:24
f728214
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

release v0.1.4

03 Dec 10:32
f728214
Compare
Choose a tag to compare

release v0.1.3

24 Aug 09:51
c06b823
Compare
Choose a tag to compare
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

17 Aug 08:32
1bb9078
Compare
Choose a tag to compare

fix: support save response original header

v1.0.1

10 Jul 06:25
331781c
Compare
Choose a tag to compare

What's Changed

  • feat: add transferTrailer to switch whether forward trailer-relative header by @wzekin in #13

Full Changelog: v1.0.0...v1.0.1

release v1.0.0

08 Nov 13:32
1045ce0
Compare
Choose a tag to compare
feat: use default global client when no use option (#8)

first release

13 Sep 16:04
83777fd
Compare
Choose a tag to compare

Thanks a lot to those community contributors who submit some pull requests for this version:
@Skyenought