The format of this file is based on Keep a Changelog, and this project uses Semantic Versioning.
- Improved the update of the search index after extraction (reported by @jbothma)
0.4.0 (2018-01-29)
- Moved from CKAN's deprecated, Celery-based background task system to the new system introduced in CKAN 2.7. Users of CKAN 2.6 and older need to install ckanext-rq. See the README for details (#9)
- Handling of multiple values for the same metadata field (reported by @gjackson12)
0.3.1 (2017-11-22)
-
Don't validate package dicts when re-indexing them (reported and contributed by @wardi)
-
Fixed a crash when trying to extract from a resource in a private dataset. Private datasets are now ignored. (reported by @gjackson12)
0.3.0 (2017-05-10)
IExtractorRequest
interface for adjusting the download request (contributed by @metaodi)
- Moved change log to a separate file
- Improved handling of errors when downloading resource data (reported by @phisqb)
0.2.0 (2016-10-19)
IExtractorPostprocessor
interface for postprocessing extraction results
- Fixed logging problems in
paster
commands
- First release