Skip to content

Swagger Codegen Generators v1.0.43

Compare
Choose a tag to compare
@frantuma frantuma released this 02 Oct 10:40
· 119 commits to master since this release

See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.47

What's Changed

  • Micronaut 3 by @HugoMario in #1166
  • feat: update Java Micronaut generator to support Micronaut 3 by @Paullo612 in #947
  • added support for spring-boot v3 by @HugoMario in #1171
  • Tgillain bug/1167 jakarta java8 by @HugoMario in #1180
  • fix: Use jakarta.servlet import in generated *Api.java when the jakar… by @tgillain in #1168
  • updated codegen dependency to current snapshot version by @HugoMario in #1181
  • added xml annotation to nested enums when withXml option is enable by @HugoMario in #1182
  • set discriminator property name for all schemas by @HugoMario in #1184
  • added support for aspnetcore 5, 6 and 7 versions by @HugoMario in #1187
  • fixed error for multiple files request in typescript-angular generator by @HugoMario in #1188
  • set default 'ignore mapping' option for java generators with 'false' by @HugoMario in #1189
  • use springdoc as default library for swagger-ui by @HugoMario in #1191

New Contributors

Full Changelog: v1.0.42...v1.0.43