* New methods `Dataset.delete_version`, `Dataset.delete_edition`, and `Dataset.delete_distribution` for deleting dataset versions, editions, and distributions respectively.
3.1.1
* Removed dependency on the vulnerable (and seemingly abandoned) python-jose library. * PyJWT is no longer a dependency.
3.1.0
Not secure
* New method `Dataset.auto_create_edition` for creating a new edition with an automatic name based on the current time.
3.0.0
Not secure
* Added support for Python 3.12. * Dropped support for Python 3.7 which has reached end of life. Python 3.8+ is now required. * Fixed version requirement for urllib3.
2.4.1
Not secure
* The optional search filter in `Dataset.get_datasets` has been relaxed to allow matches anywhere in the dataset name (instead of only at the beginning). In addition it now also searches the dataset's ID.