Skip to content

Releases: nyaruka/courier

v9.3.35

12 Dec 16:34
Compare
Choose a tag to compare

Changelog

  • a62f171 Merge pull request #809 from nyaruka/update-FB-API-version
  • 660c454 Simplify JPE and JFIF extensions to be saved as JPG
  • 7c336ee Update Facebook API version to v18.0

v9.3.34

06 Dec 12:02
Compare
Choose a tag to compare

Changelog

  • 1f395c8 Merge pull request #808 from nyaruka/fix-file-name
  • ecee6a3 Fix WA template document name

v9.3.33

04 Dec 17:13
Compare
Choose a tag to compare

Changelog

  • ad952d4 Merge pull request #807 from nyaruka/fix-WAC_doc_URL
  • b7e1b05 Add support for document send with link when attachment type is document
  • c211b9c Merge pull request #806 from nyaruka/remove-TWT
  • 8b06697 Remove TWT channel type

v9.3.32

25 Nov 15:06
Compare
Choose a tag to compare

Changelog

  • d10f7e3 Merge pull request #805 from nyaruka/WAC-pair-limit-retry
  • 3693fe4 Make all WAC Throttling Errors return courier.ErrConnectionThrottled
  • 411c508 Add send error for channel and contact pair limit hit to allow retrying the message
  • 9e07701 Merge pull request #804 from nyaruka/test_error_by_msg_text
  • 15cc1e1 TST handler should error sends with msg text \error

v9.3.31

18 Nov 18:33
Compare
Choose a tag to compare

Changelog

  • b9cc901 Merge pull request #803 from nyaruka/test_handler
  • 7f277f1 Add dummy handler type for load testing

v9.3.30

15 Nov 17:58
Compare
Choose a tag to compare

Changelog

  • a98bda9 Update deps (inc latest phonenumbers)

v9.3.29

12 Nov 19:50
Compare
Choose a tag to compare

Changelog

  • 2ecafa5 Include redis pool active/idle counts in heartbeat stats
  • d2b8ed3 Bump redis pool size

v9.3.28

11 Nov 19:40
Compare
Choose a tag to compare

Changelog

  • a7933b9 Merge pull request #802 from nyaruka/more_redis_tweaks
  • b35a305 More closing of redis connections and logging of errors
  • cbd4a77 Merge pull request #801 from nyaruka/lua_embed
  • 24ddd50 Move Redis lua scripts into embedded lua files for readability

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