2023-July Snapshot Notes #4778
rowanseymour
announced in
Snapshots
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! 8.2 is now the official stable release and we've updated the recommended versions of all components in the README. This is the second release under a BSL licence - if that doesn't work for you then you are welcome to continue with the AGPL version which gets all these updates after a delay.
This release will be the last to support external ticketing services as the internal ticketing support is maturing and where we'd like to focus our time and energy.
New Features
Bug Fixes
Other Changes
baseas a flow language - every flow has a valid ISO 639-3 language code.Deployment Notes
RapidPro
BRANDSsetting is now just a single brand object calledBRAND, and there is no longer aDEFAULT_BRANDsetting.DEFAULT_FILE_STORAGE,AWS_DEFAULT_ACL,AWS_STORAGE_BUCKET_NAME,AWS_BUCKET_DOMAINandARCHIVE_BUCKETsettings replaced by new Django 4.2STORAGESsetting. Use this to configure S3 compatible storage buckets for archives, logs etc.REDIS_HOST,REDIS_PORTandREDIS_DBsettings no longer used - you should configure theCACHESandCELERY_BROKER_URLsettings directly.RETENTION_PERIODSno longer includesflowstart- these are now deleted by archiver when deleting runs, instead of in a celery task.Mailroom
S3_SESSION_BUCKETsetting replaced byS3_SESSIONS_BUCKET, andS3_SESSION_PREFIXno longer supported.S3_ATTACHMENTS_PREFIXshould not start with a slash - previously this was required but then stripped off before uploading to S3.Courier
S3_ATTACHMENTS_PREFIXshould not start with a slash - previously this was required but then stripped off before uploading to S3.Beta Was this translation helpful? Give feedback.
All reactions