Releases: awslabs/amazon-kinesis-producer
Releases · awslabs/amazon-kinesis-producer
v1.0.7
What's Changed
- Add c++ daemon healthcheck in KinesisProducer by @ethkatnic in #674
- Use activity monitoring for health check by @chenylee-aws in #681
- Make sure sample app works when returnUserRecordOnFailure is set to f… by @chenylee-aws in #683
- Upgrade aws-sdk-spp by @ehasah-aws in #686
- Add Stream ID support to KDS API calls by @ehasah-aws in #685
- Clean up future if daemonException is thrown by @chenylee-aws in #687
- Add maxUserRecordSize config for client-side record size check by @zachjhum in #688
New Contributors
- @ethkatnic made their first contribution in #674
- @ehasah-aws made their first contribution in #686
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Adds support for record sizes up to 10MiB by @zachjhum in #677
- Upgrade openssl, curl, aws-sdk-cpp by @lucienlu-aws in #676
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Add constructor for UserRecordFailedException for backwards compatability by @lucienlu-aws in #666
- fixed documentation to match variable name by @gabemacZon in #667
- Removing STS from native code by @chenylee-aws in #671
- Prepare for KPL release v1.0.5 by @chenylee-aws in #672
New Contributors
- @gabemacZon made their first contribution in #667
Full Changelog: v1.0.4...v1.0.5
v1.0.4
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
v1.0.2
What's Changed
- Reapply "Adding a feature flag (default enabled) to enable/disable ol… by @lucienlu-aws in #647
- Also disabling oldest future tracking for Metrics by @sandeepklr in #640
- Flush all metrics and not just uploaded metrics by @zachjhum in #648
- Prepare for KPL release 1.0.2 by @chenylee-aws in #649
- Update metrics objects ownership by @zachjhum in #652
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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
- @minuhong-aws made their first contribution in #623
- @zachjhum made their first contribution in #638
v1.0.0
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
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
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