Skip to content

Latest commit

 

History

History
124 lines (99 loc) · 5.89 KB

CHANGES.md

File metadata and controls

124 lines (99 loc) · 5.89 KB

swagger-gradle-codegen Release Notes

Here you can find the release notes for this project. Please note that list of releases is available also in the releases page on Github.

v1.4.1 (2020-02-21)

  • 🐛 headersToRemove should apply also to top level headers (e.g. X-Operation-ID or Content-Type) #121

Thanks to @cortinico for the support with this release

v1.4.0 (2020-02-18)

  • 🎁 Moshi-Codegen Support #82 #88
  • 🎁 Bump io.swagger:swagger-codegen to 2.4.12 #91
  • 🎁 Updated Mustache style and indent #90
  • 🐛 Fixed bug with Multipart file support #101
  • 🐛 Removed kotlin-dsl and fixed support for Gradle 5.x #112 #111
  • 🧪 Multiple fixes in our testing infra #95 #93 #87 #85 #84
  • ⚙️ Moved all the build targets from Makefile to Gradle #105
  • ⚙️ Moved the project to be a composite build #97
  • ⚙️ Multiple fixes to our pre-commit hook infrastructure #100 #86 #94 #93 #92

✅: swagger-gradle-codegen:plugin:1.4.0 is supported on Gradle 5.4.1+

Thanks to @cortinico @martinbonnin @macisamuele for the support with this release

v1.3.0 (2020-01-21)

  • 🎁 Kotlin Coroutines Support #29
  • 🐛 Allow dot in parameter names for operations #77
  • 🐛 Fix Nullability warning in JsonAdapters #78
  • 🐛 Fix missing inner enum import on operations #79
  • 🐛 Fix Gradle Portal URL in settings.gradle.kts breaking Gradle syncs #59
  • 🐛 Issue 55 failing windows tests #56
  • ⚙️ Update multiple dependencies #64
  • ⚙️ Update several dependencies #80
  • ⚙️ Gradle to 5.6.2 #67
  • ⚙️ Add JaCoCo for CodeCov #66

⚠️: swagger-gradle-codegen:plugin:1.3.0 is supported ONLY on Gradle 6+

Thanks to @cortinico @doug-precocity @redwarp @macisamuele @filipemp for the support with this release

v1.2.0 (2019-07-31)

  • 🎁 Remove leading slash if Swagger Spec are specifying a basePath #50
  • 🐛 Fix handling of Top Level Operation Headers #52
  • 🧪 Add JUnit Tests for the plugin classes #48
  • 🧪 Add Integration tests for response classes #42
  • ⚙️ Configure Detekt #44
  • ⚙️ Updating all the dependencies #43

Thanks to @cortinico for the support with this release.

v1.1.1 (2019-07-09)

  • 🐛 Specify Java source and target compatibility version to Java8 #39

Thanks to @cortinico for the support with this release.

v1.1.0 (2019-06-05)

  • 🎁 Update SharedCodegen to fallback to title usage if x-model is not present #21
  • 🎁 Add support for composed models and reference models #22
  • 🎁 Extended visibility of Custom Moshi Adapters #30
  • 🐛 Fix model sanitisation #19
  • 🐛 Ensure that retrofit body is not nullable #20
  • 🐛 Read spec version from SwaggerSpec via codegen tools and allow to set DEFAULT_VERSION constant #23
  • 🐛 Fix issue with MultiPart request and file uploads #26
  • 🐛 Fix for square brackets in the operation name #32

Thanks to @cortinico, @MatthewTPage, @GuilhE, @macisamuele and @redwarp for the support with this release.

v1.0.0 (2019-01-04)

  • Initial Release of swagger-gradle-codegen

Link Section