File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 4242
4343PACKAGE_NAME = 'amazon_kclpy'
4444JAR_DIRECTORY = os .path .join (PACKAGE_NAME , 'jars' )
45- PACKAGE_VERSION = '3.0.3 '
45+ PACKAGE_VERSION = '3.0.4 '
4646PYTHON_REQUIREMENTS = [
4747 'boto3' ,
4848 # argparse is part of python2.7 but must be declared for python2.6
You can’t perform that action at this time.
0 commit comments