Skip to content

Latest commit

 

History

History
63 lines (32 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

63 lines (32 loc) · 2.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.1 (2023-02-21)

Bug Fixes

  • configurabe timeout for remote requests (7db13ce)
  • more details about decoding errors from pdf (2186622)
  • report package/resource ID when indexation fails (54b6da4)
  • show more details when pdf-parsing failed (a91bdf8)

0.4.0 (2023-02-13)

⚠ BREAKING CHANGES

  • restrict plain formats via ckanext.resource_indexer.plain.indexable_formats

Features

  • CLI with rebuild command (ea0a519)
  • restrict plain formats via ckanext.resource_indexer.plain.indexable_formats (e6dc626)

0.3.2 (2023-02-10)

Features

0.3.1 (2022-12-01)

Features

  • disable indexation using disabled_indexation context manager (85d8769)

0.3.0 (2022-12-01)

⚠ BREAKING CHANGES

  • add config module

Features

  • add config module (60206cc)
  • bypass indexation using CKANEXT_RESOURCE_INDEXER_BYPASS envvar (eaeee21)

0.2.0 (2022-07-25)

⚠ BREAKING CHANGES

  • Drop Python 2 support

Features