Skip to content

Releases: springwolf/springwolf-core

springwolf-ui-0.8.0

17 Jun 09:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: springwolf-kafka-0.11.0...springwolf-ui-0.8.0

springwolf-kafka-0.12.0

17 Jun 09:51
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: springwolf-kafka-0.11.0...springwolf-kafka-0.12.0

springwolf-core-0.11.0

17 Jun 09:46
Compare
Choose a tag to compare

Springwolf has been upgraded to use AsyncApi Spec 2.6.0 - along with some 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

  • Export to YAML by @ctasada in #168
  • 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
  • chore(deps): bump com.github.node-gradle.node from 3.5.1 to 5.0.0 by @dependabot in #195
  • chore(deps): bump rxjs from 7.5.7 to 7.8.1 in /springwolf-ui by @dependabot in #200
  • regression: Publish package in gh pipeline by @timonback in #208
  • 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
  • (fix) amqp release pipeline uses correct project name by @sam0r040 in #226
  • (fix) amqp release pipeline uses correct project name by @sam0r040 in #228

New Contributors

Full Changelog: springwolf-core-0.10.0...springwolf-core-0.11.0

springwolf-cloud-stream-0.3.0

17 Jun 09:50
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: springwolf-cloud-stream-0.2.0...springwolf-cloud-stream-0.3.0

springwolf-amqp-0.8.0

17 Jun 09:48
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: springwolf-amqp-0.7.0...springwolf-amqp-0.8.0

springwolf-kafka-0.11.0

23 Apr 10:37
Compare
Choose a tag to compare

Springwolf has been upgraded to use spring boot 3 & AsyncApi Spec 2.6.0.

Breaking Changes

  • Springwolf requires at least Java 17 & Spring Boot 3

Migration Guide

  • @EnableAsyncApi is deprecated as it is not needed anymore. See #161

What's Changed

New Contributors

Full Changelog: springwolf-core-0.9.0...springwolf-core-0.10.0

springwolf-core-0.10.0

23 Apr 10:35
Compare
Choose a tag to compare

Springwolf has been upgraded to use spring boot 3 & AsyncApi Spec 2.6.0.

Breaking Changes

  • Springwolf requires at least Java 17 & Spring Boot 3

Migration Guide

  • @EnableAsyncApi is deprecated as it is not needed anymore. See #161

What's Changed

New Contributors

Full Changelog: springwolf-core-0.9.0...springwolf-core-0.10.0

springwolf-cloud-stream-0.2.0

23 Apr 10:37
Compare
Choose a tag to compare

Springwolf has been upgraded to use spring boot 3 & AsyncApi Spec 2.6.0.

Breaking Changes

  • Springwolf requires at least Java 17 & Spring Boot 3

Migration Guide

  • @EnableAsyncApi is deprecated as it is not needed anymore. See #161

What's Changed

New Contributors

Full Changelog: springwolf-core-0.9.0...springwolf-core-0.10.0

springwolf-amqp-0.7.0

23 Apr 10:37
Compare
Choose a tag to compare

Springwolf has been upgraded to use spring boot 3 & AsyncApi Spec 2.6.0.

Breaking Changes

  • Springwolf requires at least Java 17 & Spring Boot 3

Migration Guide

  • @EnableAsyncApi is deprecated as it is not needed anymore. See #161

What's Changed

New Contributors

Full Changelog: springwolf-core-0.9.0...springwolf-core-0.10.0

springwolf-kafka-0.10.0

15 Jan 19:33
Compare
Choose a tag to compare

What's Changed