Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@amercader amercader released this 01 Nov 15:53
· 414 commits to master since this release

1.2.0 - 2019-11-01

Changed

  • Apply flake8 to be PEP-8 compliant #354
  • Use ckantoolkit to clean up imports #358
  • Add hook to extend the package dict in CKAN harvester
  • Use CKAN core ckan.redis.url setting if present
  • Remove database migration code targeting ancient versions #376
    (In the unlikely event that you need to upgrade from one
    of the previous DB versions just apply the changes removed
    on the linked PR manually)

Fixed

  • harvest_source_type_exists validator should not fail if Harvester has no info() method #338
  • Fix SSL problems for old versions of Python 2.7.x #344
  • Add an 'owner_org' to the v3 package migration #348
  • Fix harvest request exceptions #357
  • Fix wrong toolkit reference 8e862c8
  • Mark early errored jobs as finished 5ad6d86
  • Resubmit awaiting objects in the DB not on Redis 5ffe6d4