Releases: zerofox-oss/go-aws-msg
Releases · zerofox-oss/go-aws-msg
Dep updates
What's Changed
- Fetch all attributes from SQS message by @shezadkhan137 in #24
- deps: upgrade aws-sdk-go & zerofox-oss/go-msg by @rynmrtn in #25
New Contributors
Full Changelog: v0.1.5...v0.1.6
Throttling sqs.Server + GH Actions
Merge pull request #23 from Xopherus/gh-actions Switch CI to use GitHub Actions
v0.1.4: Merge pull request #22 from shezadkhan137/feat/add-retry-jitter
Add retryJitter option to add jitter to retryTimeout
Bugfix: SNS
- Ensure sns.NewTopic, sns.NewUnencodedTopic allow to override region using AWS_REGION env variable.
v0.1.2: Merge pull request #19 from Xopherus/enable-mod
0.1.1: Merge pull request #17 from Xopherus/fix-sqs-message-attributes-bug
Add check to sns + sqs topics to not set message attributes if none set
Add SQS, SNS Retry logic
Add context.Context to NewWriter func
Update SNS, SQS Topic interfaces to take a context.Context
- this should allow us to propagate a context to a MessageWriter
. Shout out to @paultyng for the suggestion.
Related: https://github.com/zerofox-oss/go-msg/releases/tag/0.0.1