Skip to content

Releases: yeqown/fasthttp-reverse-proxy

v2.2.3

26 Jan 06:19
47d038a
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/valyala/fasthttp from 1.30.0 to 1.34.0 by @dependabot in #31
  • Disable Path Normalizing option. by @DaniilSokolyuk in #33
  • add MaxConnDuration option for hostClient by @hankji in #37
  • build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #38
  • Dynamic target's path in WebSocket by @LdDl in #40

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

09 Dec 05:34
bb0825f
Compare
Choose a tag to compare

(2021-12-09)

Bug Fixes

  • fix websocket forward cookie header (bb0825f)

v2.2.1

30 Sep 14:16
Compare
Choose a tag to compare

Features

  • upgrade the version of fasthttp (0ccacb)
  • fix test cases of ws_reverseproxy (e92019)

v2.2.0

01 Jun 02:41
1e5ae9b
Compare
Choose a tag to compare

(2021-06-01)

  • docs: update comment and readme (d442dbe)
  • docs(example): upgrade ws reverseproxy example codes (9bc7ce5)
  • feat(ws_reverseproxy): add OptionWS for ws_reverseproxy (4a03f2f)

v2.1.4

16 Oct 13:01
Compare
Choose a tag to compare

use v2 branch

v1.1.3

07 Sep 01:08
197e05a
Compare
Choose a tag to compare

fix #14

v1.1.1

13 Mar 08:58
197e05a
Compare
Choose a tag to compare

fixes:

  • send close message while the Conn finished between backend and client

features:

  • debug mode to control log output
  • built-in logger to format log

v1.0.0

28 Dec 02:19
197e05a
Compare
Choose a tag to compare

delete pool code is which fasthttp has supported