Skip to content

Releases: GetDKAN/dkan

2.16.12

06 Oct 01:46
b6a65d8
Compare
Choose a tag to compare

Changed

  • Make PHP 8.1 + Drupal 10.1 the default in CI matrix tests by @jastraat in #4033

Fixed

  • Add justinrainbow/json-schema to composer.json by @janette in #4034

2.16.11

28 Sep 01:17
7865a43
Compare
Choose a tag to compare

Added

  • Add more api examples targeted towards browser and anonymous users. by @jastraat in #4029

Changed

  • Integrate getdkan/sql-parser by @paul-m in #4017
  • API functional test refactor to BrowserTestBase by @dafeder in #4011
  • Bump gatsby from 1.0.0 to 4.25.7 in /modules/frontend/tests/gatsby/data-catalog-frontend by @dependabot in #4021

Fixed

2.16.10

18 Sep 16:14
447a605
Compare
Choose a tag to compare

Added

Changed

  • Convert MetastoreApiPageCacheTest to BrowserTestBase by @paul-m in #4008
  • Convert remaining DatasetTest method to BTB by @paul-m in #4014
  • Remove getdkan/json-schema-provider by @paul-m in #4020
  • Remove getdkan/locker by @paul-m in #4022
  • WCMS-16115: Apply HTML filtering to only properties that are configured to allow HTML. by @jastraat in #4013

Fixed

  • ResourceLocalizer constructor arg should be an interface by @paul-m in #4019

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