Skip to content

Release v2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 16:55
· 3 commits to main since this release
1b1177d
  • 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