Releases: matrix-org/synapse-s3-storage-provider
Releases · matrix-org/synapse-s3-storage-provider
v1.6.0
Breaking Changes
⚠️ This release requires Synapse 1.140.0+ (currently unreleased). Users on Synapse 1.139.x and below should remain on synapse-s3-storage-provider 1.5.0.
What's Changed
- Add support for session_token by @vlaborie in #116
- Update CI to run against currently-supported Python versions by @reivilibre in #118
- DB configuration from homeserver.yaml is not picking up the port by @neil-lcv-cs in #123
- Fix postgres database name attribute by @Audiotape-2 in #129
- handle checksum options by @fritterhoff in #127
- Cast access key and secret access key to string by @henryivesjones in #130
- Fix integration test CI: use auth'd media by @anoadragon453 in #135
- Set Synapse
uploadLogsback totruefor integration test CI by @anoadragon453 in #136 - Replace manual LoggingContext usage with
ModuleApi.defer_to_threadpoolby @anoadragon453 in #134 - Import
run_in_backgroundcorrectly fromModuleApiby @anoadragon453 in #138 - Pass
run_in_backgrounda callable; don't call it by @anoadragon453 in #139 - Update minimum requirement for
boto3andbotocoredependencies to 1.36.0 by @anoadragon453 in #140
New Contributors
- @vlaborie made their first contribution in #116
- @reivilibre made their first contribution in #118
- @neil-lcv-cs made their first contribution in #123
- @Audiotape-2 made their first contribution in #129
- @fritterhoff made their first contribution in #127
- @henryivesjones made their first contribution in #130
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Remove empty LoggingContext by @Sharparam in #109
- Bump humanize to work-around pypa/setuptools#4519 by @benbz in #114
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Support using a prefix of the S3 bucket by @benbz in #110
- Allow configuration of where the Synapse homeserver yaml file containing DB settings is loaded from by @benbz in #111
- Support more durations in the cleanup script by @benbz in #112
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
v1.2.0 (with CI fix)
v1.2.0
v1.1.2
What's Changed
- Bump minimum required version of PyYAML by @DMRobertson in #81
Full Changelog: v1.1.1...v1.1.2
v1.1.1 (with CI fix)
- Add support for Synapse running on sqlite3 database in
scripts/s3_media_upload(#71) by @Alexis211 - Fix dependencies syntax (#80)
v1.1.1
- Add support for Synapse running on sqlite3 database in
scripts/s3_media_upload(#71) by @Alexis211 - Fix dependencies syntax (#80)