Skip to content

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

Version 2.0.2 of the Amazon SQS Extended Client Library for Java

Choose a tag to compare

@adam-aws adam-aws released this 03 Jan 21:23
58fed25

Release includes the following changes:

Version 2.0.1 of the Amazon SQS Extended Client Library for Java

Choose a tag to compare

@adam-aws adam-aws released this 07 Oct 18:47
450d522

Bug fix on receiveMessages to use the correct message attributes #66

Version 2.0.0 of the Amazon SQS Extended Client Library for Java

Choose a tag to compare

@adam-aws adam-aws released this 27 Sep 21:22

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

Choose a tag to compare

@adam-aws adam-aws released this 24 Sep 17:10

Bump Junit version

Version 1.2.1 of the Amazon SQS Extended Client Library for Java

Choose a tag to compare

@adam-aws adam-aws released this 31 Aug 16:27

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

Choose a tag to compare

@adam-aws adam-aws released this 09 Oct 21:07

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

Choose a tag to compare

@adam-aws adam-aws released this 09 Oct 21:04
992ae52

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

Choose a tag to compare

@adam-aws adam-aws released this 29 Jul 16:59

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

Choose a tag to compare

@troy-aws troy-aws released this 02 May 20:30
  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

Choose a tag to compare

@kuba-aws kuba-aws released this 25 Apr 16:58

Fixed ChangeMessageVisibility. Upgraded dependency on AWS SDK. Compatible with SQS FIFO queues.