Skip to content

Releases: Yelp/swagger-gradle-codegen

swagger-gradle-codegen v1.4.1

21 Feb 12:15
02b46f2
Compare
Choose a tag to compare

(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

swagger-gradle-codegen v1.4.0

18 Feb 12:40
15d28a4
Compare
Choose a tag to compare

(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

swagger-gradle-codegen v1.3.0

21 Jan 13:57
3e24abe
Compare
Choose a tag to compare

(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]

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

swagger-gradle-codegen v1.2.0

31 Jul 08:22
bdc9e0f
Compare
Choose a tag to compare

(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.

swagger-gradle-codegen v1.1.1

09 Jul 15:47
adf0516
Compare
Choose a tag to compare

(2019-07-09)

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

swagger-gradle-codegen v1.1.0

05 Jun 08:24
28bc68b
Compare
Choose a tag to compare

(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.

swagger-gradle-codegen v1.0.0

05 Jun 08:23
Compare
Choose a tag to compare

(2019-01-04)

  • Initial Release of swagger-gradle-codegen