Docspell 0.41.0
github-actions
released this
29 Jan 21:02
·
418 commits
to master
since this release
π Changelog β’ Documentation β’ Milestone π
- Add khmer language (#2011)
- Replace blaze with ember (http stack) (#2221, #2348)
- Updated several dependencies (#2348, #2354, 2355)
- Fix
AddonExecutionResult
monoid (#2363) - Setting item date from addons (#2345)
- Fix sql queries where a space was missing (#2367, #2368)
- Change AWS region for minio file backend (#2386)
- Allow additional metadata to be passed on upload for addons and hooks (#2334)
- Add support for Slovak language
- Fix possibility to configure too large
session-valid
values (#2309) - Consider emails when
flattenArchives
is true (#2063) - Allow new file upload without hitting reset (#2323)
Solr needs analysis-extra module
With the addition of khmer language, solr needs now to load its analysis-extra
module. It is (usually) packaged with the solr distribution, so it only requires to change the startup command. The docker-compose
file has been changed accordingly. You might need to check your setup.
H2 Update
The in-process database H2 was updated in this release: from 2.1.214
to 2.2.224
. You need to migrate your data to make it work with the new release. Exporting using the old version and importing using the new version should work fine. For details, please refer to the h2 documentation. There is a script tools/h2-util.sh
to help with this process. Also this comment might be useful.