CKAN 2.7.3
Title | v2.7.3 2018-03-15 |
---|---|
Version | 2.7.3 |
Release Date | 2018-03-15 |
Changes | Show detailsGeneral notes: * As with all patch releases this one does not include requirement changes. However in some scenarios you might encounter the following error while installing or upgrading this version of CKAN::
This is due to a bug in the psycopg2 version pinned to the release. To solve it, upgrade psycopg2 with the following command::
Fixes: * Fix toggle bars header icon (#3880) * Change CORS header keys and values to string instead of unicode (#3855) * Fix cors header when all origins are allowed (#3898) * Update SOLR schema.xml reference in Dockerfile * Build local SOLR container by default * Create datastore indexes only if they are not exist * Properly close file responses * Use javascript content-type for jsonp responses (#4022) * Add Data Dictionary documentation (#3989) * Fix SOLR index delete_package implementation * Add second half of DataStore set-permissions command(Docs) * Fix extras overriding for removed resources (#4042) * Return a 403 if not authorized on the search page (#4081) * Add support for user/pass for Solr as ENV var * Change permission_labels type to string in schema.xml (#3863) * Disallow solr local parameters * Improve text view rendering * Update Orgs/Groups logic for custom fields delete and update (#4094) * Upgrade Solr Docker image |
Url Ckangelog | https://github.com/ckan/ckan/blob/master/CHANGELOG.rst#v273-2018-03-15 |