Releases: quarkiverse/quarkus-amazon-services
Releases Β· quarkiverse/quarkus-amazon-services
2.3.3
What's Changed
- build(deps): bump software.amazon.awssdk:bom from 2.20.90 to 2.20.96 by @dependabot in #816
- build(deps): bump quarkus.version from 3.1.2.Final to 3.2.0.Final by @dependabot in #814
- Release 2.3.3 by @scrocquesel in #817
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- fix: remove usage of netty in config classes by @scrocquesel in #805
- build(deps): bump quarkus.version from 3.1.1.Final to 3.1.2.Final by @dependabot in #799
- build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #768
- build(deps): bump aws-crt from 0.22.1 to 0.22.2 by @dependabot in #804
- build(deps): bump software.amazon.awssdk:bom from 2.20.84 to 2.20.90 by @dependabot in #806
- chore: release 2.3.2 by @scrocquesel in #807
Full Changelog: 2.3.1...2.3.2
2.3.1
What's Changed
- build(deps): bump quarkiverse-parent from 13 to 14 by @dependabot in #774
- docs: update S3 doc to reflect changes in quickstart by @scrocquesel in #770
- Include
scm
info by @gastaldi in #782 - refactor: split build steps to reduce cycles issues with other extensions by @scrocquesel in #792
- build(deps): bump aws-crt from 0.21.17 to 0.22.1 by @dependabot in #784
- build(deps): bump quarkiverse-parent from 14 to 15 by @dependabot in #786
- build(deps): bump quarkus.version from 3.1.0.Final to 3.1.1.Final by @dependabot in #787
- build(deps): bump software.amazon.awssdk:bom from 2.20.72 to 2.20.84 by @dependabot in #793
- Fixed filestore.path check in validateFileStore by @Nonoelgringo in #773
- docs: add Nonoelgringo as a contributor for code by @allcontributors in #796
- chore: release 2.3.1 by @scrocquesel in #797
New Contributors
- @Nonoelgringo made their first contribution in #773
Full Changelog: 2.3.0...2.3.1
2.3.0
What's Changed
- fix: add missing commons-logging exclusion by @scrocquesel in #740
- ci: enable CodeQL analysis by @scrocquesel in #747
- chore: Add GitHub workflow for automated closure of stale issues and PRs by @scrocquesel in #748
- build(deps): bump quarkus.version from 3.0.3.Final to 3.1.0.Final by @dependabot in #762
- Refactor code to Quarkus 3.1 by @scrocquesel in #765
- feat: cache DynamoDb Enhanced TableSchema at startup by @scrocquesel in #766
- chore: release 2.3.0 by @scrocquesel in #767
Full Changelog: 2.2.0...2.3.0
2.2.0
Note
- Before,
quarkus-netty
was imported automatically through transitive dependency, it's no longer the case, if you're not usingsoftware.amazon.awssdk:netty-nio-client
. However, other extensions like resteasy reactive may still import it. - Previously, you needed to include
io.quarkus:quarkus-apache-httpclient
if you were usingsoftware.amazon.awssdk:apache-client
. However, now it's unnecessary because it's imported automatically as needed. Addingsoftware.amazon.awssdk:apache-client
is now the only dependency to add if you want to use the apache http client.
What's Changed
- Throw exception if url-connection-client is needed and missing by @scrocquesel in #707
- Update build.yml by @scrocquesel in #721
- feat: add conditional extension dependencies for Apache and Netty by @scrocquesel in #734
- feat: remove transitive dependency on Netty by @scrocquesel in #734
- build(deps): bump software.amazon.awssdk:bom from 2.20.53 to 2.20.65 by @dependabot in #733
- build(deps): bump aws-java-sdk-core from 1.12.456 to 1.12.468 by @dependabot in #732
- build(deps): bump aws-crt from 0.21.12 to 0.21.15 by @dependabot in #735
- build(deps): bump quarkus.version from 3.0.1.Final to 3.0.3.Final by @dependabot in #729
- Release 2.2.0 by @scrocquesel in #737
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
- build(deps): bump quarkus.version from 3.0.0.Final to 3.0.1.Final by @dependabot in #698
- Release 2.1.1 by @scrocquesel in #704
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- build(deps): bump aws-java-sdk-core from 1.12.448 to 1.12.449 by @dependabot in #671
- build(deps): bump software.amazon.awssdk:bom from 2.20.45 to 2.20.46 by @dependabot in #672
- build(deps): bump aws-crt from 0.21.11 to 0.21.12 by @dependabot in #673
- Remove maven-settings.xml.gpg by @gastaldi in #27
- Detect docker availability only if a container should be started by @scrocquesel in #676
- Update release script by @gastaldi in #679
- build(deps): bump aws-java-sdk-core from 1.12.449 to 1.12.451 by @dependabot in #682
- build(deps): bump software.amazon.awssdk:bom from 2.20.46 to 2.20.48 by @dependabot in #683
- Add dev services config reference to documentation by @scrocquesel in #681
- build(deps): bump quarkiverse-parent from 12 to 13 by @dependabot in #685
- build(deps): bump maven-compiler-plugin from 3.8.1 to 3.11.0 by @scrocquesel in #688
- Compilation warnings by @scrocquesel in #689
- Update amazon-secretsmanager.adoc by @Hemantkumar-Chigadani in #692
- #30 updated, added integration tests and dev services by @Temdegon in #591
- build(deps): bump software.amazon.awssdk:bom from 2.20.48 to 2.20.53 by @dependabot in #697
- build(deps): bump aws-java-sdk-core from 1.12.451 to 1.12.456 by @dependabot in #699
- Release 2.1.0 by @scrocquesel in #700
New Contributors
- @gastaldi made their first contribution in #27
- @Hemantkumar-Chigadani made their first contribution in #692
Full Changelog: 2.0.1...2.1.0
1.8.0
What's Changed
- Backports to 1.x by @scrocquesel in #674
- Release 1.8.0 by @scrocquesel in #701
Full Changelog: 1.7.0...1.8.0
2.0.1
What's Changed
- build(deps): bump aws-java-sdk-core from 1.12.447 to 1.12.448 by @dependabot in #663
- build(deps): bump software.amazon.awssdk:bom from 2.20.44 to 2.20.45 by @dependabot in #664
- Bump localstack version to 1.4.0. by @thiko in #648
- build(deps): bump aws-crt from 0.21.10 to 0.21.11 by @dependabot in #665
- docs: add scrocquesel as a contributor for maintenance by @allcontributors in #666
- docs: add thiko as a contributor for code by @allcontributors in #667
- docs: add cthiebault as a contributor for code by @allcontributors in #668
- Support Localstack Ready Lifecycle Hook (replaces deprecated init scripts, removed in localstack:2.0) by @krisgerhard in #654
- docs: add krisgerhard as a contributor for code by @allcontributors in #669
- Release 2.0.1 by @gsmet in #670
New Contributors
- @thiko made their first contribution in #648
- @krisgerhard made their first contribution in #654
Full Changelog: 2.0.0...2.0.1