Skip to content

Commit ac30dc9

Browse files
Prepare for release 3.0.4 (#292)
* Prepare for release 3.0.4 * update pom to point to latest version of KCL
1 parent 2d08638 commit ac30dc9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ all languages.
150150
* The [Amazon Kinesis Forum][kinesis-forum]
151151

152152
## Release Notes
153+
### Release 3.0.4 (June 6, 2025)
154+
* [#274](https://github.com/awslabs/amazon-kinesis-client-python/pull/274) Add ability to set mvn repo search URL with a unique ENV Variable
155+
* [#279](https://github.com/awslabs/amazon-kinesis-client-python/pull/279) Create sample KCL build tests
156+
* [#280](https://github.com/awslabs/amazon-kinesis-client-python/pull/280) Add dependabot auto-merge and workflow dispatch
157+
* [#283](https://github.com/awslabs/amazon-kinesis-client-python/pull/283) Update AWS credentials used for running sample workflow
158+
* [#287](https://github.com/awslabs/amazon-kinesis-client-python/pull/287) Upgrade org.checkerframework:checker-qual from 2.5.2 to 3.49.4
159+
* [#285](https://github.com/awslabs/amazon-kinesis-client-python/pull/285) Upgrade netty.version from 4.1.118.Final to 4.2.1.Final
160+
* [#284](https://github.com/awslabs/amazon-kinesis-client-python/pull/284) Upgrade commons-beanutils:commons-beanutils from 1.9.4 to 1.11.0
161+
153162
### Release 3.0.3 (March 25, 2025)
154163
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
155164

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<properties>
55
<awssdk.version>2.25.64</awssdk.version>
6-
<kcl.version>3.0.2</kcl.version>
6+
<kcl.version>3.0.3</kcl.version>
77
<netty.version>4.2.1.Final</netty.version>
88
<netty-reactive.version>2.0.6</netty-reactive.version>
99
<fasterxml-jackson.version>2.13.5</fasterxml-jackson.version>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
PACKAGE_NAME = 'amazon_kclpy'
4444
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
45-
PACKAGE_VERSION = '3.0.3'
45+
PACKAGE_VERSION = '3.0.4'
4646
PYTHON_REQUIREMENTS = [
4747
'boto3',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)