Skip to content

Bump amazon-kinesis-producer from 0.14.9 to 0.15.2#477

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.amazonaws-amazon-kinesis-producer-0.15.2
Closed

Bump amazon-kinesis-producer from 0.14.9 to 0.15.2#477
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.amazonaws-amazon-kinesis-producer-0.15.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2023

Bumps amazon-kinesis-producer from 0.14.9 to 0.15.2.

Release notes

Sourced from amazon-kinesis-producer's releases.

Release 0.15.2 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.1...v0.15.2

Release 0.15.1 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.0...v0.15.1

Release 0.15.0 of the Amazon Kinesis Producer Library

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: awslabs/amazon-kinesis-producer@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

Release 0.14.12 of the Amazon Kinesis Producer Library

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

... (truncated)

Changelog

Sourced from amazon-kinesis-producer's changelog.

0.15.2

  • #471 Upgrade Java dependencies

0.15.1

  • #469 Use AWS CodeBuild to compile C++ binary

0.15.0

  • #465
    • Revert the upgrade of jakarta.xml.bind to be backward-compatible with Java8
    • Add more logs to verify that IMDSV2 is used correctly for getting region info for KPL running in EC2 instances
  • #463
    • Use sts to construct stream arn
    • Exit KPL if STS call fails to avoid dual mode
    • Deprecate IMDSv1 calls for obtaining EC2 metadata
  • #444
    • Update bootstrap.sh to work on three platforms

0.14.13

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

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

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

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
Commits
  • 7d33b99 Prepare for KPL Release 0.15.2
  • 6da1b81 Upgrade Java dependencies
  • a729ef0 Prepare for KPL Release 0.15.1 (#470)
  • 76d7c1b Use AWS CodeBuild to compile C++ binary
  • c140347 Prepare for KPL Release 0.15.0
  • 064f1d9 Add logs for IMDSV2 verification
  • 7e6203d Revert the upgrade of jakarta.xml.bind to be backward-compatible with Java8
  • 934e697 Deprecate IMDSv1 calls for obtaining EC2 metadata
  • 4c91629 Exit KPL if STS call fails to avoid dual mode
  • 31fb6a6 Use sts to construct stream arn
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [amazon-kinesis-producer](https://github.com/awslabs/amazon-kinesis-producer) from 0.14.9 to 0.15.2.
- [Release notes](https://github.com/awslabs/amazon-kinesis-producer/releases)
- [Changelog](https://github.com/awslabs/amazon-kinesis-producer/blob/master/CHANGELOG.md)
- [Commits](awslabs/amazon-kinesis-producer@v0.14.9...v0.15.2)

---
updated-dependencies:
- dependency-name: com.amazonaws:amazon-kinesis-producer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 1, 2023

Superseded by #480.

@dependabot dependabot Bot closed this Mar 1, 2023
@dependabot dependabot Bot deleted the dependabot/maven/com.amazonaws-amazon-kinesis-producer-0.15.2 branch March 1, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Development

Successfully merging this pull request may close these issues.

0 participants