Skip to content

Releases: quarkiverse/quarkus-amazon-services

3.1.1

19 Nov 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

2.20.1

19 Nov 20:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.20.0...2.20.1

3.1.0

17 Nov 12:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.1.0

2.20.0

17 Nov 14:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.19.0...2.20.0

3.0.1

27 Oct 17:35
Compare
Choose a tag to compare

This is a proper fix for using the Quarkus Lambda client within a Quarkus Lambda application. See Release 3.0.0 for a detailed changelog.

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

27 Oct 11:25
Compare
Choose a tag to compare

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

2.19.0

27 Oct 10:53
Compare
Choose a tag to compare

Foreword

This version, along with subsequent 2.x versions, will maintain backward compatibility with the Quarkus Platform while staying feature-aligned with the main branch (3.x).

Major changes

Deprecated

  • The S3Presigner bean was historically created even if no injection point was discovered. You can opt out if you don’t need one. Opted-out will be the default in the next major version, and the configuration property will be removed.

What's Changed

New Contributors

Full Changelog: 2.18.1...2.19.0

2.19.0.alpha2

26 Oct 18:44
Compare
Choose a tag to compare
2.19.0.alpha2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.19.0.alpha1...2.19.0.alpha2

2.19.0.alpha1

26 Oct 11:22
Compare
Choose a tag to compare
2.19.0.alpha1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.18.1...2.19.0.alpha1

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