Changes | Show detailsMajor features
- Solr 8 support. Starting from version 2.9.5, CKAN supports Solr versions 6 and 8. Support for Solr 6 will be dropped in the next
CKAN minor version (2.10). Note that if you want to use Solr 8 you need to use the
ckan/config/solr/schema.solr8.xml file, or
alternatively you can use the ckan/ckan-solr:2.9-solr8 Docker image which comes pre-configured. (#6530 <https://github.com/ckan/ckan/pull/6530> _)
Bugfixes
- Consistent CLI behavior when no command is provided and when using
--help (#6120 <https://github.com/ckan/ckan/pull/6120> _)
- Fix regression when validating resource subfields (
#6546 <https://github.com/ckan/ckan/pull/6546> _)
- Fix user create/edit email validators (
#6399 <https://github.com/ckan/ckan/pull/6399> _)
- Error opening JS translations on Python 2 (
#6531 <https://github.com/ckan/ckan/pull/6531> _)
- Set logging level to error in error mail handler (
#6577 <https://github.com/ckan/ckan/pull/6577> _)
- Add RootPathMiddleware to flask stack to support non-root installs running on python 3 (
#6556 <https://github.com/ckan/ckan/pull/6577> _)
- Use correct auth function when editing organizations (
#6622 <https://github.com/ckan/ckan/pull/6622> _)
- Fix invite user with existing email error (
#5880 <https://github.com/ckan/ckan/pull/5880> _)
- Accept empty string in one of validator (
#6612 <https://github.com/ckan/ckan/pull/6612> _)
Minor changes
- Add timeouts to requests calls (see
ckan.requests.timeout ) (#6408 <https://github.com/ckan/ckan/pull/6408> _)
- Types of file uploads for group and user imags can be restricted via the
ckan.upload.{object_type}.types and ckan.upload.{object_type}.mimetypes config options (eg :ref:ckan.upload.group.types , :ref:ckan.upload.user.mimetypes ) (#6477 <https://github.com/ckan/ckan/pull/6477> _)
- Allow children elements on select2 lists (
#6503 <https://github.com/ckan/ckan/pull/6503> _)
- Enable
minimumInputLength and fix loading message in select2 (#6554 <https://github.com/ckan/ckan/pull/6554> _)
|