Releases: taymyr/lagom-openapi
1.3.1
📣 Lagom OpenAPI 1.3.1 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
🎯 Dependencies
🙇 Credits
Special thanks to the following contributors who helped with this release: @ihostage
1.3.0
📣 Lagom OpenAPI 1.3.0 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
- Update Kotlin to 1.5.10 (#49) @ihostage
- Migrate to JGitVer Plugin (#48) @ihostage
- Migrate to Gradle Nexus Publish Plugin (#47) @ihostage
🚀 Features
🙇 Credits
Special thanks to the following contributors who helped with this release: @ihostage
1.2.2
📣 Lagom OpenAPI 1.2.2 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
🚀 Features
🙇 Credits
Special thanks to the following contributors who helped with this release: @gnuzzz
1.2.1
📣 Lagom OpenAPI 1.2.1 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
🐛 Bug Fixes
🙇 Credits
Special thanks to the following contributors who helped with this release: @ihostage
1.2.0
📣 Lagom OpenAPI 1.2.0 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
- #40 Added support for operation deprecation (#41) @stankevichevg
🎯 Dependencies
🙇 Credits
Special thanks to the following contributors who helped with this release: @ihostage and @stankevichevg
1.1.0
📣 Lagom OpenAPI 1.1.0 released!
We are pleased to announce the release of OpenAPI module for Lagom framework.
📗 What’s Changed
All the changes you can see on the corresponding page of GitHub Milestone
🚀 Features
- #36 Add a class for OpenAPI scheme of Lagom TransportException (#37) @ihostage
- #20 Ability choice the format of the specification (#32) @ihostage
- #21 Support Scala 2.13 (#24) @ihostage
🐛 Bug Fixes
🎯 Dependencies
- Bumps Lagom to 1.6.1 (#35) @ihostage
- Bumps Kotlin to 1.3.70 (#34) @ihostage
- Bumps Dokka to 0.10.1 (#30) @ihostage
- #28 Remove
config4k
dependency (#29) @ihostage - Upgrade Gradle Wrapper to 6.2.1 (#27) @ihostage
- #22 Remove
lagom-extensions
dependency (#23) @ihostage
🙇 Credits
Special thanks to the following contributors who helped with this release: @StephanEmmerich and @ihostage
1.0.0
Autogenerate OpenAPI Spec & Lagom Scala DSL
The Taymyr Team is pleased to announce the release of OpenAPI module for Lagom. This is the first stable release with support Lagom Scala DSL and autogenerates OpenAPI specification feature.
Release notes
0.0.2
Moving & Repackage
- Change path for OpenAPI specification to
/_${service_name}/openapi
- Move artifacts to group
org.taymyr.lagom
- Repackage sources to
org.taymyr.lagom.openapi
- Migrate interface to Kotlin
- Up maven to '3.5.4' (for fix https://issues.sonatype.org/browse/OSSRH-37292)