Skip to content

Releases: GetDKAN/dkan

2.19.11

06 Dec 19:27
90a2819
Compare
Choose a tag to compare

Fixes

  • Moved cache tag invalidation from ImportQueueWorker to ImportService by @kaise-lafrai in #4345
  • Add cache tag invalidation on datastore drop by @kaise-lafrai in #4351
  • Remove 'Other' option from File Format select list for Dataset Distributions. by @beeyayjay in #4318
  • Upgrade select_or_other to 4.2 by @janette in #4352

Full Changelog: 2.19.10...2.19.11

2.19.10

20 Nov 22:42
61e73f4
Compare
Choose a tag to compare

Changes

  • #4330: Datastore MySQL import - Change some class members from private to protected by @stefan-korn in #4331

Fixes

  • Validate pattern matching in StringHelper. by @beeyayjay in #4328
  • Stop passing empty values to retrieveDownloadUrlFromResourceMapper by @janette in #4342
  • Handle missing resource when dropping a datastore by @paul-m in #4343

Full Changelog: 2.19.9...2.19.10

2.19.9

01 Nov 18:23
373a734
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.19.8...2.19.9

2.19.8

17 Sep 15:23
c104b61
Compare
Choose a tag to compare

Important

This release addresses #4287.

Changes

  • Add revert option to the harvest deregister command by @paul-m in #4272

Fixes

Full Changelog: 2.19.7...2.19.8

2.19.7

10 Sep 22:26
1a993fb
Compare
Choose a tag to compare

Fixes

  • Fixes misalignment of import dashboard by @paul-m in #4270
  • Fixes some HarvestCommand logging by @paul-m in #4269
  • Make QueryDownLoadController constant available to extended classes. by @swirtSJW in #4277
  • Use same sanitization when comparing properties by @janette in #4233
  • DKAN-4278 Remove upload_or_link length validation by @swirtSJW in #4279

New Contributors

Full Changelog: 2.19.6...2.19.7

2.19.6

22 Aug 15:50
f0fad05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.19.5...2.19.6

2.19.5

17 Jul 19:40
933e64c
Compare
Choose a tag to compare

Warning

Security Update
Security risk: Moderately critical
Some specific DKAN API requests parameters were not using the Drupal database API in some cases, allowing specially crafted requests to alter the query (SQL injection).
It is recommended that you upgrade your site as soon as possible.

What's Changed

Full Changelog: 2.19.4...2.19.5

2.19.4

10 Jul 15:35
6d55543
Compare
Choose a tag to compare

Important

This release fixes a bug introduced to the dataset form in the last release that gives all textarea inputs a maxlength of 256 characters. This will likely cause problems for any "description" or similar fields. Recommend updating immediately if you have 2.19.3 in production.

What's Changed

Full Changelog: 2.19.3...2.19.4

2.19.3

03 Jul 18:52
8fb5ff2
Compare
Choose a tag to compare

Warning

This release introduces a new permission that restricts access to DKAN Metastore settings. Users that previously had access to changing these settings may lose them until that permission is added to their user role after this update.

What's New

What's Changed

Full Changelog: 2.19.2...2.19.3

2.19.2

26 Jun 20:59
4193da7
Compare
Choose a tag to compare

What's Changed

What's new

  • Cache filtered CSV downloads for one hour by @paul-m in #4192

Note that CSV downloads of datastore queries will now have a cache-control header with max-age one hour. This may affect how the site behaves when behind a CDN/reverse-proxy cache, hopefully for the better.

New Contributors

Full Changelog: 2.19.1...2.19.2