Skip to content

[0.0.17] - 2026-03-25

Choose a tag to compare

@ifpen-gp ifpen-gp released this 25 Mar 15:59
· 92 commits to main since this release

Fixed

  • Bug ignoring Primary key specified in the Excel workbook from ckanapi-harversters
    version 0.0.13 (18/03/2026, commit a8dd7b32).
    py_upload_index was created even though a primary key was specified.
  • Reduced time to import the Python package by using lazy imports for optional dependencies.

Changed

  • Function headers for DataStore reading API calls (datastore_search, datastore_dump, datastore_search_sql)
    and the page_generator and cursor variants. The latter has the default argument search_all=True changed.
    The limitation of the number of requests is managed by the user.

Added

  • If the first line of the API key file is an URL, it is checked against the URL of the CKAN server.
  • Added charset=utf-8 in the Content-type HTTP header to ensure characters are correctly interpreted by CKAN server.
  • Added support for tqdm progress bar appearing by default in the console output, if package is installed.