Skip to content

[0.0.21] - 2026-03-31

Choose a tag to compare

@ifpen-gp ifpen-gp released this 31 Mar 14:34
· 59 commits to main since this release

Changed

  • package_search_all is no longer limited to ckan.owner_org when argument owner_org is None.

Fixed

  • package_search_all now includes draft datasets by default (option include_drafts).
  • ckan.owner_org is not applied when patching an existing package without specifying the owner_org argument.
  • Raise an error if a CLI argument is not recognized in the resource Options field.

Added

  • Assist mode Data Cleaner which detects field types which were not specified.
    This feature is for debug use as it is time-consuming.
  • Option inhibit_datastore_patch_indexes to ignore primary key and indexes arguments when calling datastore_create
    on an existing dataset (patch mode). This argument has been routed up to package builder patch_request_full.