v2.4.0
What's Changed
- Do not replace the default gin value if there's no remote_ip_headers … by @taik0 in #686
- fix broken links in documentation by @dhontecillas in #687
- initialize the ClientTLS if required by @kpacha in #682
- pass the global ctx to the handler plugins by @kpacha in #683
- Allow multiple unsafe requests on the same endpoint by @kpacha in #689
- Avoid panics by @dhontecillas in #688
- Add mTLS config for backend clients by @dhontecillas in #676
- add backend level query strings filtering by @dhontecillas in #690
- upgrade some x pkgs by @kpacha in #692
- Remove gin pending fix "patch" by @dhontecillas in #693
- Allow to configure the listen address of the service by @taik0 in #695
- Fix h2c support by @anivanovic in #694
- Name explicitly the client certificate and private key by @dhontecillas in #696
New Contributors
- @anivanovic made their first contribution in #694
Full Changelog: v2.3.0...v2.4.0