Releases: GetDKAN/dkan
2.14.1
Release Notes
Good news, this release removes the dependency on getdkan/filefetcher and includes a new and improved copy method that should really speed up datastore imports.
This release introduces issues so there will be a new release to restore the external FileFetcher library.
Due to the inconsistent results with the innodb_strict_mode switch, this code is being removed while we work on improving that functionality. If you are trying to import files with more than 250 columns, you may need to manually import them until a replacement switch is added back in.
What's Changed
- Rip out innodb_strict_mode switch by @dafeder in #3887
- Switch to simple built-in FileFetcher on import by @dafeder in #3881
- Update moderated_content_bulk_publish to ~2.0.20 by @janette in #3889
Full Changelog: 2.14.0...2.14.1
2.14.0
Release Notes
When the Data-Dictionary Settings Form was added in 2.13.11, the permission to access the settings page was 'administer site configuration'. The 2.14.0 release adds a more specific permission for data-dictionary configuration. This will allow for a more granular option for instances where you may want a user to administer the data-dictionary settings but not have access to other administrative screens.
The token and pathauto modules are no longer dependencies for moderated_content_bulk_publish and can be removed if not in use.
What's Changed
- Add specific permission to administer data-dictionary settings by @tiffneybare in #3865
- Add tsv support to datstore_mysql_import by @janette in #3880
- Update Drupal module requirements to stable versions by @paul-m in #3868
- Update data dictionary user guide by @janette in #3877
Full Changelog: 2.13.19...2.14.0
2.13.19
What's Changed
- Add codeclimate reporter by @paul-m in #3845
- Fix handling of empty typed columns in Alter Table MySQL query and sanitize data-dictionary field names by @clayliddell in #3844
- Fix Intermittent PHPUnit Fails by @paul-m in #3863
Full Changelog: 2.13.18...2.14.0
2.13.18
What's Changed
- WCMS-11097: Migrate Circle-CI from DKTL to DDEV by @paul-m in #3837
- Add indexing support to data-dictionaries by @clayliddell in #3838
- WCMS-11617 Allow CI build to reflect composer changes by @paul-m in #3847
Full Changelog: 2.13.17...2.13.18
2.13.17
What's Changed
- Remove two empty files by @dafeder in #3815
- WCMS-11109 fix ddev phpunit 8.0 tests by @paul-m in #3833
- Skip processing when data dictionary mode is disabled by @thierrydallacroce in #3836
- Add facility for creating datastore column indexes by @clayliddell in #3820
- Replace empty date values with
NULL
to prevent date format error on data-dictionary application by @clayliddell in #3834 - Switch to 1.1.0 of data-catalog-app by @janette in #3841
Full Changelog: 2.13.16...2.13.17
2.13.16
2.13.15
2.13.14
Added
Changed
- Rename resource class by @dafeder in #3814
- Use "Data: Create new content" permission for data-dictionary menu access by @clayliddell in #3817
Fixed
- Update stolt/json-merge-patch to facilitate PHP 8 compatibility by @thierrydallacroce in #3816