CKAN 2.7.0
Title | v2.7.0 2017-08-02 |
---|---|
Version | 2.7.0 |
Release Date | 2017-08-02 |
Changes | Show detailsGeneral notes:
* Starting from this version, CKAN requires at least Postgres 9.3
* Starting from this version, CKAN requires a Redis database. Please
refer to the new Major changes: * New datatables_view resource view plugin for tabular data (#3444) * IDataStoreBackend plugins for replacing the default DataStore Postgres backend (#3437) * datastore_search new result formats and performance improvements (#3523) * PL/PGSQL triggers for DataStore tables (#3428) * DataStore dump CLI commands (#3384) * Wrap/override actions defined in other plugins (#3494) * DataStore table data dictionary stored as postgres comments (#3414) * Common session object for Flask and Pylons (#3208) * Rename deleted datasets when they conflict with new ones (#3370) * DataStore dump more formats: CSV, TSV, XML, JSON; BOM option (#3390) * Common requests code for Flask and Pylons so you can use Flask views via the new IBlueprint interface (#3212) * Generate complete datastore dump files (#3344) * A new system for asynchronous background jobs (#3165) * Chaining of action functions (#3494) Minor changes:
* Renamed example theme plugin (#3576)
* Localization support for groups (#3559)
* Create new resource views when format changes (#3515)
* Email field validation (#3568)
* datastore_run_triggers sysadmin-only action to apply triggers to existing data (#3565)
* Docs updated for Ubuntu 16.04 (#3544)
* Upgrade leaflet to 0.7.7 (#3534)
* Datapusher CLI always-answer-yes option (#3524)
* Added docs for all plugin interfaces (#3519)
* DataStore dumps nested columns as JSON (#3487)
* Faster/optional datastore_search total calculation (#3467)
* Faster group_activity_query (#3466)
* Faster query performance (#3430)
* Marked remaining JS strings translatable (#3423)
* Upgrade font-awesome to 4.0.3 (#3400)
* group/organization_show include_dataset_count option (#3385)
* image_formats config option for image viewer (#3380)
* click may now be used for CLI interfaces: use load_config instead of CkanCommand (#3384)
* package_search option to return only names/ids (#3427)
* user_list all_fields option (#3353)
* Error controller may now be overridden (#3340)
* Plural translations in JS (#3211)
* Support JS translations in extensions (#3272)
* Requirements upgraded (#3305)
* Dockerfile updates (#3295)
* Fix activity test to use utcnow (#3644)
* Changed required permission from ‘update’ to ‘manage_group’ (#3631)
* Catch invalid sort param exception (#3630)
* Choose direction of recreated package relationship depending on its type (#3626)
* Fix render_datetime for dates before year 1900 (#3611)
* Fix KeyError in ‘package_create’ (#3027)
* Allow slug preview to work with autocomplete fields (#2501)
* Fix filter results button not working for organization/group (#3620)
* Allow underscores in URL slug preview on create dataset (#3612)
* Fallback to po file translations on API changes:
* Deprecations:
* The API versions 1 and 2 (also known as the REST API, ie |
Url Ckangelog | https://github.com/ckan/ckan/blob/master/CHANGELOG.rst#v270-2017-08-02 |