Skip to content

Releases: element-hq/matrix-content-scanner-python

v1.1.0

19 Sep 14:04
v1.1.0
4144925
Compare
Choose a tag to compare

Improvements

  • Remove libolm as a dependency (#65)
  • Switch to poetry for dependency management (#65)
  • Implement Enhanced Error Handling for Disallowed MIME Types (#58)

v1.0.8

25 Jul 17:18
v1.0.8
da1783c
Compare
Choose a tag to compare

Improvements

  • Remove check of matching claimed and detected MIME type. (#60)

v1.0.7

12 Jul 10:02
Compare
Choose a tag to compare

Improvements

  • Add the ICAP client in the Docker image. (#62)

v1.0.6

22 May 11:53
Compare
Choose a tag to compare

Improvements

  • Sign built docker images. (#59)

Bugfixes

  • Return JSON error responses for unknown routes/methods. (#55)

v1.0.5

29 Nov 14:12
Compare
Choose a tag to compare

Bugfixes

  • Allow the server to concurrently invoke multiple instances of the scanning script. This significantly improves performance. (#54)

v1.0.4

27 Nov 13:34
Compare
Choose a tag to compare

Improvements

  • Update download config schema (#47)
  • Distinguish between nonexistent and unreachable media. (#49)

Documentation

  • Clarify documentation of the scan endpoint. (#44)

Miscellaneous

  • Fix typechecking. (#53)
  • Pin CI to Python 3.11. (#51)
  • Link to repository in package metadata. (#45)

v1.0.3

02 Dec 18:30
4f59abc
Compare
Choose a tag to compare
  • Include CORS headers in responses
  • Handle OPTIONS requests

v1.0.2

02 Dec 10:20
b961ff6
Compare
Choose a tag to compare

Initial release of the Matrix Content Scanner. See README.md for documentation.