Skip to content

Releases: worldcoin/sqs-client

v0.0.15

14 Oct 15:30
3e23538
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

11 Oct 10:48
12ccb36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13-shutdown-dev

17 May 15:06
Compare
Choose a tag to compare
v0.0.13-shutdown-dev Pre-release
Pre-release
test ctx timeout

v0.0.13

16 May 11:43
d30fb87
Compare
Choose a tag to compare
  • Call shutshown function on handler when the context is cancelled (#233)

0.0.12

01 Feb 15:52
877c637
Compare
Choose a tag to compare

Upgrade all dependencies and go version to 1.21

Update logger from logrus to zap

22 Mar 17:59
14c168b
Compare
Choose a tag to compare

Update logger from logrus to zap

v0.0.10

23 Dec 13:27
b327f0a
Compare
Choose a tag to compare

Decreasing message deleted log line level to debug

v0.0.9

14 Nov 08:56
72fc8b0
Compare
Choose a tag to compare

When pulling messages from SQS, the library doesn't specify any message attribute key to pull, so the message then passed to the handler doesn't contain any message attribute.
With these changes we request the message attributes used to link traces (trace and span ids), so to enable the library users to link traces using this library.

v0.0.8

22 Aug 12:37
654a5f4
Compare
Choose a tag to compare

Extract Config struct and allow disabling the visibility timeout extension: #43

v0.0.7

06 Jun 15:52
01915a5
Compare
Choose a tag to compare
  • Reverts the addition of traces (PR #35)