Releases: awslabs/amazon-kinesis-producer
Releases · awslabs/amazon-kinesis-producer
[Deprecated] Release 0.15.3 of the Amazon Kinesis Producer Library
What's Changed
Full Changelog: v0.15.2...v0.15.3
[Deprecated] Release 0.15.2 of the Amazon Kinesis Producer Library
[Deprecated] Release 0.15.1 of the Amazon Kinesis Producer Library
What's Changed
- Use AWS CodeBuild to compile C++ binary by @zengyu714 in #469
- Prepare for KPL Release 0.15.1 by @zengyu714 in #470
Full Changelog: v0.15.0...v0.15.1
[Deprecated] Release 0.15.0 of the Amazon Kinesis Producer Library
What's Changed
- Update bootstrap.sh to work on three platforms by @zengyu714 in #444
- Use sts to construct stream arn by @zengyu714 in #463
- Revert the upgrade of jakarta.xml.bind to be backward-compatible with Java8 by @zengyu714 in #465
- Prepare for KPL Release 0.15.0 by @zengyu714 in #466
KPL 0.15.0 now incorporates StreamARN in the Kinesis requests, such as PutRecords and ListShards, to take advantage of Kinesis Data Streams (KDS) enhanced availability as the result of service cellularization. Version 0.15.0 adds STS as the new dependency; by using STS, customers can benefit from StreamARN without modifying any code.
Full Changelog: v0.14.13...v0.15.0
Release 0.14.13 of the Amazon Kinesis Producer Library
0.14.13
- #440
- Upgrade the dependencies used in bootstrap + Java dependencies
- Correct the log level discrepancy for the warnings