Skip to content

Releases: awslabs/amazon-kinesis-producer

v1.0.7

10 Feb 00:59
0c641b6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

28 Oct 01:17
a717a0f

Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

25 Sep 23:14
a8cb469

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

06 Aug 21:27
83cf21b

Choose a tag to compare

What's Changed

  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 in /java/amazon-kinesis-producer by @dependabot[bot] in #655
  • Allow coredumps to be disabled by @chenylee-aws in #657
  • Add ability for users to fetch the UserRecord in onFailure by @lucienlu-aws in #659
  • Upgrade c++ dependencies to latest versions and move boost io_service… by @chenylee-aws in #660
  • Prepare for KPL release v1.0.4 by @zeynepsu in #661

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Jul 00:34
f848cc5

Choose a tag to compare

What's Changed

  • Upgrade glue schema-registry-serde from 1.1.23 to 1.1.24 by @zachjhum in #653

v1.0.2

25 Jun 00:18
a82b494

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 May 20:10
2f1b485

Choose a tag to compare

What's Changed

  • #638 Fix race condition that may cause empty metric uploads
  • #635 Fix OpenSSL build for upgrade
  • #632 Update README.md with KPL 0.x end-of-support notice
  • #630 Upgrade org.slf4j:slf4j-api from 2.0.0 to 2.0.17
  • #627 Upgrade dependency versions to fix vulnerabilities
    • Upgrade curl to 8.12.0
    • Upgrade openssl to 3.4.0
    • Upgrade zlib to 1.3.1
    • Upgrade schema-registry-serde to 1.1.23
  • #623 Update SampleProducer.java with guidance on calling flushSync()
  • #619 Update README.md with guidance on recommended upgrade

New Contributors

v1.0.0

16 Dec 17:42
23f8996

Choose a tag to compare

What's Changed

  • #614 Upgrade to AWS SDK for Java 2.x
    • Upgrade protobuf-java to 4.29.0
    • Upgrade schema-registry-serde to 1.1.22
    • Upgrade jackson-core to 2.18.2
    • Upgrade jackson-databind to 2.18.2
  • #611 Make certificate authority file configurable in KinesisProducerConfiguration
  • #615 Refactor groupId to software.amazon.kinesis
  • #616 Auto generate protobuf files in C++
  • #484 Upgrade maven-compiler-plugin to 3.11.0
  • #607 Upgrade hibernate-validator to 6.2.0.Final

v0.15.12

18 Oct 22:53
0158c0d

Choose a tag to compare

What's Changed

  • upgrade to commons lang 3 by @jbarrus in #570
  • Bump com.google.guava:guava from 31.1-jre to 33.3.0-jre in /java/amazon-kinesis-producer by @dependabot in #579
  • Bump commons-io from 2.11.0 to 2.13.0 in /java/amazon-kinesis-producer by @dependabot in #508
  • Bump com.amazonaws:aws-java-sdk-core from 1.12.382 to 1.12.772 in /java/amazon-kinesis-producer and java/amazon-kinesis-producer-sample by @dependabot in #588
  • Bump com.google.protobuf:protobuf-java from 3.21.12 to 3.25.5 in /java/amazon-kinesis-producer by @dependabot in #589
  • update aws sdk to latest v1 version by @jtaub in #597
  • fix null pointer exception in getOldestRecordTimeMillis by @jtaub in #596
  • check if dimension value is blank before using it by @jtaub in #594
  • replace all usage of sys_siglist with strsignal by @jtaub in #593
  • Bump commons-io:commons-io from 2.13.0 to 2.17.0 in /java/amazon-kinesis-producer by @dependabot in #598
  • Fix build issue after cpp sdk upgrade by @chenylee-aws in #600
  • Preparation for release 0.15.12 by @chenylee-aws in #602

New Contributors

Full Changelog: v0.15.11...v0.15.12

v0.15.11

28 Aug 18:17
bd95f8a

Choose a tag to compare

What's Changed

  • Upgrade ch.qos.logback:logback-classic from 1.3.0 to 1.3.12 in /java/amazon-kinesis-producer by @dependabot in #571
  • Improve retry logic during stream scaling by @chenylee-aws in #576

Full Changelog: v0.15.10...v0.15.11