Skip to content

Releases: awslabs/amazon-kinesis-producer

[Deprecated] Release 0.15.0 of the Amazon Kinesis Producer Library

04 Jan 23:29
Compare
Choose a tag to compare

What's Changed


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

08 Sep 20:33
Compare
Choose a tag to compare

0.14.13

  • #440
    • Upgrade the dependencies used in bootstrap + Java dependencies
    • Correct the log level discrepancy for the warnings

Release 0.14.12 of the Amazon Kinesis Producer Library

16 Mar 21:33
Compare
Choose a tag to compare

0.14.12

  • #425 Fix build issues in CI
  • #424 Fix build issues in CI
  • #423 Upgrade GSR version to 1.1.9
  • #420 Fix cpp branch
  • #419 Fix aws-cpp branch
  • #418 Fix travis build
  • #416 Configure dependabot
  • #415 Fix travis build
  • #414 Fix travis build

Release 0.14.11 of the Amazon Kinesis Producer Library

02 Feb 21:59
259f91f
Compare
Choose a tag to compare

0.14.11

  • #409 Bump protobuf-java from 3.11.4 to 3.16.1 in /java/amazon-kinesis-producer
  • #408 Update curl version from 7.77 to 7.81
  • #395 Configure dependabot
  • #391 Fixing travis build issues
  • #388 Fixing build issues due to stale CA certs

Release 0.14.10 of the Amazon Kinesis Producer Library

04 Nov 21:06
269875d
Compare
Choose a tag to compare

0.14.10

  • #386 Upgraded Glue schema registry from 1.1.1 to 1.1.5
  • #384 Upgraded logback-classic from 1.2.0 to 1.2.6
  • #323 Upgraded junit from 4.12 to 4.13.1

Release 0.14.9 of the Amazon Kinesis Producer Library

12 Aug 23:33
092dbf6
Compare
Choose a tag to compare

0.14.9

  • #370 Upgraded build script dependencies
    • Upgraded version of openssl from 1.0.1m to 1.0.2u
    • Upgraded version of boost from 1.61 to 1.76
    • Upgraded version of zlib from 1.2.8 to 1.2.11
  • #377 Added an optimization to filter out closed shards.

Release 0.14.8 of the Amazon Kinesis Producer Library

14 Jul 19:56
9e28a00
Compare
Choose a tag to compare

Release Notes

Java

0.14.8

  • PR #331 Fixed a typo in README.md
  • PR #363 Upgrading hibernate-validator to 6.0.20.Final
  • PR #365 Upgrading logback-classic to 1.2.0
  • PR #367 Upgrading Glue Schema Registry to 1.1.1

Release 0.14.7 of the Amazon Kinesis Producer Library

31 May 08:42
ea3295b
Compare
Choose a tag to compare

Release Notes

Java

0.14.7

  • PR #350 Upgrading Guava to 29.0-jre
  • PR #352 Upgrading Commons IO to 2.7
  • PR #351 Adding support for proxy configurations
  • PR #356 Fixing build issues in Travis CI

Release 0.14.6 of the Amazon Kinesis Producer Library

11 Mar 21:37
d01a9de
Compare
Choose a tag to compare

Release 0.14.6 of the Amazon Kinesis Producer Library

Amazon Kinesis Producer Library

Java

  • [PR #341] Updating Java SDK version in KPL to 1.11.960

Release 0.14.5 of the Amazon Kinesis Producer Library

01 Mar 20:50
1af627e
Compare
Choose a tag to compare

Release 0.14.5 of the Amazon Kinesis Producer Library

Amazon Kinesis Producer Library

C++ Core

  • [PR #339] Fixing KPL not emitting Kinesis PutRecords call context metrics.