Releases: nyaruka/courier
Releases · nyaruka/courier
v9.3.9
Changelog
- 5bcdf2a Merge pull request #774 from nyaruka/fix-fcm-token
- 96f56f6 Fix FCM message struct and token source initialization
v9.3.8
Changelog
- f264d36 Merge pull request #773 from nyaruka/fix-FCM-fetch-token
- 5439987 Adjust converting auth config to JSON
v9.3.7
Changelog
- 88b5475 Merge pull request #772 from nyaruka/fix-FCM-fetch-token
- a026143 Adjust FCM JSON config for getting token
v9.3.6
Changelog
- a5e785d Merge pull request #771 from nyaruka/startup_context_fix
- 788b3fb Fix context used during backend startup
v9.3.5
Changelog
- 11a84e4 Merge pull request #770 from nyaruka/aws-sdk-go-v2
- 0efe918 Update to aws-sdk-go-v2
v9.3.4
Changelog
- bec9bf9 Merge pull request #769 from nyaruka/fix-fcm-config
- 346a945 Fix FCM authentication config retrieve to expect map[string]string
- d787494 Use slices package
- 1d9523d Remove unused util function
- 28a8c3d Remove old celery code no longer used
v9.3.3
Changelog
- 72b9661 Merge pull request #768 from nyaruka/latest_gocommon
- f0954df Update to latest gocommon
v9.3.2
Changelog
- 2869ddd Rename backend.redisPool to .rp
- 17dcd3a Merge pull request #767 from nyaruka/no_more_storage
- ed1e1da Replace storage usage for logs
v9.3.1
Changelog
- e4e95ef Merge pull request #766 from nyaruka/s3x
- 1e0e7cd Use different bucket for attachments in tests
- d338b65 Merge branch 'main' into s3x
- 160c188 Merge pull request #762 from nyaruka/firebase-tokens
- b76439c Switch to s3x for attachments to get correct urls when using minio
- 07637d0 Keep the current channels using the API key if they still can
- 33d97fe Rename to use credentials file
- 0c76a37 Use google auth token source to generate bearer tokens
v9.3.0
Changelog
- 13fef5c Merge pull request #765 from nyaruka/minio
- c5b7cdc Support minio for local dev enviroment and CI
- 39691f2 Merge pull request #764 from nyaruka/update_config
- aa4ca63 Update AWS/S3 configs
- 5d72fe3 Tweaks from linter