Preparation for v2.4.1
This commit is contained in:
parent
1f15a43f03
commit
b312c181e8
5 changed files with 14 additions and 6 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Latest Release 2.4.0 (March 2, 2022)
|
||||
### Latest Release 2.4.1 (March 24, 2022)
|
||||
[Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68)
|
||||
* [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3
|
||||
|
||||
### Release 2.4.0 (March 2, 2022)
|
||||
[Milestone#67](https://github.com/awslabs/amazon-kinesis-client/milestone/67)
|
||||
* [#894](https://github.com/awslabs/amazon-kinesis-client/pull/894) Bump protobuf-java from 3.19.1 to 3.19.2
|
||||
* [#924](https://github.com/awslabs/amazon-kinesis-client/pull/924) Support Protobuf Data format with Glue Schema Registry.
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
|||
<dependency>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<artifactId>amazon-kinesis-client</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.4.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -66,7 +66,11 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
|||
|
||||
## Release Notes
|
||||
|
||||
### Latest Release 2.4.0 (March 2, 2022)
|
||||
### Latest Release 2.4.1 (March 24, 2022)
|
||||
[Milestone#68](https://github.com/awslabs/amazon-kinesis-client/milestone/68)
|
||||
* [#916](https://github.com/awslabs/amazon-kinesis-client/pull/916) Upgrade to rxjava3
|
||||
|
||||
### Release 2.4.0 (March 2, 2022)
|
||||
[Milestone#67](https://github.com/awslabs/amazon-kinesis-client/milestone/67)
|
||||
* [#894](https://github.com/awslabs/amazon-kinesis-client/pull/894) Bump protobuf-java from 3.19.1 to 3.19.2
|
||||
* [#924](https://github.com/awslabs/amazon-kinesis-client/pull/924) Support Protobuf Data format with Glue Schema Registry.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.4.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<version>2.4.0</version>
|
||||
<version>2.4.1</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>amazon-kinesis-client</artifactId>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ public class RetrievalConfig {
|
|||
*/
|
||||
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
|
||||
|
||||
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.0";
|
||||
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.4.1";
|
||||
|
||||
/**
|
||||
* Client used to make calls to Kinesis for records retrieval
|
||||
|
|
|
|||
Loading…
Reference in a new issue