Skip to content

Releases: NaturalHistoryMuseum/ckanext-query-dois

v6.0.3

19 Nov 10:39

Choose a tag to compare

v6.0.3 (2025-11-19)

Fix

  • clarify messaging for non-datastore resources (single resource)
  • count non-datastore resources as inacccessible (multisearch)

[main 17ad837] bump: version 6.0.2 → 6.0.3
3 files changed, 10 insertions(+), 3 deletions(-)

v6.0.2

11 Aug 12:52

Choose a tag to compare

v6.0.2 (2025-08-11)

Build System(s)

  • include db migration files

[main cc3d86b] bump: version 6.0.1 → 6.0.2
3 files changed, 9 insertions(+), 3 deletions(-)

v6.0.1

16 Jun 14:05

Choose a tag to compare

v6.0.1 (2025-06-16)

Fix

  • use new context for each request

[main 735911e] bump: version 6.0.0 → 6.0.1
3 files changed, 9 insertions(+), 3 deletions(-)

v6.0.0

16 Jun 12:50

Choose a tag to compare

v6.0.0 (2025-06-16)

Breaking Changes

  • handle unauthorised access errors
  • filter out inaccessible resources and return count

Fix

  • match single to multisearch landing page style
  • catch errors for v0 dois and show warnings
  • add warnings and rearrange multisearch helper

[main a772c7c] bump: version 5.0.1 → 6.0.0
3 files changed, 16 insertions(+), 3 deletions(-)

v5.0.1

09 Jun 11:04

Choose a tag to compare

v5.0.1 (2025-06-09)

Docs

  • docstring tidying
  • use variable logo, update tests badge

Style

  • remove space
  • ruff formatting

Build System(s)

  • remove version from docker compose file version specifier is deprecated
  • update ckantools and switch black to ruff

CI System(s)

  • set ruff target py version, add more ignores - avoid using fixes that don't work for python 3.8 (our current version) - ignore recommended ruff formatter conflicts - ignore more docstring rules
  • remove pylint, add ruff lint rules Primarily the defaults plus pydocstyle and isort.
  • update pre-commit repo versions
  • add pull request validation workflow new workflow to check commit format and code style against pre-commit config
  • update workflow files standardise format, change name of tests file

Chores/Misc

  • add pull request template
  • update tool details in contributing guide

[main 9cea7a8] bump: version 5.0.0 → 5.0.1
3 files changed, 33 insertions(+), 3 deletions(-)

v5.0.0

19 Apr 12:56

Choose a tag to compare

v5.0.0 (2025-04-19)

Breaking Changes

  • compatibility with vds vNext

Feature

  • compatibility with vds vNext

Fix

  • fix missing query access usage

Tests

  • fix tests after vds compat changes

Chores/Misc

  • update precommit to match new cookiecutter

[main 64edc2c] bump: version 4.1.1 → 5.0.0
3 files changed, 25 insertions(+), 3 deletions(-)

v4.1.1

20 Aug 14:27

Choose a tag to compare

v4.1.1 (2024-08-20)

Chores/Misc

  • add build section to read the docs config

[main e2eb955] bump: version 4.1.0 → 4.1.1
3 files changed, 9 insertions(+), 3 deletions(-)

v4.1.0

04 Dec 11:34

Choose a tag to compare

v4.1.0 (2023-12-04)

Feature

  • use the new datastore_multisearch_counts action to speed up resource hits counting

Refactor

  • remove a datastore_multisearch call by summing the individual resource counts

[main 4757587] bump: version 4.0.1 → 4.1.0
3 files changed, 13 insertions(+), 3 deletions(-)

v4.0.1

05 Oct 16:24

Choose a tag to compare

v4.0.1 (2023-10-05)

Fix

  • generate doi in download init, not manifest generation

Docs

  • specify vds version 5.2+ in the README

Chores/Misc

  • add regex for version line in citation file
  • add citation.cff to list of files with version
  • add contributing guidelines
  • add code of conduct
  • add citation file
  • update support.md links

[main ccd40a3] bump: version 4.0.0 → 4.0.1
3 files changed, 22 insertions(+), 3 deletions(-)

v4.0.0

18 Jul 09:45

Choose a tag to compare

v4.0.0 (2023-07-18)

Breaking Changes

  • remove support for ckanpackager

Feature

  • use versioned_datastore download button snippet
  • set query_version for old queries to v0, add resource_counts

Fix

  • don't load the download button if vds not available
  • old query versions should now be v0

Refactor

  • dependencies: remove support for ckanpackager

Docs

  • update version of vds in readme and clarify statement

Chores/Misc

  • add migration to set the default query version to v0

[main 08bf5c3] bump: version 3.0.5 → 4.0.0
2 files changed, 30 insertions(+), 2 deletions(-)