-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v3.0.1 of the Amazon Kinesis Client for .Net #226
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,6 +150,33 @@ all languages. | |
|
||
## Release Notes | ||
|
||
### Release 3.0.1 (April 24, 2024) | ||
* Upgraded amazon-kinesis-client from 2.4.4 to 2.5.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a historic reason that we don't use PR links There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure but also some of these are merged from multiple PRs if there are multiple version updates |
||
* Upgraded netcoreapp from 5.0 to 6.0 | ||
* Upgraded awssdk.version from 2.19.2 to 2.19.16 | ||
* Upgraded fasterxml-jackson.version from 2.13.4 to 2.14.5 | ||
* Upgraded com.google.protobuf:protobuf-java from 3.21.5 to 3.23.0 | ||
* Upgraded aws-java-sdk-core from 1.12.370 to 1.12.468 | ||
* Upgraded error_prone_annotations from 2.7.1 to 2.19.1 | ||
* Upgraded NSubstitute from 3.1.0 to 5.1.0 | ||
* Upgraded Stateless from 2.5.11.0 to 5.13.0 | ||
* Upgraded MSTest.TestFramework from 1.3.2 to 3.1.1 | ||
* Upgraded MSTest.TestAdapter from 1.3.2 to 3.1.1 | ||
* Upgraded jackson-databind from 2.13.4 to 2.13.4.2 | ||
* Upgraded guava from 31.0.1-jre to 32.1.1-jre | ||
* Upgraded io.netty:netty-codec-http from 4.1.86.Final to 4.1.108.Final | ||
* Upgraded Microsoft.Extensions.DependencyInjection from 6.0.0 to 8.0.0 | ||
* Upgraded ch.qos.logback:logback-core from 1.3.0 to 1.3.12 | ||
* Upgraded Microsoft.NET.Test.Sdk from 15.5.0 to 17.9.0 | ||
* Upgraded AWSSDK.Kinesis from 3.7.1.5 to 3.7.301.73 | ||
* Upgraded commons-collections4 from 4.2 to 4.4 | ||
* Upgraded commons-logging from 1.1.3 to 1.2 | ||
* Upgraded NUnit3TestAdapter from 3.9.0 to 4.5.0 | ||
* Upgraded CommandLineParser from 2.2.1 to 2.9.1 | ||
* Upgraded Microsoft.NET.Test.Sdk from 15.5.0 to 17.9.0 | ||
* Upgraded NUnit from 3.9.0 to 4.1.0 | ||
* Upgraded ion-java from 1.5.1 to 1.11.4 | ||
|
||
### Release 3.0.0 (January 12, 2023) | ||
* Upgraded to use version 2.4.4 of the [Amazon Kinesis Client library][amazon-kcl-github] | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should eventually have a binary net release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean by binary?