This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Releases: matrix-org/matrix-content-scanner
Releases · matrix-org/matrix-content-scanner
v1.9.0
v1.8.0
- Allow defining exit codes ignored by the result cache
- Fix a bug causing a crash in case of network/DNS errors
v1.7.0
- Update the supported NodeJS version to 14.
- Properly check the mimetype of decrypted files without solely relying on the mimetype string provided with the media by the client.
- Update minimum required 'olm' version to 3.0.0.
- Add an option to set and configure the User-Agent and X-Forwarded-For HTTP headers.
- Fix deprecated used of Buffer.
- Replace deprecated 'request' dependency with 'simple-get'.
- Switch repository CI from TravisCI to Github Actions.
- Automatically publish docker images on 'main' branch commits and tags.
v1.6.3
Bugfix for handling the case where no mime-types to restrict are given.
v1.6.2
Bugfix for situations when we do not provide a list of media to support.
v1.6.1
Bugfix for 1.6.0
- Remove duplicated getConfig call.
v1.6.0
Support configuration options for proxy when retrieve content from homeservers.
Support optional mime-type filter for content-scanner to restrict content types.
v1.5.0
Changes include a bug fix for a race condition between downloading scanning and deleting unencrypted files.
v1.4.0
Added CORS header support
v1.3.0
- Added automated testing
- Added dependency on olm v2.3.0