Latest solace cloud stream library version

Hi,
Can some one please confirm the latest version of the library which I need to use?
Currently I am using the below dependency, is it a stable version?

com.solace.spring.cloud solace-spring-cloud-bom 1.1.1 pom import

Hi, the latest is always available at GitHub - SolaceProducts/solace-spring-cloud: An umbrella project containing all Solace projects for Spring Cloud
We do not tag releases that are unstable so if it’s from a release tag, it’s stable.

Hi @smpapas,
Correct, the Spring Cloud Stream binder is included as part of solace-spring-cloud and 1.1.1 is the current latest release.
You can always find the latest release in our github repo here: Releases · SolaceProducts/solace-spring-cloud · GitHub

Stay tuned as there should be a new version released soon :wink:

-Marc

@smpapas we also work with the team over at Spring to keep the Spring Initializr up to date at start.spring.io so you can always head over there and add Solace & Cloud Stream to see what the dependencies should look like.

Here’s a shortcut link Spring Initializr :slight_smile:

Thank you @Marc and @amackenzie