Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.2.0 #253

Merged
merged 3 commits into from
Nov 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 2.2.0 (2024-11-18)
--------------------------

* Added: ``audbackend.checksum()``
for calculating MD5 sum of files;
for parquet files
it considers the ``"hash"`` metadata entry instead,
if it is present
* Changed: retry to re-establish connection to backend two times,
hagenw marked this conversation as resolved.
Show resolved Hide resolved
before finally failing
* Removed: deprecated functions
``audbackend.access()``,
hagenw marked this conversation as resolved.
Show resolved Hide resolved
``audbackend.create()``,
``audbackend.delete()``,
``audbackend.register()``
* Fixed: storing of checksum
on S3/MinIO backends


Version 2.1.0 (2024-10-31)
--------------------------

Expand Down