Skip to content

Releases: GetDKAN/dkan

2.13.12

20 Jul 18:05
cfc7fa9
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fix hard paths, other blockers for ddev by @paul-m in #3800
  • 3791 Higher version for select_or_other by @paul-m in #3792

New Contributors

2.13.11

06 Jul 20:48
04653f9
Compare
Choose a tag to compare

Changed

  • Separate query service from main datastore service by @dafeder in #3790
  • Improve drop/import command to make filefetcher optional by @dafeder in #3793
  • Update the how to create a dataset with more options by @janette in #3794

Added

2.13.10

27 May 15:22
5edbb33
Compare
Choose a tag to compare

Changed

  • Add moderation state to admin dataset view. Add hide action to VBO. by @janette in #3766

Fixed

2.13.9

24 May 15:22
1eac8dc
Compare
Choose a tag to compare

Changed

Added

Fixed

  • Remove bulk moderation modals in Cypress tests (#3769) by @dafeder

2.13.8

04 Mar 21:52
827bb91
Compare
Choose a tag to compare

Changed

  • Switch to comma-separated values for search API sorts (#3760) by @dafeder

NOTICE

DKAN requires a patch to Drupal core to fix a small bug in the cron system that affects queue jobs. The patch for Drupal 9.2 no longer applies for 9.3. Sites that want to move to Drupal 9.3.x will need to manually update their composer.json files to change the version of Drupal and update the core patch:

"patches": {
  "drupal/core": {
      "3230541: Fix queue items not being leased by cron for proper time segments": "https://www.drupal.org/files/issues/2022-02-16/3230541-11.diff"
  }
},

The DKAN composer project template has been updated accordingly.

2.13.7

01 Mar 15:53
ddcb10d
Compare
Choose a tag to compare

Added

Changed

2.13.6

23 Feb 02:52
185e7f2
Compare
Choose a tag to compare

Added

  • Add args to drush harvest:register command (#3743)
  • Add cypress tests for file upload (#3749)

Fixed

  • Stop trying to guess if a file is local in form (#3753)

2.13.5

22 Feb 16:33
4975641
Compare
Choose a tag to compare

Added

  • Capture original column name in table comment on import (#3755)
  • Run cypress tests in parallel (#3744)

Changed

  • Simplify metastore docs (#3751)

2.13.4

09 Feb 16:13
f370ede
Compare
Choose a tag to compare

Added

  • Add revisions API for changing moderation state (#3748)

Fixed

  • Prepend paths in api docs, based on $settings['dkan_api_base'] (#3745)

2.13.3

31 Jan 21:21
0471fae
Compare
Choose a tag to compare

The hidden state had been initially reverted after it was discovered that it added a fairly serious bug to the API. It has now been addressed and restored.

Added

  • Add 'hidden' state to dkan_publishing workflow (#3742)