Dear Spring Community,
Today it’s my pleasure to announce releases of Spring Integration for Amazon Web Services extension versions 2.5.1
and Spring Cloud Stream Binder for AWS Kinesis 2.2.0
.
These releases can be downloaded from Maven Central:
compile 'org.springframework.integration:spring-integration-aws:2.5.1'
If you don’t use Kinesis Binder. Or via Binder dependency:
compile 'org.springframework.cloud:spring-cloud-stream-binder-kinesis:2.2.0'
Spring Integration for AWS extension of 2.5.1
has some minor bug fixes after the previous 2.5.0
announcement.
The Spring Cloud Stream Binder for AWS Kinesis 2.2.0
is the first release in the project generation which is based on a new independent Spring Cloud for AWS artifact. It also was upgraded to the latest Spring Cloud 2020.0.3
…