Releases: quarkiverse/quarkus-amazon-services
Releases · quarkiverse/quarkus-amazon-services
2.13.1
What's Changed
- fix: use org.graalvm.sdk:nativeimage by @scrocquesel in #1182
- build(deps): bump quarkus.version from 3.8.3 to 3.9.0 by @dependabot in #1184
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.12 to 0.29.13 by @dependabot in #1185
- build(deps): bump software.amazon.awssdk:bom from 2.25.13 to 2.25.15 by @dependabot in #1189
- chore: release 2.13.1 by @scrocquesel in #1190
Full Changelog: 2.13.0...2.13.1
2.12.2
What's Changed
- docs: update README for branch 2.12.x by @scrocquesel in #1147
- Update antora.yml by @gastaldi in #1148
- fix: use org.graalvm.sdk:nativeimage
- build(deps): bump quarkus.version from 3.8.0 to 3.8.2
- build(deps): bump quarkus.version from 3.8.2 to 3.8.3
- chore: release 2.12.2 by @scrocquesel in #1183
Full Changelog: 2.12.1...2.12.2
2.13.0
Major changes
- New extensions for CloudWatch and CloudWatch Logs
What's Changed
- docs: update README for branch 2.12.x by @scrocquesel in #1147
- feat: Devservice localstack port by @dagrammy in #1155
- Add metadata to mark internal extensions as unlisted by @holly-cummins in #1170
- feat: CloudWatch SDK by @andrezimmermann in #1151
- docs: add andrezimmermann as a contributor for code by @allcontributors in #1171
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.10 to 0.29.11 by @dependabot in #1159
- build(deps): bump quarkus.version from 3.8.0 to 3.8.2 by @dependabot in #1165
- build(deps): bump software.amazon.awssdk:bom from 2.24.9 to 2.25.8 by @dependabot in #1169
- feat: CloudWatch Logs SDK by @andrezimmermann in #1154
- build(deps): bump quarkus.version from 3.8.2 to 3.8.3 by @dependabot in #1174
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.11 to 0.29.12 by @dependabot in #1176
- build(deps): bump software.amazon.awssdk:bom from 2.25.8 to 2.25.13 by @dependabot in #1178
- chore: release 2.13.0 by @scrocquesel in #1180
New Contributors
- @holly-cummins made their first contribution in #1170
- @andrezimmermann made their first contribution in #1151
Full Changelog: 2.12.1...2.13.0
2.12.1
What's Changed
- chore: release 2.12.1 by @scrocquesel in #1146
- fix: fix bom for quarkus platform by @scrocquesel in 4cbabe5
Full Changelog: 2.12.0...2.12.1
2.12.0
Note
- This version will be part of the Quarkus Platform 3.8 LTS
What's Changed
- feat: allow to group shared dev services by @scrocquesel in #1144
- build(deps): bump software.amazon.awssdk:bom from 2.24.4 to 2.24.9 by @dependabot in #1143
- build(deps): bump quarkus.version from 3.7.3 to 3.8.0 by @dependabot in #1141
- chore: release 2.12.0 by @scrocquesel in #1145
Full Changelog: 2.11.1...2.12.0
2.11.1
What's Changed
- fix: propagate TCCL with aws-crt http based client by @scrocquesel in #1124
- build(deps): bump software.amazon.awssdk:bom from 2.23.17 to 2.24.4 by @dependabot in #1136
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.9 to 0.29.10 by @dependabot in #1129
- build(deps): bump io.quarkiverse:quarkiverse-parent from 15 to 16 by @dependabot in #1125
- build(deps): bump quarkus.version from 3.7.1 to 3.7.3 by @dependabot in #1134
- chore: release 2.11.1 by @scrocquesel in #1137
Full Changelog: 2.11.0...2.11.1
2.11.0
Major changes
- Introduce
s3-transfer-manager
extension - Interceptors configured with the
quarkus.<extension>.interceptors
will first be attempted to be resolved from CDI. See this producer for an example.
What's Changed
- doc: clarify compatibility matrix with quarkus by @scrocquesel in #1095
- Update release workflow by @gastaldi in #1104
- ci: bump several actions to latest version by @scrocquesel in #1107
- feat: try to resolve interceptors from CDI first by @scrocquesel in #1101
- feat: add support for s3TransferManager by @scrocquesel in #1085
- build(deps): bump software.amazon.awssdk:bom from 2.23.0 to 2.23.11 by @dependabot in #1105
- build: sync otel with quarkus bom by @scrocquesel in #1110
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.6 to 0.29.9 by @dependabot in #1109
- fix: restore TCCL in future completion for S3CRT client by @scrocquesel in #1118
- chore: release 2.11.0 by @scrocquesel in #1119
- build(deps): bump quarkus.version from 3.6.5 to 3.7.1 by @dependabot in #1115
Full Changelog: 2.10.1...2.11.0
2.10.1
What's Changed
- feat: add support for s3 crt client by @scrocquesel in #1068
- fix: runtime initialized types dependent on CRT by @scrocquesel in #1087
- chore: release 2.10.1 by @scrocquesel in #1091
Full Changelog: 2.10.0...2.10.1
2.10.0
Major changes
Introduce support for aws crt-based sync clients.
What's Changed
- build(deps): bump quarkus.version from 3.6.4 to 3.6.5 by @dependabot in #1077
- feat: add support for aws crt-based sync client by @scrocquesel in #1075
- chore: release 2.10.0 by @scrocquesel in #1080
Full Changelog: 2.9.1...2.10.0
2.9.1
What's Changed
- fix: declare dynamically resolved CrtRuntimeException ctor by @scrocquesel in #1076
- build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.29.4 to 0.29.6 by @dependabot in #1071
- build(deps): bump software.amazon.awssdk:bom from 2.22.9 to 2.22.13 by @dependabot in #1073
- build(deps): bump software.amazon.awssdk:bom from 2.22.13 to 2.23.0 by @dependabot in #1078
- chore: release 2.9.1 by @scrocquesel in #1079
Full Changelog: 2.9.0...2.9.1