* The previously internal `pubreg` command is now made public and documented. * Support for managing event streams has been removed (i.e. all `okdata events` commands). * Support for managing webhooks has been removed (i.e. all `okdata webhooks` commands). * Added support for Python 3.10. * Dropped support for Python 3.6 which reached end-of-life in December 2021. * The current version of `okdata-cli` is now displayed in the help text.
0.13.0
* Added support for showing collected error messages in status trace output.
0.12.1
* Updated dependencies to fix security vulnerability in urllib3.
0.12.0
Not secure
* The new permission API based `WebhookClient` from the SDK is now used instead of the deprecated `SimpleDatasetAuthorizerClient`.
* [Webhook tokens](doc/webhooks.md) are now tied to an operation on a dataset (read, write), instead of a specific service.
0.11.0
Not secure
* [Permissions](doc/permissions.md) can now be administered from the CLI.
0.10.6
Not secure
* Enabled retries for file uploads.
* The minimum required version of `okdata-sdk` is now 0.6.3.