Solace Spring Cloud Release Notes

Options
marc
marc Member, Administrator, Moderator, Employee Posts: 921 admin
edited July 2020 in Release Notes #1

v1.1.0 of solace-spring-cloud has been released!
Release info is in github here but I'm also copying below for convenience.
The release is also available on maven central

Solace Projects

Name Version
Solace Spring Cloud BOM 1.1.0
Solace Spring Cloud Stream Starter 2.1.0
Solace Spring Cloud Connector 4.3.0

Global Changes

  • Spring Cloud upgraded to Hoxton.SR6
  • Solace Spring Boot BOM upgraded to 1.1.0

Specific Project Changes

Solace Spring Cloud Stream Starter

  • Add support for consumer concurrency binding-config (#7)
  • Add support for scst_targetDestination message-header to re-route messages to different destinations on a message-by-message basis
  • Remove workaround introduced in 1.0.1 to prevent JVM shutdown. This is now naturally handled by the fix for #7

Solace Spring Cloud Connector

  • Spring Cloud Connectors upgraded to 2.2.8

Comments

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 921 admin
    edited February 2021 #2
    Options

    Version 2.0.0 of solace-spring-cloud has now been put out into the wild..err..on maven central :)

    This release contains a bunch of enhancements and fixes, mostly around the Solace Spring Cloud Stream Binder, so you'll want to check out the Release Notes, but I'll also call out a few below that I think will be of interest to most Cloud Stream binder users!

    ✅ You can now easily access Solace Headers/User Properties on the Spring Message
    💥 Support for Client/Manual Acknowledgements
    📣 Queue Naming Conventions have been updated. Check them out!
    🎉 You can now use Solace wildcards (* and >) in the destination on your binding (not just queueAdditionalSubscriptions)

    Let us know if you have any questions!

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 921 admin
    edited March 2021 #3
    Options

    Version 2.1.0 of solace-spring-cloud has now been released. This update includes a new feature in the Solace Spring Cloud Stream starter to "Add solace_scst_confirmCorrelation message header to handle asynchronous publisher confirmations"

    Release notes here: https://github.com/SolaceProducts/solace-spring-cloud/releases/tag/2.1.0

    A big thanks to @GreenRover for his contribution of this feature 👏