3.0.0
Major changes
- This version introduces support for multiple client configurations. You can find more documentation at https://docs.quarkiverse.io/quarkus-amazon-services/dev/common-features.html#_named_clients
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
andS3AsyncClient
).
What's Changed
- feat: pass container properties to moto container by @ketola in #1411
- feat: introduce multiple client configuration by @scrocquesel in #1304
- build(deps): bump software.amazon.awssdk:bom from 2.27.20 to 2.28.10 by @dependabot in #1419
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.30.10 to 0.31.3 by @dependabot in #1418
- refactor!: move to io.quarkiverse package by @scrocquesel in #1267
- refactor: fix some compilation and deprecated warning by @scrocquesel in #1422
- chore: release 3.0.0.alpha1 by @scrocquesel in #1423
- docs: add ketola as a contributor for code by @allcontributors in #1424
- build(deps): bump io.quarkiverse:quarkiverse-parent from 17 to 18 by @dependabot in #1428
- build(deps): bump quarkus.version from 3.15.0 to 3.15.1 by @dependabot in #1421
- build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by @dependabot in #1432
- Split and Reuse the Release workflow by @gastaldi in #1441
- sqs messaging connector extension by @ozangunalp in #1438
- docs: add ozangunalp as a contributor for code by @allcontributors in #1445
- Enforce quarkus-config-doc-maven-plugin version by @gsmet in #1449
- Feat/paymentcryptography by @scrocquesel in #1450
- feat: add api gateway management api extension by @scrocquesel in #1451
- chore: fix typo by @scrocquesel in #1452
- build(deps): bump software.amazon.awssdk:bom from 2.28.10 to 2.28.29 by @dependabot in #1454
- build(deps): bump quarkus.version from 3.15.1 to 3.16.0 by @dependabot in #1453
- test: move to io.quarkiverse by @scrocquesel in #1459
- feat: provide messaging sqs feature by @scrocquesel in #1460
- build: workaround jreleaser cannot deploy to Central by @scrocquesel in #1461
- chore: release 3.0.0 by @scrocquesel in #1465
New Contributors
Full Changelog: 2.18.1...3.0.0