Skip to content

Releases: ckan/ckanext-harvest

v1.5.6

26 Jun 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.5.6

v1.5.5

12 Jun 12:48
e1127fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.4...v1.5.5

v1.5.4

23 May 11:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

03 Apr 16:05
eb73bed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

28 Mar 17:01
6a47510
Compare
Choose a tag to compare

What's Changed

  • Fix URL endpoints: from harvest.object_show to harvester.object_show by @pdelboca in #524

Full Changelog: v1.5.1...v1.5.2

v1.5.1

22 Mar 14:14
33f1771
Compare
Choose a tag to compare

What's Changed

  • Fix url_for routing to point to harvester blueprint. by @pdelboca in #523

Full Changelog: v1.5.0...v1.5.1

v1.5.0

16 Mar 15:26
2e87cf6
Compare
Choose a tag to compare

What's Changed

  • added unescape for email text body to avoid encoded characters by @Jin-Sun-tts in #517
  • pick the right harvest_object_id if there are multiple by @FuhuXia in #519
  • Do not duplicate harvest_extras if exist in root schema by @pdelboca in #521
  • Use 403 when actions are forbidden, not 401 by @FuhuXia in #522
  • Drop support old versions by @pdelboca in #520

Breaking Changes

  • h.bootstrap_version() no longer exist since it is no longer needed to inject CSS classes
  • Support for old Pylon's route syntax has been removed. Example: calling url_for("harvest_read") will no longer work. URLs for ckanext-harvest needs to respect Flask's syntax: url_for("harvest.read"), etc

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

09 Mar 12:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

09 Mar 12:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Apr 13:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.4.0