Skip to content

Releases: quarkiverse/quarkus-amazon-services

2.5.0

18 Aug 20:24
Compare
Choose a tag to compare

Major changes

  • Upgrade to quarkus version 3.3.0

What's Changed

  • build: add a direct dependency on netty by @scrocquesel in #897
  • build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.24.1 to 0.25.0 by @dependabot in #887
  • build(deps): bump software.amazon.awssdk:bom from 2.20.119 to 2.20.128 by @dependabot in #896
  • build(deps): bump quarkus.version from 3.2.3.Final to 3.3.0 by @dependabot in #895
  • chore: release 2.5.0 by @scrocquesel in #899

Full Changelog: 2.4.4...2.5.0

2.4.5

18 Aug 21:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.4...2.4.5

2.4.4

14 Aug 17:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.3...2.4.4

1.9.2

14 Aug 18:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.1...1.9.2

2.4.3

05 Aug 14:39
Compare
Choose a tag to compare

What's Changed

  • fix: add defaultBean qualifier for DynamoDbEnhancedClient synthetic beans by @scrocquesel in #875
  • build(deps): bump software.amazon.awssdk:bom from 2.20.103 to 2.20.119 by @dependabot in #874
  • build(deps): bump software.amazon.awssdk.crt:aws-crt from 0.23.2 to 0.24.1 by @dependabot in #873
  • build(deps): bump quarkus.version from 3.2.2.Final to 3.2.3.Final by @dependabot in #871
  • chore: release 2.4.3 by @scrocquesel in #876

Full Changelog: 2.4.2...2.4.3

1.9.1

05 Aug 16:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

2.4.2

26 Jul 18:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.1...2.4.2

2.4.1

14 Jul 20:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

1.9.0

08 Jul 14:01
Compare
Choose a tag to compare

Note

This is a long-awaited version that backports a change in dependency management and removes the dependency on Netty in applications using only synchronous clients. This is the last version with new features that will support Quarkus 2.16.x. Version 1.x will now enter maintenance mode only.

  • Before, quarkus-netty was imported automatically through transitive dependency, it's no longer the case, if you're not using software.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 using software.amazon.awssdk:apache-client. However, now it's unnecessary because it's imported automatically as needed. Adding software.amazon.awssdk:apache-client is now the only dependency to add if you want to use the apache http client.

  • What's Changed

  • Backports to 1.x by @scrocquesel in #736

  • Release 1.9.0 by @scrocquesel in #738

  • Backports to 1.x by @scrocquesel in #739

  • Backports to 1.x by @scrocquesel in #742

  • chore: release 1.9.0 by @scrocquesel in #832

Full Changelog: 1.8.0...1.9.0

2.4.0

04 Jul 19:25
Compare
Choose a tag to compare

Major changes

  • Experimental support for aws crt async client (software.amazon.awssdk:aws-crt-client). It supports native compilation and Amazon Lambda. You can find more information in the Going asynchronous documentation section of each service.
  • Reduce boilerplate code by directly injecting DynamoDbTable and DynamoDbAsyncTable with the @NamedDynamoDbTable annotation. Additional information can be found at https://quarkiverse.io/quarkiverse-docs/quarkus-amazon-services/dev/amazon-dynamodb.html#_dynamodb_enhanced_client.
  • Few changes to Thread management to reduce the number of created ThreadPools and share Quarkus Vert.x EventLoopGroup when available.

What's Changed

Full Changelog: 2.3.3...2.4.0