Skip to content

Release 3.0.1

Compare
Choose a tag to compare
@jimschubert jimschubert released this 11 Jun 17:18
· 9640 commits to master since this release

This release resolves a publishing issue with the Gradle plugin in the previous release, making this the first officially functional release of the Gradle plugin. See the plugin readme for usage details.

This release also includes a handful of feature additions and bugfixes, as well as CLI and build-related improvements. See below for highlights and milestone 3.0.1 for full details.

General

  • Fix ModelUtils.getUnusedSchema() #253
  • OAS3 feature: add cookie authentication support #240
  • Make YAML serialization deterministic #233
  • [cli] Completions command for suggestions #213
  • [cli] Write to stdout/stderr, allow redirection #207
  • Build improvements #202
  • [gradle] Plugin release management #201

Ada

  • [Ada] Update the code generator for required and optional parameters #211

C++

  • [cpp-qt5] Remove std::shared_ptr from Qt5 #267

Java

  • [Java][RestTemplate] Fix query parameter URL encoding #260
  • [jaxrs-spec] fix empty openapi.yaml file #243
  • [Spring] Add apiFirst option #184
  • [JAVA][Client] New object instead of null for empty POST request #98

TypeScript

  • [typescript-angular] strict type checking #218