Releases: ckan/ckanext-harvest
Releases · ckan/ckanext-harvest
v1.6.0
What's Changed
- feat: switch to alembic migrations by @smotornyuk in #540
- Fix lint failure by @Zharktas in #536
- Ckan 2.11 support by @amercader in #550
- More CKAN 2.11 support changes by @amercader in #551
- Clean up harvest source clear command by @amercader in #556
- SQLAlchemy v2 support by @smotornyuk in #553
- First iteration of pyproject.toml by @amercader in #554
- fix: Convert boolean options to bools by @bellisk in #544
Full Changelog: v1.5.6...v1.6.0
v1.5.6
What's Changed
- fix url endpoint for job_show by @Jin-Sun-tts in #534
Full Changelog: v1.5.5...v1.5.6
v1.5.5
What's Changed
- Adapt template to latest changes in harvest job error dictization by @seitenbau-govdata in #533
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Fix a problem with data-dictization of lists to fix search-index rebuild by @seitenbau-govdata in #529
Full Changelog: v1.5.3...v1.5.4
v1.5.3
v1.5.2
v1.5.1
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
v1.4.2
What's Changed
- add index harvest_error_harvest_object_id_idx by @FuhuXia in #514
- Add CSRF Protection Support by @pdekraker-epa in #516
New Contributors
- @pdekraker-epa made their first contribution in #516
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Update harvester commands in README by @bonnland in #499
- Fix pagination for Dataset list on source page by @Engerrs in #504
- add recipient only if there is email by @FuhuXia in #510
- Fixes unicode error in Python 2 by @seitenbau-govdata in #508
- Raise privileges to get email address information by @bonnland in #505
New Contributors
Full Changelog: v1.4.0...v1.4.1