All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.4.1 (2023-02-21)
- 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)
- restrict plain formats via ckanext.resource_indexer.plain.indexable_formats
- CLI with rebuild command (ea0a519)
- restrict plain formats via ckanext.resource_indexer.plain.indexable_formats (e6dc626)
0.3.2 (2023-02-10)
- add PDF page processor (4c4dd55)
0.3.1 (2022-12-01)
- disable indexation using
disabled_indexation
context manager (85d8769)
0.3.0 (2022-12-01)
- add config module
- add config module (60206cc)
- bypass indexation using CKANEXT_RESOURCE_INDEXER_BYPASS envvar (eaeee21)
0.2.0 (2022-07-25)
- Drop Python 2 support