Skip to content

Commit 5f7daeb

Browse files
authored
Prep for release 2.7.2 (#1629)
1 parent 133a68c commit 5f7daeb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
For **1.x** release notes, please see [v1.x/CHANGELOG.md](https://github.com/awslabs/amazon-kinesis-client/blob/v1.x/CHANGELOG.md)
44

55
---
6+
## Release 2.7.2 (2025-09-29)
7+
* [#1626](https://github.com/awslabs/amazon-kinesis-client/pull/1626) Upgrade awssdk from 2.25.64 to 2.33.0 and apache.commons from 3.14.0 to 3.18.0
8+
* [#1525](https://github.com/awslabs/amazon-kinesis-client/pull/1525) Bump com.google.protobuf:protobuf-java from 4.27.5 to 4.31.1
9+
610
### Release 2.7.1 (2025-07-11)
711
* [#1508](https://github.com/awslabs/amazon-kinesis-client/pull/1508) Upgrade schema-registry-common and schema-registry-serde from 1.1.19 to 1.1.24
812

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.7.1</version>
24+
<version>2.7.2</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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>software.amazon.kinesis</groupId>
2525
<artifactId>amazon-kinesis-client-pom</artifactId>
26-
<version>2.7.1</version>
26+
<version>2.7.2</version>
2727
</parent>
2828

2929
<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
@@ -49,7 +49,7 @@ public class RetrievalConfig {
4949
*/
5050
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java";
5151

52-
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.7.1";
52+
public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.7.2";
5353

5454
/**
5555
* 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.7.1</version>
25+
<version>2.7.2</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)