Releases: springwolf/springwolf-core
Releases · springwolf/springwolf-core
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
ProducerDatafieldbindinghas changed tooperationBinding, and a new fieldchannelBindinghas 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
ProducerDatafieldbindinghas changed tooperationBinding, and a new fieldchannelBindinghas 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
@KafkaHandlerannotated 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
springwolf-kafka-0.3.0
Change Log
- The separate repository will be retired. The plugin was moved to this monorepo.
springwolf-core-0.4.0
Change Log
- #33 - Replace asyncapi/types with jasyncapi types.
- #34 - Configurable docs URL path. The documentation API endpoint url is now configurable from
application.propertieswith the propertyspringwolf.paths.docs. Please not that setting this property to any value other than the default will result in the UI not working.
springwolf-amqp-0.1.0
Change Log
- First release for the amqp plugin.