Preparation for v2.4.3 (revise changelog)
This commit is contained in:
parent
3580b082cd
commit
05ed537572
5 changed files with 35 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,7 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
### Release 2.4.3 (September 6, 2022)
|
||||
* [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983) Upgrade dependencies
|
||||
* [#980](https://github.com/awslabs/amazon-kinesis-client/pull/980) logback-classic: 1.2.9 -> 1.4.0
|
||||
* [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983)
|
||||
* protobuf-java: 3.19.2 -> 3.21.5
|
||||
* slf4j.version: 1.7.32 -> 2.0.0
|
||||
* schema-registry-serde: 1.1.9 -> 1.1.13
|
||||
* [#984](https://github.com/awslabs/amazon-kinesis-client/pull/984) awssdk.version from 2.17.108 to 2.17.267
|
||||
* [#987](https://github.com/awslabs/amazon-kinesis-client/pull/987) guava: 31.0.1-jre -> 31.1-jre
|
||||
* [#988](https://github.com/awslabs/amazon-kinesis-client/pull/988) jcommander: 1.81 to 1.82
|
||||
* [#990](https://github.com/awslabs/amazon-kinesis-client/pull/990) Upgrade dependencies
|
||||
* aws-java-sdk.version: 1.12.130 -> 1.12.296
|
||||
* lombok: 1.18.22 -> 1.18.24
|
||||
* rxjava: 3.1.3 -> 3.1.5
|
||||
* maven-resources-plugin: 2.6 -> 3.3.0
|
||||
* logback-classic: 1.4.0 -> 1.3.0
|
||||
* awssdk.version: 2.17.267 -> 2.17.268
|
||||
|
||||
### Release 2.4.2 (August 10, 2022)
|
||||
* [#972](https://github.com/awslabs/amazon-kinesis-client/pull/972) Upgrade Lombok to version 1.18.24
|
||||
|
|
|
|||
20
README.md
20
README.md
|
|
@ -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.3-SNAPSHOT</version>
|
||||
<version>2.4.3</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
|
@ -67,8 +67,22 @@ The recommended way to use the KCL for Java is to consume it from Maven.
|
|||
## Release Notes
|
||||
|
||||
### Release 2.4.3 (September 6, 2022)
|
||||
* [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983) Upgrade dependencies
|
||||
|
||||
* [#980](https://github.com/awslabs/amazon-kinesis-client/pull/980) logback-classic: 1.2.9 -> 1.4.0
|
||||
* [#983](https://github.com/awslabs/amazon-kinesis-client/pull/983)
|
||||
* protobuf-java: 3.19.2 -> 3.21.5
|
||||
* slf4j.version: 1.7.32 -> 2.0.0
|
||||
* schema-registry-serde: 1.1.9 -> 1.1.13
|
||||
* [#984](https://github.com/awslabs/amazon-kinesis-client/pull/984) awssdk.version from 2.17.108 to 2.17.267
|
||||
* [#987](https://github.com/awslabs/amazon-kinesis-client/pull/987) guava: 31.0.1-jre -> 31.1-jre
|
||||
* [#988](https://github.com/awslabs/amazon-kinesis-client/pull/988) jcommander: 1.81 to 1.82
|
||||
* [#990](https://github.com/awslabs/amazon-kinesis-client/pull/990) Upgrade dependencies
|
||||
* aws-java-sdk.version: 1.12.130 -> 1.12.296
|
||||
* lombok: 1.18.22 -> 1.18.24
|
||||
* rxjava: 3.1.3 -> 3.1.5
|
||||
* maven-resources-plugin: 2.6 -> 3.3.0
|
||||
* logback-classic: 1.4.0 -> 1.3.0
|
||||
* awssdk.version: 2.17.267 -> 2.17.268
|
||||
|
||||
### Release 2.4.2 (August 10, 2022)
|
||||
* [#972](https://github.com/awslabs/amazon-kinesis-client/pull/972) Upgrade Lombok to version 1.18.24
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<version>2.4.3-SNAPSHOT</version>
|
||||
<version>2.4.3</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.3-SNAPSHOT</version>
|
||||
<version>2.4.3</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>amazon-kinesis-client</artifactId>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -22,7 +22,7 @@
|
|||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Amazon Kinesis Client Library</name>
|
||||
<version>2.4.3-SNAPSHOT</version>
|
||||
<version>2.4.3</version>
|
||||
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
|
||||
from Amazon Kinesis.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Reference in a new issue