Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@duttonw duttonw released this 10 Dec 00:55
· 1 commit to master since this release
2.0.0
8d8cf34

Major

Dropped CKAN 2.9.x and Python2.

Feat:

  • Adds Strip White Space fields to the Data Dictionary (defualts to True for each field). This will strip surrounding white space from data values prior to inserting them into the database.
  • Adds support for ckanext-validation. Config ckanext.xloader.validation.requires_successful_report controls whether a resource requires a successful validation report to be XLoadered. By default, a resource would also require a Validation Schema, which can be turned off with ckanext.xloader.validation.enforce_schema.
  • Frontend Status Badges by @JVickery-TBS in #224

Fix:

  • Properly handle REDIS queue timeouts to close/delete any temporary files.
  • Fix automated PyPI publishing by @ThrawnCA in #231

What's Changed

Full Changelog: 1.2.0...2.0.0