Update release notes with concise descriptions
This commit is contained in:
parent
2d032a37a1
commit
60a9012a15
2 changed files with 8 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
### Latest Release (1.15.1 - Feb 2, 2023)
|
### Latest Release (1.15.1 - Feb 5, 2023)
|
||||||
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest and update Guava version to 32.1.1
|
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Added backoff logic for ShardSyncTaskIntegrationTest
|
||||||
* [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Update aws-java-sdk from 1.12.406 to 1.12.647
|
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Upgrade Guava version from 31.0.1 to 32.1.1
|
||||||
|
* [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Upgrade aws-java-sdk from 1.12.406 to 1.12.647
|
||||||
|
|
||||||
### Release (1.15.0 - Jun 8, 2023)
|
### Release (1.15.0 - Jun 8, 2023)
|
||||||
* **[#1108](https://github.com/awslabs/amazon-kinesis-client/pull/1108) Add support for Stream ARNs**
|
* **[#1108](https://github.com/awslabs/amazon-kinesis-client/pull/1108) Add support for Stream ARNs**
|
||||||
|
|
|
||||||
|
|
@ -34,9 +34,10 @@ To make it easier for developers to write record processors in other languages,
|
||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
### Latest Release (1.15.1 - Feb 2, 2023)
|
### Latest Release (1.15.1 - Feb 5, 2023)
|
||||||
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Add backoff logic for ShardSyncTaskIntegrationTest and update Guava version to 32.1.1
|
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Added backoff logic for ShardSyncTaskIntegrationTest
|
||||||
* [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Update aws-java-sdk from 1.12.406 to 1.12.647
|
* [#1214](https://github.com/awslabs/amazon-kinesis-client/pull/1214) Upgrade Guava version from 31.0.1 to 32.1.1
|
||||||
|
* [#1252](https://github.com/awslabs/amazon-kinesis-client/pull/1252) Upgrade aws-java-sdk from 1.12.406 to 1.12.647
|
||||||
|
|
||||||
### Release (1.15.0 - Jun 8, 2023)
|
### Release (1.15.0 - Jun 8, 2023)
|
||||||
* **[#1108](https://github.com/awslabs/amazon-kinesis-client/pull/1108) Add support for Stream ARNs**
|
* **[#1108](https://github.com/awslabs/amazon-kinesis-client/pull/1108) Add support for Stream ARNs**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue