Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

59 lines (32 loc) · 1.53 KB

Change Log for ckanext-extractor

The format of this file is based on Keep a Changelog, and this project uses Semantic Versioning.

0.3.1 (2017-11-22)

Fixed

  • 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)

Added

  • IExtractorRequest interface for adjusting the download request (contributed by @metaodi)

Changed

  • Moved change log to a separate file

Fixed

  • Improved handling of errors when downloading resource data (reported by @phisqb)

0.2.0 (2016-10-19)

Added

  • IExtractorPostprocessor interface for postprocessing extraction results

Fixed

  • Fixed logging problems in paster commands

0.1.0 (2016-06-14)

  • First release