Skip to content

Release 3.2.1

Compare
Choose a tag to compare
@wing328 wing328 released this 14 Aug 10:02
· 9349 commits to master since this release
56bba88

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#

  • Fix float/double default value in C# generator #791
  • Fix C# client enum issue #774

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