CKAN v2.9.5 Release Notes

Release Date: 2022-01-19 // about 2 years ago
  • Major 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>_)

Previous changes from v2.9.4

  • ๐Ÿš€ Note: This release includes requirements upgrades to address security issues

    ๐Ÿ›  Bugfixes

    • Don't show snippet names in non-debug mode (#6406 <https://github.com/ckan/ckan/pull/6406>_)
    • ๐Ÿ‘ท Show job title on job start/finish log messages (#6387 <https://github.com/ckan/ckan/pull/6387>_)
    • ๐Ÿ›  Fix unpriviledged users being able to access bulk process (#6290 <https://github.com/ckan/ckan/pull/6290>_)
    • ๐Ÿ‘ Allow UTF-8 in JS translations (#6051 <https://github.com/ckan/ckan/pull/6051>_)
    • ๐ŸŒฒ Handle Traceback Exception for HTTP and HTTP status Code in logging (#6340 <https://github.com/ckan/ckan/pull/6340>_)
    • ๐Ÿ›  Fix object list validation output (#6149 <https://github.com/ckan/ckan/pull/6149>_)
    • Coerce query string keys/values before passing to quote() (#6099 <https://github.com/ckan/ckan/pull/6099>_)
    • ๐Ÿ›  Fix datetime formatting when listing user tokens on py2. (#6319 <https://github.com/ckan/ckan/pull/6319>_)
    • ๐Ÿ›  Fix Solr HTTP basic auth cred handling (#6286 <https://github.com/ckan/ckan/pull/6286>_)
    • โšก๏ธ Remove not accessed user object in resource_update (#6220 <https://github.com/ckan/ckan/pull/6220>_)
    • Fix for g._timer (#6207 <https://github.com/ckan/ckan/pull/6207>)
    • Fix guard clause on has_more_facets, #6190 (#6190 <https://github.com/ckan/ckan/pull/6190>_)
    • ๐Ÿ›  Fix page render errors when search facets are not defined (#6181 <https://github.com/ckan/ckan/pull/6181>_)
    • ๐Ÿ‘‰ Fix exception when using solr_user and solr_password on Py3 (#6179 <https://github.com/ckan/ckan/pull/6179>_)
    • ๐Ÿ›  Fix pagination links for custom org types (#6162 <https://github.com/ckan/ckan/pull/6162>_)
    • ๐Ÿ›  Fixture for plugin DB migrations (#6139 <https://github.com/ckan/ckan/pull/6139>_)
    • Render activity timestamps with title= attribute (#6109 <https://github.com/ckan/ckan/pull/6109>_)
    • ๐Ÿ›  Fix db init error in alembic (#5998 <https://github.com/ckan/ckan/pull/5998>_)
    • ๐Ÿ›  Fix user email validator when using name as id parameter (#6113 <https://github.com/ckan/ckan/pull/6113>_)
    • โšก๏ธ Fix DataPusher error during resource_update (#5597 <https://github.com/ckan/ckan/pull/5597>_)
    • render_datetime helper does not respect ckan.display_timezone configuration (#6252 <https://github.com/ckan/ckan/pull/6252>_)
    • ๐Ÿ›  Fix SQLAlchemy configuration for DataStore (#6087 <https://github.com/ckan/ckan/pull/6086>_)
    • ๐ŸŒ Don't cache license translations across requests (#5586 <https://github.com/ckan/ckan/pull/5586>_)
    • ๐Ÿ›  Fix tracking.js module preventing links to be opened in new tabs (#6386 <https://github.com/ckan/ckan/pull/6384>_)
    • ๐Ÿ›  Fix deleted org/group feeds (#6368 <https://github.com/ckan/ckan/pull/6368>_)
    • ๐Ÿ›  Fix runaway preview height (#6284 <https://github.com/ckan/ckan/pull/6283>_)
    • 0๏ธโƒฃ Stable default ordering when consuming resource content from datastore (#2317 <https://github.com/ckan/ckan/pull/2317>_)
    • ๐Ÿ“š Several documentation fixes and improvements