Skip to content

Releases: quarkiverse/quarkus-amazon-services

3.0.0.alpha1

29 Sep 15:43
Compare
Choose a tag to compare
3.0.0.alpha1 Pre-release
Pre-release

Major changes

Breaking Changes

  • To avoid a conflict in package names with some Quarkus core packages, we have moved to the io.quarkiverse.amazon prefix for package names. This is a compilation-breaking change for those using classes from this repository, such as the @S3Crt and @NamedDynamoDbTable annotations. You will need to update your imports accordingly.
  • The S3Presigner bean is no longer created by default. You must add an explicit injection point, like with other clients (S3Client and S3AsyncClient).

What's Changed

New Contributors

Full Changelog: 2.18.1...3.0.0.alpha1

2.18.1

20 Sep 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.18.0...2.18.1

2.18.0

20 Sep 13:27
Compare
Choose a tag to compare

Note

This version has no new features and is aligned with the upcoming Quarkus 3.15 LTS release.
Branch 2.18.x is quarkus-amazon-services next LTS version. If you need fixes to be backport from the main branch, open an issue.

What's Changed

Full Changelog: 2.17.0...2.18.0

2.17.0

06 Sep 20:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.16.2...2.17.0

2.16.2

08 Aug 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.16.1...2.16.2

2.16.1

08 Aug 18:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.16.0...2.16.1

2.12.3

08 Aug 20:04
Compare
Choose a tag to compare

What's Changed

  • fix: S3Crt async client injection issue
  • build(deps): bump quarkus.version from 3.8.3 to 3.8.5
  • chore: release 2.12.3 by @scrocquesel in #1352

Full Changelog: 2.12.2...2.12.3

2.16.0

27 May 19:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.15.0...2.16.0

2.15.0

04 May 19:40
Compare
Choose a tag to compare

Major changes

  • Two new extensions for Inspector and Inspector2.
  • Adding SQS or SNS extensions when enabling telemetry for other extensions is no longer necessary.

What's Changed

New Contributors

Full Changelog: 2.14.0...2.15.0

2.14.0

24 Apr 20:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.1...2.14.0