Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-21 | 772 Bytes | |
v2.9.2 source code.tar.gz | 2025-02-21 | 835.9 kB | |
v2.9.2 source code.zip | 2025-02-21 | 1.2 MB | |
Totals: 3 Items | 2.1 MB | 0 |
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 https://github.com/ghostdogpr/caliban/pull/2508
- Fixed rendering of response value keys by @paulpdaniels in https://github.com/ghostdogpr/caliban/pull/2549
- Fixed fragment merge issue by @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2558
Performance improvements
- Improve performance by avoiding interface method dispatches for iterables in
Validator
by @kyri-petrou in https://github.com/ghostdogpr/caliban/pull/2499 - Improve performance by manually extracting tuple params in CPU-hotpath code by @kyri-petrou in https://github.com/ghostdogpr/caliban/pull/2502