Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.amazonaws:amazon-kinesis-producer from 0.13.1 to 0.15.10 #63

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2024

Bumps com.amazonaws:amazon-kinesis-producer from 0.13.1 to 0.15.10.

Release notes

Sourced from com.amazonaws:amazon-kinesis-producer's releases.

Release 0.15.10 of the Amazon Kinesis Producer Library

What's Changed

New Contributors

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.9...v0.15.10

Release 0.15.9 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.8...v0.15.9

Release 0.15.8 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.7...v0.15.8

Release 0.15.7 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.6...v0.15.7

Release 0.15.6 of the Amazon Kinesis Producer Library

What's Changed

Full Changelog: awslabs/amazon-kinesis-producer@v0.15.5...v0.15.6

[Deprecated] Release 0.15.5 of the Amazon Kinesis Producer Library

What's Changed

... (truncated)

Changelog

Sourced from com.amazonaws:amazon-kinesis-producer's changelog.

0.15.10

  • #560 Reverting to remove a bug with using Stream ARN. Please stay tuned for a future release before using Stream ARN.
  • #526 Drop dependency on jaxb for converting binary arrays to hex
  • 1.1.18Update GSR dependency - To address CVE vulnerability

0.15.9

  • #552 Add StreamARN parameter to support CAA
    • StreamARN parameter can be now be used to benefit from Cross account access for KPL requests.

0.15.8

  • #537 Update to latest version of Glue Schema Registry library

0.15.7

  • #498 Fix some memory leak cases in legacy code
    • Upgrade SDK version to avoid s2n_cleanup related memory leak
    • Fix resource cleanup on KPL end to avoid memory leak

0.15.6

  • #490 Updating aws cpp sdk version

0.15.5

  • #482 Remove the stream arn parameter when the next token is present

0.15.4

0.15.3

  • #478 Update AWS SDK CPP version

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

... (truncated)

Commits
  • 48be6e2 Merge pull request #561 from awslabs/release_v0.15.10
  • 4aec77d Prepare for KPL Release 0.15.10
  • 757a29e Merge pull request #560 from awslabs/revert_CAA_commit
  • 4355c41 Merge pull request #526 from esirkova/master
  • 1caa983 Revert "Add StreamARN parameter to support CAA"
  • 59e431d Revert "Fixing bug for addUserRecord"
  • 47d2c7d Revert "Fixing bug for addUserRecord"
  • 3de7373 Update GSR dependency
  • d63cb62 Merge pull request #555 from awslabs/pub-v0.15.10
  • 67a739f prepare for KPL release 0.15.10
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.amazonaws:amazon-kinesis-producer](https://github.com/awslabs/amazon-kinesis-producer) from 0.13.1 to 0.15.10.
- [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.13.1...v0.15.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2024
Copy link

github-actions bot commented May 7, 2024

This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 4 weeks if no further activity occurs. If you think
that's incorrect or this pull request should instead be reviewed, please simply
write any comment. Even if closed, you can still revive the PR at any time or
discuss it on the [email protected] list.
Thank you for your contributions.

@github-actions github-actions bot added the stale label May 7, 2024
Copy link

github-actions bot commented Jun 4, 2024

This pull request/issue has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Jun 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 4, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/com.amazonaws-amazon-kinesis-producer-0.15.10 branch June 4, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area - Dependencies dependencies Pull requests that update a dependency file stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants