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 #2713 - Fixed validation of directive variables used in fragments by @ya-at in #2822
- Fixed client code generation path when using split-files by @alexdupre in #2711
Performance improvements
- Improved runtime performance of
ArgBuilderby @kyri-petrou in #2839
Other
- Added support for
extendin rendering by @camarena in #2690 - Removed usage of
exitCodeby @ghostdogpr in #2717