Releases: ckan/ckanext-harvest
Releases · ckan/ckanext-harvest
v1.4.0
What's Changed
- Replace h.truncate with truncate by @frafra in #475
- Skip protected fields by @frafra in #472
- JSONDecode Error by @TomeCirun in #489
- Add BS5 support by @TomeCirun in #490
- Add support for CKAN 2.10 by @TomeCirun in #492
- use render_jinja2 for ckan 2.8 by @FuhuXia in #493
- [6787] CKAN 2.10 support (Part 2) by @TomeCirun in #496
- Check 'email' field existence before use by @bonnland in #498
New Contributors
Full Changelog: v1.3.4...v1.4.0
v1.3.4
What's Changed
- Update README -fix run-test command name by @alantygel in #439
- Add note about changed command names to README by @metaodi in #454
- Allow GET requests to harvester.refresh by @bzar in #452
- replace render_jinja2 with render by @TomeCirun in #459
- set the default MQ_TYPE to be redis by @TomeCirun in #463
- Fix render function by @benjwadams in #451
- Harvest Source Extra Fields are not encoded into JSON appropriately by @nickumia-reisys in #450
- Fix harvest extras for packages by @jbrown-xentity in #458
- use render_jinja2 for when it is available for ckan core <= 2.9.4 by @FuhuXia in #470
- remove force_import_val by @TomeCirun in #467
- Improve test coverage and fixes timeout calculation by @seitenbau-govdata in #482
- Add option keep-current to clearsource_history command by @seitenbau-govdata in #484
- Futureproof version check to work also on 3.0+ by @Zharktas in #487
- Update changelog and setup.py for version 1.3.4 by @seitenbau-govdata in #483
New Contributors
- @alantygel made their first contribution in #439
- @TomeCirun made their first contribution in #459
- @benjwadams made their first contribution in #451
- @nickumia-reisys made their first contribution in #450
- @jbrown-xentity made their first contribution in #458
- @FuhuXia made their first contribution in #470
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.1
v1.3.0
Changed
Support for Python 3 #392
Add option for job timeout #403
Add support for limiting number of results and filtering by organization in harvest_source_list #403
Fixed
Fix support for different Redis client libraries #403
Fix force_import option in run_test command #402
Fix show object #395
Fix handling of exceptions in controller #390
Release 1.2.0
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
Release 1.1.4
Fixed
- Fix nav link
Release 1.1.3
Fixed
- Reduce usage of c vars (CKAN 2.9)