Release Notes
New Features
Enhancements
- refactor: inherit value from client enables clean request overrides #516 by @jeevatkm in #706
- optimization: Improve parseRequestHeader function and add the unit tests and benchmarks by @SVilgelm in #712
Bug Fixes
- fix: parseResponseBody overrides original error code in case of unmar… by @dmartinol in #674
- Set ContentLength to 0 when Body is nil by @praem90 in #698
- fix: improve regex expression for json and xml content type validation by @jeevatkm in #702
- fix: add missing source files in the bazel build config #700 by @jeevatkm in #707
Test Cases
- test: add test example for unix socket client and update readme #589 by @jeevatkm in #703
- test: added validation test case, unable to reproduce #524 by @jeevatkm in #704
- unit tests for parseRequestURL function by @SVilgelm in #709
- fix TestClientOnResponseError parallel tests by @SVilgelm in #710
Documentation
New Contributors
- @dmartinol made their first contribution in #674
- @praem90 made their first contribution in #698
- @leejuyuu made their first contribution in #701
Full Changelog: v2.8.0...v2.9.0