Skip to content

2.4.0

Compare
Choose a tag to compare
@scrocquesel scrocquesel released this 04 Jul 19:25
· 350 commits to main since this release

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