Skip to content

3.0.0

Compare
Choose a tag to compare
@quarkiverse-ci quarkiverse-ci released this 27 Oct 11:25
· 38 commits to main since this 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