Skip to content

Releases: awslabs/amazon-sqs-java-temporary-queues-client

v1.2.5

31 Mar 17:21
210b228
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

Version 2.0.1 of the Amazon SQS Java Temporary Queues Client

28 Mar 16:56
b5e97a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0 of the Amazon SQS Java Temporary Queues Client

09 Mar 17:09
f4ccdbd
Compare
Choose a tag to compare

Upgrade aws sdk to v2

Changes include the following PRs:
#76

Version 1.2.4 of the Amazon SQS Java Temporary Queues Client

16 Dec 19:13
8b7e3ff
Compare
Choose a tag to compare

Version 1.2.3 of the Amazon SQS Java Temporary Queues Client

17 Sep 22:12
Compare
Choose a tag to compare

Version 1.2.2 of the Amazon SQS Java Temporary Queues Client

22 Jul 20:23
898366c
Compare
Choose a tag to compare

Version 1.2.1 of the Amazon SQS Java Temporary Queues Client

25 Feb 17:43
Compare
Choose a tag to compare

Changes include:

  • Improve handling of missing message attribute
  • Fix IdleQueueSweeper with incorrect log classname

Version 1.2.0 of the Amazon SQS Java Temporary Queues Client

15 Jul 20:49
Compare
Choose a tag to compare

Changes include:

  • Reduce TPS to tagging actions
  • Added heartbeat tag in CreateQueueRequest in AmazonSQSIdleQueueDeletingClient createQueue
  • Added Versioning policy

Version 1.1.0 of the Amazon SQS Java Temporary Queues Client

08 Jul 19:30
dc5ca62
Compare
Choose a tag to compare

Several fixes and improvements, including:

  • Allow configuration of IdleQueueRetentionPeriodSeconds on temporary queue client
  • Removed Max Idle Queue Retention Period
  • Allow configuration of IdleQueueHeartbeatInterval
  • Added heartbeating during receive on virtual queues
  • Fixed typos in SQSScheduledExecutorService delay math

Version 1.0.2 of the Amazon SQS Java Temporary Queues Client

30 Sep 18:29
Compare
Choose a tag to compare

Whitelisted most queue attributes for temporary queues. This supports setting a Policy on temporary queues to allow SendMessage from responding principals, for example, or setting a tighter MessageRetentionPeriod.