v1.1.0
List of enhancements and Fixes included in this release:
- fix spacing, add missing word
- remove GetResult methods from Message and MessageAttributeValue
- add attributes support to ReceiveMessage
- Merge pull request #142 from canthefason/master …
- add QueueNamePrefix filter to ListQueues endpoint
- add send message batch support
- option for QueueAttributeDefaults in config
- Fix tests, remove not used assertions
- Apply locking only for FIFO queues
- Add locking/unlocking methods to queue
- No need to have message pointer in locker, just use int
- Add support for FIFO queues (no deduplication)
- Remove newline from SNS Message timestamp
- Move SyncQueue lock after a check if a queue exists
- Rename Message TimeStamp Property to Be Consistent with AWS
- Unlock SyncQueue before early return …
- Fix on a deadlock for ReceiveMessage when wait time is specified …
- update README.md
- subscribe with arn, ReceiveMessageWaitTimeSeconds attribute, SetQueue… …
- add deadletter queue
- fix race conditions
- add ChangeMessageVisibility handler and VisibilityTimeout logic
- add first version of the changevisibility functionality
- fix receipt handle is not properly set issue
- add one more EmptyBatchRequest check
- add queue existence check to SendMessageBatch
- 164 Fix Multi-port and CreateQueue URL
- 181 Added message attributes to sns sqs publish and other fixes
- Add attributes in received message response
- fix sns http subscribe test
- add ability to send http(s) requests
- Fix 'slice bounds out of range' in DeleteMessageBatch
- moving HashAttributes to common package
- SNS, SQS signature check fixes - for AWS SDK
- Changed the way we get 'dep' command
- adds message attributes to publish that attach to the sqs attributes … …
- Update container version
- Add tests
- Update README file
- Take into acount FilterPolicy during publishing
- Load FilterPolicy on init
- Add GetSubsriptionAttributes method