v1.5.0
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 forckanext-harvest
needs to respect Flask's syntax:url_for("harvest.read")
, etc
New Contributors
- @Jin-Sun-tts made their first contribution in #517
- @pdelboca made their first contribution in #521
Full Changelog: v1.4.2...v1.5.0