quarkiverse/quarkus-amazon-services (io.quarkiverse.amazonservices:quarkus-amazon-s3)
### [`v3.0.1`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.1)
[Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/3.0.0...3.0.1)
This is a proper fix for using the Quarkus Lambda client within a Quarkus Lambda application. See [Release 3.0.0](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.0) for a detailed changelog.
#### What's Changed
- fix: rename features to avoid collapsing with amazon-lambda by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1467](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1467)
- chore: release 3.0.1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1468](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1468)
**Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/3.0.0...3.0.1
### [`v3.0.0`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.0)
[Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/2.19.0...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` and `S3AsyncClient`).
#### What's Changed
- feat: pass container properties to moto container by [@ketola](https://redirect.github.com/ketola) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411)
- feat: introduce multiple client configuration by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1304](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1304)
- build(deps): bump software.amazon.awssdk:bom from 2.27.20 to 2.28.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1419](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1419)
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.30.10 to 0.31.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1418](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1418)
- refactor!: move to io.quarkiverse package by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1267](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1267)
- refactor: fix some compilation and deprecated warning by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1422](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1422)
- chore: release 3.0.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1423](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1423)
- docs: add ketola as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1424](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1424)
- build(deps): bump io.quarkiverse:quarkiverse-parent from 17 to 18 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1428](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1428)
- build(deps): bump quarkus.version from 3.15.0 to 3.15.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1421](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1421)
- build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1432](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1432)
- Split and Reuse the Release workflow by [@gastaldi](https://redirect.github.com/gastaldi) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1441](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1441)
- sqs messaging connector extension by [@ozangunalp](https://redirect.github.com/ozangunalp) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1438](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1438)
- docs: add ozangunalp as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1445](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1445)
- Enforce quarkus-config-doc-maven-plugin version by [@gsmet](https://redirect.github.com/gsmet) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1449](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1449)
- Feat/paymentcryptography by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1450](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1450)
- feat: add api gateway management api extension by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1451](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1451)
- chore: fix typo by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1452](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1452)
- build(deps): bump software.amazon.awssdk:bom from 2.28.10 to 2.28.29 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1454](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1454)
- build(deps): bump quarkus.version from 3.15.1 to 3.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1453](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1453)
- test: move to io.quarkiverse by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1459](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1459)
- feat: provide messaging sqs feature by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1460](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1460)
- build: workaround jreleaser cannot deploy to Central by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1461](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1461)
- chore: release 3.0.0 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1465](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1465)
#### New Contributors
- [@ketola](https://redirect.github.com/ketola) made their first contribution in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411)
**Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...3.0.0
### [`v2.19.0`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/2.19.0)
[Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...2.19.0)
#### 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
- 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
#### Deprecated
- The `S3Presigner` bean was historically created even if no injection point was discovered. You can [opt out](https://docs.quarkiverse.io/quarkus-amazon-services/2.19.x/amazon-s3.html#quarkus-amazon-s3\_quarkus-s3-unremovable-s3-presigner-bean) 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
- feat: pass container properties to moto container by [@ketola](https://redirect.github.com/ketola) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411)
- feat: introduce multiple client configuration by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1304](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1304)
- build(deps): bump software.amazon.awssdk:bom from 2.27.20 to 2.28.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1419](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1419)
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.30.10 to 0.31.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1418](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1418)
- refactor: fix some compilation and deprecated warning by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1422](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1422)
- chore: release 3.0.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1423](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1423)
- docs: add ketola as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1424](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1424)
- build(deps): bump io.quarkiverse:quarkiverse-parent from 17 to 18 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1428](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1428)
- build(deps): bump quarkus.version from 3.15.0 to 3.15.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1421](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1421)
- build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1432](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1432)
- Split and Reuse the Release workflow by [@gastaldi](https://redirect.github.com/gastaldi) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1441](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1441)
- sqs messaging connector extension by [@ozangunalp](https://redirect.github.com/ozangunalp) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1438](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1438)
- docs: add ozangunalp as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1445](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1445)
- Enforce quarkus-config-doc-maven-plugin version by [@gsmet](https://redirect.github.com/gsmet) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1449](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1449)
- Feat/paymentcryptography by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1450](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1450)
- feat: add api gateway management api extension by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1451](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1451)
- chore: fix typo by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1452](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1452)
- build(deps): bump software.amazon.awssdk:bom from 2.28.10 to 2.28.29 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1454](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1454)
- build(deps): bump quarkus.version from 3.15.1 to 3.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1453](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1453)
- test: move to io.quarkiverse by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1459](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1459)
- feat: provide messaging sqs feature by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1460](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1460)
- build: workaround jreleaser cannot deploy to Central by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1461](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1461)
- fix: restore S3Presigner bean production behavior by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1457](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1457)
- chore: release 2.19.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1458](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1458)
- chore: release 2.19.0.alpha2 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1463](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1463)
- chore: release 2.19.0 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1464](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1464)
#### New Contributors
- [@ketola](https://redirect.github.com/ketola) made their first contribution in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411)
**Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...2.19.0
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.18.1
->3.0.1
Release Notes
quarkiverse/quarkus-amazon-services (io.quarkiverse.amazonservices:quarkus-amazon-s3)
### [`v3.0.1`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.1) [Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/3.0.0...3.0.1) This is a proper fix for using the Quarkus Lambda client within a Quarkus Lambda application. See [Release 3.0.0](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.0) for a detailed changelog. #### What's Changed - fix: rename features to avoid collapsing with amazon-lambda by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1467](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1467) - chore: release 3.0.1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1468](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1468) **Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/3.0.0) [Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/2.19.0...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` and `S3AsyncClient`). #### What's Changed - feat: pass container properties to moto container by [@ketola](https://redirect.github.com/ketola) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411) - feat: introduce multiple client configuration by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1304](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1304) - build(deps): bump software.amazon.awssdk:bom from 2.27.20 to 2.28.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1419](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1419) - build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.30.10 to 0.31.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1418](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1418) - refactor!: move to io.quarkiverse package by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1267](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1267) - refactor: fix some compilation and deprecated warning by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1422](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1422) - chore: release 3.0.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1423](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1423) - docs: add ketola as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1424](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1424) - build(deps): bump io.quarkiverse:quarkiverse-parent from 17 to 18 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1428](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1428) - build(deps): bump quarkus.version from 3.15.0 to 3.15.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1421](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1421) - build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1432](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1432) - Split and Reuse the Release workflow by [@gastaldi](https://redirect.github.com/gastaldi) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1441](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1441) - sqs messaging connector extension by [@ozangunalp](https://redirect.github.com/ozangunalp) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1438](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1438) - docs: add ozangunalp as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1445](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1445) - Enforce quarkus-config-doc-maven-plugin version by [@gsmet](https://redirect.github.com/gsmet) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1449](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1449) - Feat/paymentcryptography by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1450](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1450) - feat: add api gateway management api extension by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1451](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1451) - chore: fix typo by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1452](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1452) - build(deps): bump software.amazon.awssdk:bom from 2.28.10 to 2.28.29 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1454](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1454) - build(deps): bump quarkus.version from 3.15.1 to 3.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1453](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1453) - test: move to io.quarkiverse by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1459](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1459) - feat: provide messaging sqs feature by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1460](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1460) - build: workaround jreleaser cannot deploy to Central by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1461](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1461) - chore: release 3.0.0 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1465](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1465) #### New Contributors - [@ketola](https://redirect.github.com/ketola) made their first contribution in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411) **Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...3.0.0 ### [`v2.19.0`](https://redirect.github.com/quarkiverse/quarkus-amazon-services/releases/tag/2.19.0) [Compare Source](https://redirect.github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...2.19.0) #### 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 - 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 #### Deprecated - The `S3Presigner` bean was historically created even if no injection point was discovered. You can [opt out](https://docs.quarkiverse.io/quarkus-amazon-services/2.19.x/amazon-s3.html#quarkus-amazon-s3\_quarkus-s3-unremovable-s3-presigner-bean) 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 - feat: pass container properties to moto container by [@ketola](https://redirect.github.com/ketola) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411) - feat: introduce multiple client configuration by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1304](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1304) - build(deps): bump software.amazon.awssdk:bom from 2.27.20 to 2.28.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1419](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1419) - build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.30.10 to 0.31.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1418](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1418) - refactor: fix some compilation and deprecated warning by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1422](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1422) - chore: release 3.0.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1423](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1423) - docs: add ketola as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1424](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1424) - build(deps): bump io.quarkiverse:quarkiverse-parent from 17 to 18 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1428](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1428) - build(deps): bump quarkus.version from 3.15.0 to 3.15.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1421](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1421) - build(deps-dev): bump org.junit-pioneer:junit-pioneer from 2.2.0 to 2.3.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1432](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1432) - Split and Reuse the Release workflow by [@gastaldi](https://redirect.github.com/gastaldi) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1441](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1441) - sqs messaging connector extension by [@ozangunalp](https://redirect.github.com/ozangunalp) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1438](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1438) - docs: add ozangunalp as a contributor for code by [@allcontributors](https://redirect.github.com/allcontributors) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1445](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1445) - Enforce quarkus-config-doc-maven-plugin version by [@gsmet](https://redirect.github.com/gsmet) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1449](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1449) - Feat/paymentcryptography by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1450](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1450) - feat: add api gateway management api extension by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1451](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1451) - chore: fix typo by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1452](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1452) - build(deps): bump software.amazon.awssdk:bom from 2.28.10 to 2.28.29 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1454](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1454) - build(deps): bump quarkus.version from 3.15.1 to 3.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1453](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1453) - test: move to io.quarkiverse by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1459](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1459) - feat: provide messaging sqs feature by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1460](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1460) - build: workaround jreleaser cannot deploy to Central by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1461](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1461) - fix: restore S3Presigner bean production behavior by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1457](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1457) - chore: release 2.19.0.alpha1 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1458](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1458) - chore: release 2.19.0.alpha2 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1463](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1463) - chore: release 2.19.0 by [@scrocquesel](https://redirect.github.com/scrocquesel) in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1464](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1464) #### New Contributors - [@ketola](https://redirect.github.com/ketola) made their first contribution in [https://github.com/quarkiverse/quarkus-amazon-services/pull/1411](https://redirect.github.com/quarkiverse/quarkus-amazon-services/pull/1411) **Full Changelog**: https://github.com/quarkiverse/quarkus-amazon-services/compare/2.18.1...2.19.0Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.