Skip to content

Releases: nyaruka/courier

v9.3.27

06 Nov 18:13
Compare
Choose a tag to compare

Changelog

  • f727f99 Merge pull request #800 from nyaruka/redis_connections
  • 9c173f8 Add BaseHandler.WithRedisConn util method
  • 5c8ee9a Agressively close redis connections

v9.3.26

05 Nov 22:04
Compare
Choose a tag to compare

Changelog

  • 38ec481 Merge pull request #799 from nyaruka/mark_sent
  • 5494cc1 Use redisx.NewIntervalSet to track sent message ids
  • 938b060 Mark as sent in redis any message send that does result in status errored
  • 0559144 Make queue test more thorough
  • ef9d9fe Cleanup queue unit test
  • d93a714 Remove request for redis connection that wasn't being used in D360 handler

v9.3.25

04 Nov 22:11
Compare
Choose a tag to compare

Changelog

  • b37ce2a Merge pull request #797 from nyaruka/next_attempt_incoming
  • 5696945 Merge pull request #798 from nyaruka/redis_health_tweak
  • d29f26a Tweak healthcheck for redis to timeout after a second
  • f24557b Don't set next attempt for incoming messages
  • d67f20c Merge pull request #794 from nyaruka/log-error-marking-msg-complete
  • 1e5a460 Log error when marking queue job for outgoing message complete fails

v9.3.24

21 Oct 14:03
Compare
Choose a tag to compare

Changelog

  • 252745b Merge pull request #793 from nyaruka/fix-FB-ignore-reel
  • 0680895 Ignore reels as attachments on FB channels

v9.3.23

16 Oct 22:04
Compare
Choose a tag to compare

Changelog

  • a492449 Update deps including phonenumbers to get latest metadata

v9.3.22

09 Oct 19:02
Compare
Choose a tag to compare

Changelog

  • f6c7396 Merge pull request #792 from nyaruka/ignore_reels
  • aee2d42 Ignore reels as attachments on FBA/IG channels

v9.3.21

09 Oct 18:25
Compare
Choose a tag to compare

Changelog

  • 511ef3f Better error logging for attachment requests

v9.3.20

20 Sep 19:09
Compare
Choose a tag to compare

Changelog

  • 87a1811 Update deps
  • 9a605e2 Merge pull request #791 from nyaruka/bin_attachment_fix
  • e223b1a Ignore / as an attachment content type

v9.3.19

18 Sep 19:35
Compare
Choose a tag to compare

Changelog

  • b6edd9e Merge pull request #790 from nyaruka/no_more_s3_logs
  • 356c2f1 Log unprocessed items when writing logs to DynamoDB
  • 8e70c71 Stop writing channel logs to S3
  • 77f4c8d Merge pull request #789 from nyaruka/clogs4
  • e5a50b9 Update to latest copy of clogs package
  • fd4f62b Merge pull request #788 from nyaruka/clogs2
  • 13134ae Use copy of latest clogs package from mailroom
  • 6eae1a5 Merge pull request #787 from nyaruka/clogs
  • 8c76c41 Add same clogs package from mailroom and rework channel logs to use that
  • a1d4b55 Update go version in DockerFile

v9.3.18

12 Sep 21:39
Compare
Choose a tag to compare

Changelog

  • c49abf9 Merge pull request #785 from nyaruka/new_queue_name
  • 23ca741 Use 'tasks:handler' queue name instead of 'handler'