Skip to content

Releases: awslabs/amazon-sqs-java-extended-client-lib

Version 2.0.0 of the Amazon SQS Extended Client Library for Java

27 Sep 21:22
Compare
Choose a tag to compare

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

24 Sep 17:10
Compare
Choose a tag to compare

Version 1.2.1 of the Amazon SQS Extended Client Library for Java

31 Aug 16:27
Compare
Choose a tag to compare

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

09 Oct 21:07
Compare
Choose a tag to compare

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

09 Oct 21:04
992ae52
Compare
Choose a tag to compare

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

29 Jul 16:59
Compare
Choose a tag to compare

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 use setPayloadSupportEnabled
  • withLargePayloadSupportEnabled: Instead use withPayloadSupportEnabled
  • setLargePayloadSupportDisabled: Instead use setPayloadSupportDisabled
  • withLargePayloadSupportDisabled: Instead use withPayloadSupportDisabled
  • isLargePayloadSupportEnabled: Instead use isPayloadSupportEnabled
  • withMessageSizeThreshold: Instead use withPayloadSizeThreshold
  • getMessageSizeThreshold: Instead use getPayloadSizeThreshold
  • setMessageSizeThreshold: Instead use setPayloadSizeThreshold

Version 1.0.2 of the Amazon SQS Extended Client Library for Java

02 May 20:30
Compare
Choose a tag to compare
  1. Release Tagging related API.
  2. Fixed the bug that RESERVED_ATTRIBUTE_NAME being added over and over when ReceiveMessageRequest being re-used, fix was initially submitted by @dsw2127 in commit edd84df.
  3. Fix the deprecated Apache annotation NotThreadSafe.

Version 1.0.1 of the Amazon SQS Extended Client Library for Java

25 Apr 16:58
Compare
Choose a tag to compare

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

25 Apr 16:31
Compare
Choose a tag to compare