Skip to content

Releases: awslabs/amazon-kinesis-producer

Release 0.12.1 of the Amazon Kinesis Publisher Library

14 Oct 15:04
Compare
Choose a tag to compare

0.12.1

C++ Core

  • The native process will no longer attempt to use the default system CA bundle
    • The KPL should now run on versions of Linux that don't place the default CA bundle in /etc/pki
    • This fixes issue #66
  • Added automatic BJS endpoint selection
    • The KPL will now select the BJS endpoint when configured for BJS.
    • This fixes issue #36

Version 0.12.0 of the Amazon Kinesis Producer Library

19 Sep 21:20
Compare
Choose a tag to compare

0.12.0

  • Maven Artifact Signing Change

  • Windows Support is not Available for this Version.

    This version of the Kinesis Producer Library doesn't currently support windows. Windows support will be added back at a later date.

Java

  • Log output from the kinesis_producer is now captured, and re-emitted by the LogInputStreamReader
  • The daemon is now more aggressive about restarting the native kinesis_producer process.
  • Updated AWS SDK dependency.

C++ Core

  • The native process now uses version 1.0.5 of the AWS C++ SDK.
    • The native process doesn't currently support any of the AWS C++ SDK credentials providers. Support for these providers will be added a later date.
  • The native process now attempts to produce stack traces for various fatal signals.

Amazon Kinesis Producer Library 0.10.2

19 Nov 21:04
Compare
Choose a tag to compare

Version 0.10.2

See the main README for a list of changes.

Amazon Kinesis Producer Library 0.10.1

17 Aug 07:46
Compare
Choose a tag to compare

Version 0.10.1.

See the main README for a list of changes.

Amazon Kinesis Producer Library 0.10.0

16 Jul 18:04
Compare
Choose a tag to compare

Version 0.10.0.

See the main README for a list of changes.

Amazon Kinesis Producer Library 0.9.0

02 Jun 18:51
Compare
Choose a tag to compare

First release of the KPL. This release includes a Java wrapper.