Skip to content

Commit

Permalink
Release 2.2.0 (#253)
Browse files Browse the repository at this point in the history
* Release 2.2.0

* Replace simicolon

* Remove comma
  • Loading branch information
hagenw authored Nov 18, 2024
1 parent 8da41a4 commit 1b1177d
Showing 1 changed file with 19 additions and 0 deletions.
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
before finally failing
* Removed: deprecated functions
``audbackend.access()``,
``audbackend.create()``,
``audbackend.delete()``,
``audbackend.register()``
* Fixed: storing of checksum
on S3/MinIO backends


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

Expand Down

0 comments on commit 1b1177d

Please sign in to comment.