Skip to content

Releases: Particular/NServiceBus.AmazonSQS

2.0.0

28 May 03:55
Compare
Choose a tag to compare
Implement a maxdop control on the message pump. Add an acceptance tes…

2.0.0-pre1

19 May 11:16
Compare
Choose a tag to compare
2.0.0-pre1 Pre-release
Pre-release

Initial pre-release of v2.0 for NSB 6.

1.3.0

26 Apr 03:39
Compare
Choose a tag to compare
  • Added support for proxy authentication.
  • Fix endpoints failing to start with 409 responses from SQS when starting the same endpoint many times concurrently.
  • Upgraded to AWS SDK v3.
  • Some minor bug fixes.

1.2.0

08 Apr 22:50
Compare
Choose a tag to compare

Added support for SQS message delays for message deferral.

1.1.0

27 Jan 23:40
Compare
Choose a tag to compare
  • Improved error logging when AWS API calls fail.

1.0.0

20 Jan 03:36
Compare
Choose a tag to compare
Update README.md

0.3.0 Pre-Release

15 Jan 01:07
Compare
Choose a tag to compare
  • Added ability to get credentials from the EC2 instance profile. Set the "CredentialSource" config property to "InstanceProfile".
  • Added ability to specify a prefix for all queue names via the "QueueUrlPrefix" config property.
  • Fixed a bug where subscription messages would be sent to queues that didn't exist.
  • Updated to latest AWSSDK.

0.2.0 Pre-Release

12 Jan 03:18
Compare
Choose a tag to compare
0.2.0 Pre-Release Pre-release
Pre-release
  • Added a new configuration option, MaxReceiveMessageBatchSize, which allows receivers to receive up to 10 messages per API call. This can drastically reduce the amount of money you pay to Amazon.
  • Added another new configuration option, MaxTTLDays, which specifies the maximum time-to-live of all messages in the transport in days. This applies to data SQS and S3.
  • Loads of minor fixes.

As always, the NServiceBus Acceptance Test suite is leveraged to provide the highest possible quality.

0.1.0

08 Jan 03:54
Compare
Choose a tag to compare

First pre-release!