Releases: awslabs/amazon-sqs-java-extended-client-lib
Version 2.0.0 of the Amazon SQS Extended Client Library for Java
Release AWS SDK v2 support for Extended Client library. Related PR #58
Version 1.2.2 of the Amazon SQS Extended Client Library for Java
Bump Junit version
Version 1.2.1 of the Amazon SQS Extended Client Library for Java
Add ignorePayloadNotFound
optional parameter in case you want to get rid of SQS messages that do not have their corresponding payload in Amazon S3 #33
Version 1.2.0 of the Amazon SQS Extended Client Library for Java
Adds more support for when the S3 resource is in a different account. Provides configuration for canned access allow lists in ExtendedClientConfiguration
Version 1.0.3 of the Amazon SQS Extended Client Library for Java
This release is to deal with compatibility issues when migrating from 1.0.x to 1.1.x caused the name change of MessageS3Pointer to PayloadS3Pointer. More info: #55
Would recommend users to first migrate to this version and then to 1.2.0
Version 1.1.0 of the Amazon SQS Extended Client Library for Java
Note:
This version was found to be backwards incompatible due to the name class name change MessageS3Pointer
-> PayloadS3Pointer
. More info: #55
It's suggested to first migrate to v1.0.3
and then to 1.2.0
This release implements the new Payload Offloading Java Common Library For AWS which is a shared library between AWS extended messaging clients to manage payloads larger than their limits.
Adds support to configure S3 Server Side Encryption with KMS.
The following method names for ExtendedClientConfiguration are deprecated and will be removed in the following major release:
setLargePayloadSupportEnabled
: Instead usesetPayloadSupportEnabled
withLargePayloadSupportEnabled
: Instead usewithPayloadSupportEnabled
setLargePayloadSupportDisabled
: Instead usesetPayloadSupportDisabled
withLargePayloadSupportDisabled
: Instead usewithPayloadSupportDisabled
isLargePayloadSupportEnabled
: Instead useisPayloadSupportEnabled
withMessageSizeThreshold
: Instead usewithPayloadSizeThreshold
getMessageSizeThreshold
: Instead usegetPayloadSizeThreshold
setMessageSizeThreshold
: Instead usesetPayloadSizeThreshold
Version 1.0.2 of the Amazon SQS Extended Client Library for Java
Version 1.0.1 of the Amazon SQS Extended Client Library for Java
Fixed ChangeMessageVisibility. Upgraded dependency on AWS SDK. Compatible with SQS FIFO queues.
Version 1.0.0 of the Amazon SQS Extended Client Library for Java
Initial release