Skip to content

Releases: proycon/clam

v3.0.13

10 Apr 09:18
Compare
Choose a tag to compare

Bugfix release: Fixes for clamnewproject #90

v3.0.12

03 Apr 13:29
Compare
Choose a tag to compare

Various fixes for improved scalability (many projects or a project with many files):

  • Better caching of the the project index and more granular updating of the project cache (less regenerating)
  • Improved reporting of project size, was too often out of date #89
  • Narrowed the scope of the provenance data generated by CLAM, it was too verbose, had too much duplication per file, and led to scalability issues #79
  • Implemented a 'quick' mode that skips loading metadata (can be triggered by the user or is automatically enabled if a timeout value (90s by default) is reached #79

v3.0.11

27 Feb 12:48
Compare
Choose a tag to compare

Bugfix release:

  • Username was not passed properly for actions #88
  • Reworked optional authentication for actions (was inconsistent and implemented too inelegantly)

v3.0.10

24 Jan 22:02
Compare
Choose a tag to compare

Bugfix release:

  • provide a filename suggestion for download archives (adding Content-Disposition in HTTP response) #87

v3.0.9

21 Dec 11:43
Compare
Choose a tag to compare

Bugfix release:

  • fixing information leakage between anonymous users: always operate on a COPY of a parameter

v3.0.8

13 Dec 16:42
Compare
Choose a tag to compare

Minor fix/update release:

  • output proper http headers in custom format in textstats example #87
  • minor fix of misleading debug message #85
  • make all the new extra metadata available in client/data API

v3.0.7

08 Nov 17:02
Compare
Choose a tag to compare

Minor bugfix release:

  • Better handling of unset parameters, raise exceptions rather than return default value False (except for booleans)
  • Fixed Action method

v3.0.6

04 Nov 10:56
Compare
Choose a tag to compare

Minor bugfix release:

  • Correctly show registration link in interface (if applicable)
  • Fixed a minor bug in error reporting

v3.0.5

30 Oct 21:15
Compare
Choose a tag to compare

Fix for the flat viewer

v3.0.4

30 Oct 15:03
Compare
Choose a tag to compare

Another post v3 release interface fix (first inputtemplate was missing)