Skip to content

Releases: GetDKAN/dkan

2.13.2

21 Jan 21:33
d206040
Compare
Choose a tag to compare

Added

  • Add bulk unpublish/archive commands for harvested datasets (#3737)

Fixed

  • Allow newline chars in CSV headers in MySQL Import service (#3719)
  • Remove unnecessary timezone override from harvest dashboard (#3738)

2.13.1

04 Jan 17:41
f585071
Compare
Choose a tag to compare

Added

  • Suport GROUP BY clause in datastore queries (#3731)

Changed

  • Consolidate metastore retrieve/range methods, keep unpublished datasets out of sitemap (#3733)

Fixed

  • Use Simple Sitemap base URL setting (#3735)

2.13.0

29 Dec 02:37
2baa835
Compare
Choose a tag to compare

Changed

Fixed

Full Changelog: 2.12.3...2.13.0

2.12.3

21 Dec 03:10
8a4c744
Compare
Choose a tag to compare

Added

  • Generate sitemap in frontend module (#3722)
  • Use absolute URLs in /sitemap.xml (#3729)

Changed

  • Tweak the admin links and dataset form help text (#3724)

Fixed

  • Remove unavailable class typehints from project (#3728)

2.12.2

07 Dec 21:29
72d67b5
Compare
Choose a tag to compare

Added

  • Import errors and other datastore dashboard improvements (#3723)
  • Add error message to dataset info, API (#3712)

Changed

  • Convert Datastore dashboard controller into form (#3714)
  • Use dkan-tools 4.2.5 (#3713)

Fixed

  • Only retrieve necessary IDs for the import dashboard (#3710)

2.12.1

19 Nov 22:44
0d8c6fd
Compare
Choose a tag to compare

Changed

  • Update phpunit.xml for PHPUnit 9 (#3709)

Fixed

  • Remove calls to deprecated 'destroy' method (#3711)
  • Cache tags on dataset docs endpoint (#3708)

2.12.0

15 Nov 20:02
9e33db8
Compare
Choose a tag to compare

⚠️ Drupal ^9.1 required. Not Backwards Compatible.

Changed

2.11.8

15 Nov 20:01
cab19f0
Compare
Choose a tag to compare

This is the last stable release for Drupal 8.9.

Added

Fixed

  • Catch case changes in file names when harvesting by @janette in #3706

2.11.7

09 Nov 03:40
0eed854
Compare
Choose a tag to compare

Added

  • Unbuffered datastore queries for download (#3703)
  • Initial build of Drupal template/React frontend module (#3663)

Changed

  • Add bulk moderation (#3704)

Fixed

  • Fix jobstore error when dropping datastore using Drush (#3695)
  • Fix remaining usage of \Drupal\metastore\WebServiceApi (#3679)

2.11.6

28 Oct 19:28
0d82076
Compare
Choose a tag to compare

⚠️ This release adds a new schema file. So if you are using custom schemas, be sure to copy the schema/collections/data-dictionary.json file to your /src/schema/collections directory.

Added

  • Add datastore settings documentation (#3701)
  • Management of data dictionaries in DKAN via API calls (#3691)

Changed

  • Switch to sqlite for streaming tests (#3699)
  • Update the dkan admin view to filter by dataset by default (#3524)
  • Update default search config to include modified date (#3677)
  • Helptext improvement for Download URL field (#3642)
  • Clean up datastore controller and related classes (#3696)

Fixed

  • Indexer needs to run after the alter event, in case listeners change field types. (#3694)