Skip to content

Releases: springwolf/springwolf-core

springwolf-kafka-0.8.0

19 Sep 19:00
Compare
Choose a tag to compare

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

springwolf-core-0.7.0

19 Sep 19:02
Compare
Choose a tag to compare

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

Thanks everybody!

springwolf-amqp-0.4.0

19 Sep 19:02
Compare
Choose a tag to compare

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

08 Jun 06:04
Compare
Choose a tag to compare

What's Changed

  • Fixed critical bug where the wrong springwolf-core version was used.

springwolf-amqp-0.3.1

08 Jun 06:04
Compare
Choose a tag to compare

What's Changed

  • Fixed critical bug where the wrong springwolf-core version was used.

springwolf-kafka-0.6.0

06 Jun 18:31
Compare
Choose a tag to compare

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 of ProducerData.
  • The ProducerData field binding has changed to operationBinding, and a new field channelBinding has been added.

Thanks a lot to @Stmated for his valuable contribution!

springwolf-amqp-0.3.0

06 Jun 18:32
Compare
Choose a tag to compare

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 of ProducerData.
  • The ProducerData field binding has changed to operationBinding, and a new field channelBinding has been added.

Thanks a lot to @DmitriButorchin for his valuable contribution!

springwolf-kafka-0.5.0

06 May 10:23
Compare
Choose a tag to compare

What's Changed

  • Added support Multiple Producer On the same Kafka Topic (#59) - thanks @sshemirani for reporting this issue!

springwolf-kafka-0.4.0

23 Mar 10:11
Compare
Choose a tag to compare

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.

springwolf-amqp-0.2.0

19 Mar 18:15
Compare
Choose a tag to compare

What's Changed

  • IndexOutOfBoundsException when using bindings instead of queues #38 by @Omerbea in #44 - thanks for the contribution!
  • Improved null protection for ProducerData