New
v2.11.2
Release Notes
This release contains a few minor fixes and a nice performance improvement on ArgBuilder.
Note that most new development is now done in the series/3.x branch which should be released in the near future. That major release will have (among others) an upgrade to sttp 4.x, support for sbt 2.x, a split of tools into smaller modules and the removal of all deprecated features.
Bug Fixes
- Fixed validation of
@oneOfvariable on lists by @guymers in https://github.com/ghostdogpr/caliban/pull/2713 - Fixed validation of directive variables used in fragments by @ya-at in https://github.com/ghostdogpr/caliban/pull/2822
- Fixed client code generation path when using split-files by @alexdupre in https://github.com/ghostdogpr/caliban/pull/2711
Performance improvements
- Improved runtime performance of
ArgBuilderby @kyri-petrou in https://github.com/ghostdogpr/caliban/pull/2839
Other
- Added support for
extendin rendering by @camarena in https://github.com/ghostdogpr/caliban/pull/2690 - Removed usage of
exitCodeby @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2717