CKAN v2.9.4 Release Notes

Release Date: 2021-09-22 // over 2 years ago
  • ๐Ÿš€ 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