Skip to content

Commit 1ce6123

Browse files
authored
Prepare for release 3.0.3 (#1473)
1 parent ca0b0c1 commit 1ce6123

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ For **1.x** release notes, please see [v1.x/CHANGELOG.md](https://github.com/aws
55
For **2.x** release notes, please see [v2.x/CHANGELOG.md](https://github.com/awslabs/amazon-kinesis-client/blob/v2.x/CHANGELOG.md)
66

77
---
8+
### Release 3.0.3 (May 7, 2025)
9+
* [#1464](https://github.com/awslabs/amazon-kinesis-client/pull/1464) Add config for LeaseAssignmentManager frequency and improve assignment time of newly created leases
10+
* [#1463](https://github.com/awslabs/amazon-kinesis-client/pull/1463) Extend ShardConsumer constructor to have ConsumerTaskFactory as a parameter to support [DynamoDB Streams Kinesis Adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter) compatibility
11+
* [#1472](https://github.com/awslabs/amazon-kinesis-client/pull/1472) Remove unused synchronized keyword
12+
813
### Release 3.0.2 (March 12, 2025)
914
* [#1443](https://github.com/awslabs/amazon-kinesis-client/pull/1443) Reduce DynamoDB IOPS for smaller stream and worker count applications
1015
* The below two PRs are intended to support [DynamoDB Streams Kinesis Adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter) compatibility

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The recommended way to use the KCL for Java is to consume it from Maven.
7777
<dependency>
7878
<groupId>software.amazon.kinesis</groupId>
7979
<artifactId>amazon-kinesis-client</artifactId>
80-
<version>3.0.2</version>
80+
<version>3.0.3</version>
8181
</dependency>
8282
```
8383

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>3.0.3-SNAPSHOT</version>
24+
<version>3.0.3</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>3.0.3-SNAPSHOT</version>
26+
<version>3.0.3</version>
2727
</parent>
2828

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

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>3.0.3-SNAPSHOT</version>
25+
<version>3.0.3</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)