Releases: NaturalHistoryMuseum/ckanext-query-dois
Releases · NaturalHistoryMuseum/ckanext-query-dois
v6.0.3
v6.0.2
v6.0.1
v6.0.0
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
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
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
v4.1.0
v4.0.1
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
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(-)