Skip to content

v1.5.0

Compare
Choose a tag to compare
@pdelboca pdelboca released this 16 Mar 15:26
· 50 commits to master since this release
2e87cf6

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