Ckanext Dcat Versions Save

CKAN ♥ DCAT

v1.7.0

2 weeks ago

What's Changed

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.6.0...v1.7.0

v1.6.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.5.1...v1.6.0

v1.5.1

9 months ago

What's Changed

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.5.0...v1.5.1

v1.5.0

11 months ago

Breaking Changes

  • Support for CKAN versions prior to 2.9 has been dropped
  • Support for Python 2 has been dropped

What's Changed

New Contributors

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.4.0...v1.5.0

v1.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.3.0...v1.4.0

v1.3.0

1 year ago

What's Changed

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.2.0...v1.3.0

v1.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckan/ckanext-dcat/compare/v1.1.3...v1.2.0

v1.1.3

2 years ago
  • Fix behavior if publisher_uri is not available (#201)
  • Also process URIRef in rights statements (#200)

v1.1.2

2 years ago
  • Use safer encoder for Structured Data output (#198)
  • Fix: use catalog_uri logic for pagination URIs (#197)
  • Introduce new interface method after_parsing (#196)

v1.1.1

3 years ago
  • Fix harvest encoding error on py3 (#189)
  • Fix py3 syntax error (#184)
  • Fixed Internal server error on login (#181)
  • Remove Beautifulsoup requirement (#195)
  • Migrate tests to GitHub Actions