Skip to content

Commit 2d975d4

Browse files
authored
Preparing for v2.2.10 release. (#707)
* Preparing for v2.2.10 release. * Grammar * Removing PR from this release pending further testing.
1 parent 7c7491c commit 2d975d4

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### Release 2.2.10 (March 26, 2020)
4+
[Milestone#48](https://github.com/awslabs/amazon-kinesis-client/milestone/48)
5+
* Fixing a bug in DynamoDB billing mode support for special regions.
6+
* [PR#703](https://github.com/awslabs/amazon-kinesis-client/pull/703)
7+
* Adding request id logging to ShardConsumerSubscriber.
8+
* [PR#705](https://github.com/awslabs/amazon-kinesis-client/pull/705)
9+
310
### Release 2.2.9 (Febuary 17, 2020)
411
[Milestone#47](https://github.com/awslabs/amazon-kinesis-client/milestone/47)
512
* Updating the AWS SDK version to 2.10.66.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ The recommended way to use the KCL for Java is to consume it from Maven.
6363

6464
## Release Notes
6565

66-
### Latest Release 2.2.9 (Febuary 17, 2020)
67-
[Milestone#47](https://github.com/awslabs/amazon-kinesis-client/milestone/47)
68-
* Updating the AWS SDK version to 2.10.66.
69-
* [PR#687](https://github.com/awslabs/amazon-kinesis-client/commit/8aaf2aa11c43f77f459732cdb7d88f4418d367ff)
70-
* Adding request id logging to SubscribeToShard response.
71-
* [PR#678](https://github.com/awslabs/amazon-kinesis-client/pull/678)
66+
### Release 2.2.10 (March 26, 2020)
67+
[Milestone#48](https://github.com/awslabs/amazon-kinesis-client/milestone/48)
68+
* Fixing a bug in DynamoDB billing mode support for special regions.
69+
* [PR#703](https://github.com/awslabs/amazon-kinesis-client/pull/703)
70+
* Adding request id logging to ShardConsumerSubscriber.
71+
* [PR#705](https://github.com/awslabs/amazon-kinesis-client/pull/705)
7272

7373
### For remaining release notes check **[CHANGELOG.md][changelog-md]**.
7474

amazon-kinesis-client-multilang/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>amazon-kinesis-client-pom</artifactId>
2323
<groupId>software.amazon.kinesis</groupId>
24-
<version>2.2.10-SNAPSHOT</version>
24+
<version>2.2.10</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

amazon-kinesis-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.kinesis</groupId>
2424
<artifactId>amazon-kinesis-client-pom</artifactId>
25-
<version>2.2.10-SNAPSHOT</version>
25+
<version>2.2.10</version>
2626
</parent>
2727

2828
<artifactId>amazon-kinesis-client</artifactId>

amazon-kinesis-client/src/main/java/software/amazon/kinesis/retrieval/RetrievalConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class RetrievalConfig {
3434
*/
3535
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
3636

37-
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.2.10-SNAPSHOT";
37+
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.2.10";
3838

3939
/**
4040
* Client used to make calls to Kinesis for records retrieval

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<artifactId>amazon-kinesis-client-pom</artifactId>
2323
<packaging>pom</packaging>
2424
<name>Amazon Kinesis Client Library</name>
25-
<version>2.2.10-SNAPSHOT</version>
25+
<version>2.2.10</version>
2626
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
2727
from Amazon Kinesis.
2828
</description>

0 commit comments

Comments
 (0)