Release 3.2.1
v3.2.1 comes with 20+ PRs from the community as part of our regular weekly patch release. If you've any question or feedback, please open an issue with the details. Here are the higlights of the release:
General
- [generator] Cleanup debugOpenAPI usage/display text #804
- Correct URL for openapi-generator.cli.sh in README.md #770
- [gradle] Support nullable system property values #764
- [Core] Resolve Inline Models #736
- Fixed the generation of model properties whose data type is a composed (allOf) schema #704
C++
- [cpp-restsdk] Support multi-line descriptions #753
- [C++][Restbed/Pistache] Added fix for byte array #752
- [cpp pistache] use model namespace only on Model import #733
- [cpprestsdk] Fix broken non-mockable builds due to conflicting destructors #732
- [cpp pistache] fix leading number in model names and apply modelNamePrefix in all cases #730
C#
HTML
- Enhancements to documentation generators (samples, default values, etc) #790
Java
- [Java][jaxrs-jersey] add sample with jaxrs-jersey + openapi v3 #778
- [jaxrs-spec] fix incorrect @Path-Generation for resource-path "/" #771
- [jaxrs-spec] setup test for samples, repair import and dependency #755
JavaScript
- [JavaScript] Update vulnerable dependencies #784
PHP
- [PHP][Laravel] Remove duplicate variable declaration #792
Python
- Minor update to Python generator usage #762
Ruby
- [Ruby] Fix method split #780
TypeScript
- Fixed date formatting in typescript node client #786