Release Notes
This is a small release with a few bug fixes and improvements.
Bug fixes
- Fixed encoding of json keys that contain utf-8 characters by @valentin-panalyt in #2508
- Fixed rendering of response value keys by @paulpdaniels in #2549
- Fixed fragment merge issue by @ghostdogpr in #2558
Performance improvements
- Improve performance by avoiding interface method dispatches for iterables in
Validator
by @kyri-petrou in #2499 - Improve performance by manually extracting tuple params in CPU-hotpath code by @kyri-petrou in #2502