Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Releases: matrix-org/matrix-content-scanner

v1.9.0

05 Jan 10:45
c449177
Compare
Choose a tag to compare
  • Use mmmagic (bindings for libmagic) to perform MIME type sniffing. This allows detection of textual formats as well as binary formats, whereas our previous approach could only detect binary formats and rejected all text files.

v1.8.0

14 Dec 11:33
84a26ee
Compare
Choose a tag to compare
  • Allow defining exit codes ignored by the result cache
  • Fix a bug causing a crash in case of network/DNS errors

v1.7.0

02 Sep 15:43
Compare
Choose a tag to compare
  • 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

05 Apr 08:48
7662726
Compare
Choose a tag to compare

Bugfix for handling the case where no mime-types to restrict are given.

v1.6.2

08 Mar 16:48
Compare
Choose a tag to compare

Bugfix for situations when we do not provide a list of media to support.

v1.6.1

21 Dec 11:10
Compare
Choose a tag to compare

Bugfix for 1.6.0

  • Remove duplicated getConfig call.

v1.6.0

21 Dec 09:56
4ab98de
Compare
Choose a tag to compare

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

28 Nov 14:03
1f258fe
Compare
Choose a tag to compare

Changes include a bug fix for a race condition between downloading scanning and deleting unencrypted files.

v1.4.0

20 Sep 14:14
c4cfb0d
Compare
Choose a tag to compare

Added CORS header support

v1.3.0

05 Jul 07:14
0a3d8e5
Compare
Choose a tag to compare
  • Added automated testing
  • Added dependency on olm v2.3.0