springwolf-cloud-stream-0.3.0
timonback
released this
17 Jun 09:50
·
742 commits
to master
since this release
Springwolf has been upgraded to use AsyncApi Spec 2.6.0 - along with cleanup of properties. Export to YAML was added and dependency management has greatly improved.
We also got a new domain at www.springwolf.dev
Thank you for all the contributions!
Migration guide
As previously announced, the @EnableAsyncApi
annotation is no longer needed and removed now.
What's Changed
- chore: Update springwolf-ui to 0.7.0 by @timonback in #165
- Export to YAML by @ctasada in #168
- bugfix: Add messagebinding in CloudStreamFunctionChannelsScanner by @timonback in #172
- Chore/dependency management by @timonback in #177
- chore(deps): bump testcontainersVersion from 1.17.6 to 1.18.1 by @dependabot in #179
- chore(deps): bump com.google.guava:guava from 31.1-jre to 32.0.0-jre by @dependabot in #180
- chore(deps): bump org.projectlombok:lombok from 1.18.26 to 1.18.28 by @dependabot in #182
- chore(deps): bump io.swagger:swagger-inflector from 2.0.8 to 2.0.9 by @dependabot in #183
- fix: Fixed JSON serializer to not leak unintended values by @ctasada in #170
- chore(deps): bump io.swagger.parser.v3:swagger-parser-core from 2.1.11 to 2.1.14 by @dependabot in #186
- chore(deps): bump io.swagger.parser.v3:swagger-parser-core from 2.1.14 to 2.1.15 by @dependabot in #188
- docs: Add CONTRIBUTING.md by @timonback in #185
- Create CODE_OF_CONDUCT.md by @timonback in #178
- chore: Refactor JUnit tests by @ctasada in #190
- Own package per example by @timonback in #184
- Feat: Improved docket configuration by @ctasada in #191
- chore(deps): bump testcontainersVersion from 1.18.1 to 1.18.3 by @dependabot in #193
- chore(deps): bump swaggerCoreVersion from 2.2.10 to 2.2.11 by @dependabot in #194
- Publish docker image by @timonback in #162
- Chore/javax dependency cleanup by @tvahrst in #204
- feat: Changed Java version to 17 by @ctasada in #205
- Fix: Fixed autogenerated description by @ctasada in #189
- Chore/release preparation by @timonback in #202
- replace commons.lang3.StringUtils with springframework.util.StringUtils by @tvahrst in #207
- feat: Added support for Message description by @ctasada in #211
- feat: Remove usage of Guava by @ctasada in #206
- chore: Update AsyncAPI spec version to 2.6.0 by @timonback in #201
- feat: Add docs.json endpoint by @timonback in #212
- chore: dependency management by @harare in #214
- chore: Ensure topics in AsyncAPI document are sorted by @timonback in #213
- chore(deps): bump commons-io:commons-io from 2.12.0 to 2.13.0 by @dependabot in #215
- chore: Remove deprecated EnableAsyncApi annotation by @timonback in #219
- Chore/compiler warnings housekeeping by @timonback in #224
- Release preparation - bump versions by @timonback in #209
New Contributors
Full Changelog: springwolf-cloud-stream-0.2.0...springwolf-cloud-stream-0.3.0