- use msearches to increase datastore_get_resource_versions performance
Refactor
- rename a variable to something better
Performance
- increase msearch batch size from 10 to 100
Docs
- update docs to correctly detail return type
5.2.0
Feature
- add download_after_init hook
Fix
- use the correct number when checking resource and package list len
Tests
- add new hook to mock plugins
5.1.1
Fix
- refactor and fix eml generation
5.1.0
Feature
- allow custom titles on dwc downloads of queries
Fix
- try two different debug variable names and cast to bool
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
5.0.2
Fix
- remove the text saying multiple emails are allowed - make email required and add validation in popup - add validators for notifiers (email and webhook) - put notifier call inside try/except