Skip to content

Release 3.1.2

Compare
Choose a tag to compare
@wing328 wing328 released this 25 Jul 16:12
· 9444 commits to master since this release

General

  • Parameter enhancement in PathItem #639
  • Handle variables in server declaration #614
  • Fix for arrays with maxItems 2147483647 #603
  • Add "docExtension" option to customize generated file extension for docs #591
  • Adds a simple bash completion script #277

C++

  • [C++][restsdk] Replace tab with spaces, fix empty spaces in new lines #632
  • [cpp-restsdk] Generate mockable APIs #595
  • [cpp-pistache] Various fixes for Pistache #497
  • [cpp-pistache] add the option to fetch dependencies #495

Dart

  • Dart-lang template bugs fixed with "baseName" #567

Go

  • [Golang][client] Add option for standard Go generated code comment #555

Java

  • [Java] Escaping properties to better handle special characters #628
  • [Java][Client][RestTemplate] Do not create new Object for empty body #605
  • [Java][RESTEasy] Fixed setting of custom headers #599
  • [Java][RESTEasy] Update Gradle dependency #597
  • [Java][RESTEasy] Fix version incompatibility #594

PHP

  • [PHP] Remove platform dependency from file path #610
  • [php-symfony] Fixed a bug with access of non-existing property in generated code #578

Rust

  • [rust-server] enhance support for middlewares #552
  • [rust-server] Drop file support #547
  • [Rust] Split out request logic, implement form parameters #528

TypeScript

  • [typescript][jQuery] Fix promise resolution #581
  • Multiple enhancements to typescript fetch generator #145