yeqown/fasthttp-reverse-proxy
reverse http / websocket proxy based on fasthttp
10 Releases
Latest: 1y ago
v2.2.5Latest
📋 What's Changed
- add stream response body by @joyqi in https://github.com/yeqown/fasthttp-reverse-proxy/pull/44
- Full Changelog: https://github.com/yeqown/fasthttp-reverse-proxy/compare/v2.2.4...v2.2.5
v2.2.4
📋 What's Changed
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in https://github.com/yeqown/fasthttp-reverse-proxy/pull/42
- add disable virtual host by @joyqi in https://github.com/yeqown/fasthttp-reverse-proxy/pull/43
✨ New Contributors
- @joyqi made their first contribution in https://github.com/yeqown/fasthttp-reverse-proxy/pull/43
- Full Changelog: https://github.com/yeqown/fasthttp-reverse-proxy/compare/v2.2.3...v2.2.4
v2.2.3
📋 What's Changed
- build(deps): bump github.com/valyala/fasthttp from 1.30.0 to 1.34.0 by @dependabot in https://github.com/yeqown/fasthttp-reverse-proxy/pull/31
- Disable Path Normalizing option. by @DaniilSokolyuk in https://github.com/yeqown/fasthttp-reverse-proxy/pull/33
- add MaxConnDuration option for hostClient by @hankji in https://github.com/yeqown/fasthttp-reverse-proxy/pull/37
- build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in https://github.com/yeqown/fasthttp-reverse-proxy/pull/38
- Dynamic target's path in WebSocket by @LdDl in https://github.com/yeqown/fasthttp-reverse-proxy/pull/40
✨ New Contributors
- @dependabot made their first contribution in https://github.com/yeqown/fasthttp-reverse-proxy/pull/31
- @DaniilSokolyuk made their first contribution in https://github.com/yeqown/fasthttp-reverse-proxy/pull/33
- @hankji made their first contribution in https://github.com/yeqown/fasthttp-reverse-proxy/pull/37
- @LdDl made their first contribution in https://github.com/yeqown/fasthttp-reverse-proxy/pull/40
- Full Changelog: https://github.com/yeqown/fasthttp-reverse-proxy/compare/v2.2.2...v2.2.3
v2.2.2
🐛 Bug Fixes
- fix websocket forward `cookie` header ([bb0825f](https://github.com/yeqown/fasthttp-reverse-proxy/commit/bb0825f7671b8eaeebe63e7102594dc104f41613))
v2.2.1
📋 Changes
- upgrade the version of `fasthttp` ([0ccacb](https://github.com/yeqown/fasthttp-reverse-proxy/commit/0ccacb9cf865008682fa366e1935856c314816b3))
- fix test cases of ws_reverseproxy ([e92019](https://github.com/yeqown/fasthttp-reverse-proxy/commit/e92019bf606f61fa99122c2b689ad8846636bc3d))
v2.2.0
📦 (2021-06-01)
- docs: update comment and readme ([d442dbe](https://github.com/yeqown/fasthttp-reverse-proxy/commit/d442dbe))
- docs(example): upgrade ws reverseproxy example codes ([9bc7ce5](https://github.com/yeqown/fasthttp-reverse-proxy/commit/9bc7ce5))
- feat(ws_reverseproxy): add OptionWS for ws_reverseproxy ([4a03f2f](https://github.com/yeqown/fasthttp-reverse-proxy/commit/4a03f2f))
v2.1.4
use v2 branch
v1.1.3
fix #14
v1.1.1
📋 Changes
- send close message while the *Conn* finished between backend and client
- debug mode to control log output
- built-in logger to format log
v1.0.0
delete pool code is which fasthttp has supported
