All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
1933 days ago

Changelog History

  • v1.1.2 Changes

    January 03, 2019
    • ๐Ÿ›  Fix for AccountID in URL and improved unit tests.
  • v1.1.1

    December 29, 2018
  • v1.1.0 Changes

    December 29, 2018

    ๐Ÿš€ 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
    • 0๏ธโƒฃ 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
  • v1.0.1

    January 20, 2018
  • v1.0.0 Changes

    January 20, 2018

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

  • v0.3.1 Changes

    October 12, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿ›  b6cccf8 #208 Fixed creating subscriptions on startup to exsiting queues

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull pafortin/goaws
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:v0.3.1
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:latest
  • v0.3.0 Changes

    October 07, 2019

    ๐Ÿ”„ Changelog

    c5642a4 Merge branch 'master' into fix_host_domain
    44f52f0 Merge pull request #194 from kcajmagic/fix_host_domain
    ๐Ÿšš 4d35136 removed sqs. from hostname

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull pafortin/goaws
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:v0.3.0
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:latest
  • v0.2.2 Changes

    October 05, 2019

    ๐Ÿ”„ Changelog

    ๐ŸŒฒ 5668414 #197 Fix Logging issues
    ๐Ÿ”€ 7aca39e Merge pull request #207 from p4tin/loggingFixes

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull pafortin/goaws
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:v0.2.2
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:latest
  • v0.2.1 Changes

    October 05, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿ›  f7a1691 Fixed SNS config for http added sns http raw delivery
    3b59ad3 GoSQS: Use DeleteQueueResponse instead of DeleteMessageResponse when deleting queue
    โœ‚ 333fc18 Merge pull request #203 from mbklein/fix_delete_queue_response
    db99299 Merge pull request #204 from p4tin/use_go_modules
    ๐Ÿ”€ 709c065 Merge pull request #206 from p4tin/issue_205

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull pafortin/goaws
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:v0.2.1
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:latest
  • v0.2.0 Changes

    October 01, 2019

    ๐Ÿ”„ Changelog

    346c749 Fix delete check of DeleteMessageBatch
    377d2d1 Fix the registration order of health path
    ๐ŸŒฒ 86b3a46 Fix typo in log field name "endpoing->endpoint"
    ๐Ÿ”€ cf42a75 Merge branch 'master' into fix/nil-pointer-while-receive-delete-q
    ๐Ÿ”€ fc6310d Merge branch 'master' into patch-1
    โœ‚ 292b816 Merge pull request #191 from fusic/fix_delete_check
    ๐Ÿ”€ 75098e0 Merge pull request #195 from damianh/patch-1
    be178e3 Merge pull request #196 from innossh/fix_health_check
    ๐Ÿ”€ cfaba87 Merge pull request #199 from andygrundman/master
    ๐Ÿ”€ eb6bd49 Merge pull request #200 from slang25/patch-1
    ๐Ÿ”€ fba8872 Merge pull request #201 from sebcante/fix/nil-pointer-while-receive-delete-q
    ๐Ÿšš 050500d Move ErrorResponse RequestId out of the Error element, per https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-responses.html
    fa7985d Tidy up README formatting
    โšก๏ธ 96576fc Update go.yml
    ๐Ÿ‘ท da493fb Use Go Modules and use Gothub Actions instead of Travis CI
    8a82883 [pr feedback] gosqs: ReceiveMessage() exit earlier if queue not found
    ๐Ÿ›  f7154e4 fixes panic at goaws/app/gosqs/gosqs.go:376. use case DeleteQueue() while something is still blocked on ReceiveMessage()

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull pafortin/goaws
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:v0.2.0
    • ๐Ÿณ docker pull docker.io/pafortin/goaws:latest