Skip to content

Releases: GetDKAN/dkan

2.16.9

29 Aug 02:41
372008e
Compare
Choose a tag to compare

Fixes

2.16.8

28 Aug 23:33
d12af26
Compare
Choose a tag to compare

Warning

This is an important bug fix release for any site that has been upgraded to Drupal 10.
If you have datasets with uploaded distribution files, the files may have never been set to permanent and consequently been deleted according to your sites temporary_maximum_age configuration. See #4006

Note

\Drupal\common\FileFetcher\Factory has been renamed to \Drupal\common\FileFetcher\FileFetcherFactory. This name change is purely descriptive.

Changes

Fixes

  • Replace deprecated/removed form alter hook with D10 version by @jastraat in #4006

2.16.7

11 Aug 18:08
cb7fdee
Compare
Choose a tag to compare

Warning

This is an important bug fix release.
This release fixes a bug where chunked imports of datasets could be truncated prematurely.

What's Changed

  • Chunk Imports Are Marked Done Before They're Done by @paul-m in #3999

Full Changelog: 2.16.6...2.16.7

2.16.6

04 Aug 20:20
3f92126
Compare
Choose a tag to compare

Additions

  • Add a test for the cleanup of orphan draft distributions with the orphan reference processor by @jastraat in #3994

Changes

Fixes

  • Mark Timed-Out Imports As Done by @paul-m in #3988
  • Prevent executing html from basic textarea on dataset node by @dgading in #3989
  • Manage deprecated jobstore tables by @paul-m in #3990

2.16.5

07 Jul 15:28
3b2c8e8
Compare
Choose a tag to compare

⚠️ This release mitigates a bug introduced to pre-existing sites with the 2.16.1 release. If you have installed that release or later BE EXCEEDINGLY CAUTIOUS about updating to this release. See below for details.
⚠️ Note that the class name updates outlined in the 2.16.0 and 2.16.1 releases still apply. See previous release notes for additional important update information.

Sites that should update to this release:

  • Sites currently using 2.16.0 or earlier
  • Sites installed for the first time on 2.16.1 or later
  • Pre-existing sites that updated to 2.16.1-2.16.4 but have NOT done any datastore imports since then. (These sites would have experienced an issue where previously imported datasets did not display.)

Sites that may not want to update to this release:

Pre-existing sites that updated to 2.16.1-2.16.4 and did a datastore import since the update - DO NOT INSTALL THIS RELEASE unless you plan to fully reimport all datasets after you upgrade. Unless you re-import, the import statuses will be divided between old and new tables. We are working on a future fix.

Changes

Fixes

  • Allow orphan cleanup of draft distributions. by @jastraat in #3979
  • Allow empty distribution and email in UI form if schema allows by @jastraat in #3986
  • Remove use of dktl in user guide by @janette in #3984
  • Instruct jobstore to use deprecated table name for sites upgrading from 2.16.0 or earlier by @paul-m in #3987

Full Changelog: 2.16.4...2.16.5

2.16.4

22 Jun 14:53
ad9de22
Compare
Choose a tag to compare

Changes

Fixes

2.16.3

07 Jun 00:36
98ff407
Compare
Choose a tag to compare

Changes

Fixes

  • Fix ltrim() deprecation message when null value by @dafeder in #3971
  • Run functional tests with datastore_mysql_import enabled by @paul-m in #3973
  • Replace call to core search index function with rendering all nodes. by @jastraat in #3975
  • Turn off innodb_strict_mode on tableCreate() by @paul-m in #3976
  • Fix dkan:harvest:deregister message by @paul-m in #3974

2.16.2

18 May 22:31
4bef8e5
Compare
Choose a tag to compare

Fixed

  • Fixing issue with datastore_mysql_import existing tables by @paul-m in #3972

2.16.1

17 May 20:24
bb8fadb
Compare
Choose a tag to compare

What's Changed

⚠️ This release changes the names of several important import classes in DKAN. If you have any custom code that calls methods from the classes listed in #3961 you will need to refactor.
⚠️ This release also moves the setting for resource downloadURL display from drupal_static into a configuration setting. If your custom code is using the metastore_resource_mapper_display static variable to display the local url for downloadURL instead of the source, remove that code and instead adjust the new configuration setting on the Resources form.

New Contributors

Full Changelog: 2.16.0...2.16.1

2.16.0

03 May 13:57
66cd8e3
Compare
Choose a tag to compare

What's Changed

⚠️ This release changes the names of several important service classes in DKAN. If you have any custom code that calls methods from the classes listed in #3946 you will need to refactor.

  • Refactor Service classes for better names by @paul-m in #3946

What's new

We have moved back to readthedocs.org for DKAN's documentation! Find the most current docs at https://dkan.readthedocs.io/en/latest/