Skip to content

Releases: Admiral-Piett/goaws

v1.1.0

29 Dec 14:00
ceeb88b
Compare
Choose a tag to compare

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

Release to fix topic and queue arns to use region

20 Jan 15:48
0b96b58
Compare
Choose a tag to compare
Merge pull request #129 from p4tin/arn_fix

Use region in all Arns

First Official Release

20 Jan 15:05
a5b8f61
Compare
Choose a tag to compare

Our first official release of goaws. The docker container will be at docker hub as version 1.0.0

First Beta release of GoAws

29 May 22:01
Compare
Choose a tag to compare
Merge pull request #38 from p4tin/LogMessages

Add Logging of Messaged received+yaml config+Fix Publish Bug (non-exists topic)