Releases: springwolf/springwolf-core
Releases · springwolf/springwolf-core
springwolf-core-0.9.0
What's Changed
- Support for non-spring-boot configurations was removed
- Allow customization of objectMapper by @timonback in #122
- Annotation for publisher and subscriber by @timonback in #118
- Feature/property binding for docket configuration by @sam0r040 in #123
springwolf-cloud-stream-0.1.0
First release!
springwolf-amqp-0.6.0
What's Changed
- Updated springwolf-core to 0.9.0
springwolf-kafka-0.9.0
What's Changed
- Auto detect spring kafka headers by @timonback
- Extend publishing API for kafka plugin to support publishing of kafka headers by @sam0r040
- Fix bug #85 by @stavshamir
- Updated core version to 0.8.0 - see core release notes
New Contributors
Notes
Please note that to use this version with the UI, you must upgrade the UI version to the latest release as well (0.6.0).
springwolf-core-0.8.0
What's Changed
- Add possibility to manually document Kafka header for consumers and producers by @timonback
- Fix bug #40 by @timonback
- Fix bug #100 by @stavshamir
- Lint AsyncApi docs by @timonback
springwolf-amqp-0.5.0
What's Changed
- Updated core version to 0.8.0 - see core release notes
Notes
Please note that to use this version with the UI, you must upgrade the UI version to the latest release as well (0.6.0).
springwolf-kafka-0.8.0
What's Changed
- Allow for manual consumer definition. by @jrlambs in #77
- Add optional message description for manual consumer/producer definition by @timonback in #84
- GH-83: fix: Merge operations when repeated ChannelItem found by @timonback in #88
New Contributors
- @jvwilge made their first contribution in #73
- @yasen-pavlov made their first contribution in #74
- @jrlambs made their first contribution in #77
- @sergiorc made their first contribution in #82
- @timonback made their first contribution in #84
Thanks everybody!
springwolf-core-0.7.0
What's Changed
- Allow for manual consumer definition. by @jrlambs in #77
- Add optional message description for manual consumer/producer definition by @timonback in #84
- GH-83: fix: Merge operations when repeated ChannelItem found by @timonback in #88
New Contributors
- @jvwilge made their first contribution in #73
- @yasen-pavlov made their first contribution in #74
- @jrlambs made their first contribution in #77
- @sergiorc made their first contribution in #82
- @timonback made their first contribution in #84
Thanks everybody!
springwolf-amqp-0.4.0
What's Changed
- Allow for manual consumer definition. by @jrlambs in #77
- Add optional message description for manual consumer/producer definition by @timonback in #84
- GH-83: fix: Merge operations when repeated ChannelItem found by @timonback in #88
springwolf-kafka-0.6.1
What's Changed
- Fixed critical bug where the wrong springwolf-core version was used.