Changelog
Follow us on Twitter for updates. Our blog highlights the best new features and changes.
Newest Release
2020.2.0 - 03 Nov 2020
- AddedAdds support for redacting documents. (#26507)
- AddedAdds new
applyRedactions
document operation that will apply all existing redaction annotations in the affected document. - AddedAdds new
createRedactions
document operation that will automatically create redaction annotations in the document based on specified search options.
- FixedFixes an issue that would trigger a 415,
unsupported_media_type
error with specific PDF files. (#26539)
Previous Releases
2020.1.2 - 28 Oct 2020
- FixedFixes CVE-2020-15999 in upstream dependency Freetype. (#26610)
2020.1.1 - 13 Oct 2020
- AddedAdds support for limiting the maximum uploaded file size using the
MAX_UPLOAD_SIZE_BYTES
environment variable. (#25798) - AddedAdds support for importing a subset of document’s pages with
importDocument
operation using theimportedPageIndexes
attribute. (#26002) - AddedImproves libreoffice based document conversion by ensuring that failed conversion operations do not lead to zombie
soffice
processes. (#25925)- AddedAdds
LIBREOFFICE_CONVERSION_TIMEOUT
environment variable to configure the timeout of conversion operations.
- FixedFixes an issue where a log message was emitted about incompatible
file
andlibmagic
versions. (#26284)
2020.1.0 - 10 Sep 2020
See the announcement post.
- ChangedInitial Release