All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
2081 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