File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,15 @@ all languages.
150
150
* The [ Amazon Kinesis Forum] [ kinesis-forum ]
151
151
152
152
## 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
+
153
162
### Release 3.0.3 (March 25, 2025)
154
163
* Downgrade logback from 1.5.16 to 1.3.15 to maintain JDK 8 compatability
155
164
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<properties >
5
5
<awssdk .version>2.25.64</awssdk .version>
6
- <kcl .version>3.0.2 </kcl .version>
6
+ <kcl .version>3.0.3 </kcl .version>
7
7
<netty .version>4.2.1.Final</netty .version>
8
8
<netty-reactive .version>2.0.6</netty-reactive .version>
9
9
<fasterxml-jackson .version>2.13.5</fasterxml-jackson .version>
Original file line number Diff line number Diff line change 42
42
43
43
PACKAGE_NAME = 'amazon_kclpy'
44
44
JAR_DIRECTORY = os .path .join (PACKAGE_NAME , 'jars' )
45
- PACKAGE_VERSION = '3.0.3 '
45
+ PACKAGE_VERSION = '3.0.4 '
46
46
PYTHON_REQUIREMENTS = [
47
47
'boto3' ,
48
48
# 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