Releases: springwolf/springwolf-core
Releases · springwolf/springwolf-core
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.
springwolf-amqp-0.3.1
What's Changed
- Fixed critical bug where the wrong springwolf-core version was used.
springwolf-kafka-0.6.0
What's Changed
- Ability of specifying base package for configuration beans by @Stmated in #63
- Added specialized class for
ProducerData
(KafkaProducerData
) for more convenient instantiation ofProducerData
. - The
ProducerData
fieldbinding
has changed tooperationBinding
, and a new fieldchannelBinding
has been added.
Thanks a lot to @Stmated for his valuable contribution!
springwolf-amqp-0.3.0
What's Changed
- Ability of specifying base package for configuration beans by @Stmated in #63
- Added ability to describe exchange and routing key for AMQP consumer and producer by @DmitriButorchin in #69
- Added specialized class for
ProducerData
(AmqpProducerData
) for more convenient instantiation ofProducerData
. - The
ProducerData
fieldbinding
has changed tooperationBinding
, and a new fieldchannelBinding
has been added.
Thanks a lot to @DmitriButorchin for his valuable contribution!
springwolf-kafka-0.5.0
What's Changed
- Added support Multiple Producer On the same Kafka Topic (#59) - thanks @sshemirani for reporting this issue!
springwolf-kafka-0.4.0
What's Changed
@KafkaHandler
annotated methods are now also mapped to channels, as requested in #39. Please update the UI version to 0.4.0.