Skip to content

Releases: audeering/audbackend

Release v3.0.2

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:20
03bba4c
  • Changed: reuse minio.Minio defaults for connection
    in audbackend.backend.Minio
  • Fixed: audbackend.backend.Minio now retries on 5xx errors (e.g. 500, 502, 503)

Release v3.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:43
16fddd0
  • Fixed: possible TLS certificate verification error in Minio backend

Release v3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:22
e826e3a
  • Added: support host specific environment variables
    MINIO_ACCESS_KEY_<HOST>
    and MINIO_SECRET_KEY_<HOST>
    in audbackend.backend.Minio.get_auhtentication()
  • Removed: the Artifactory backend
    audbackend.backend.Artifactory

Release v2.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 13:17
34715af
  • Added: Backend.ls_dirs() to list folders under given path
  • Changed: enable stream-unzip under all Python versions
  • Changed: exclude tests/ and docs/ folders from the Python package

Release v2.3.2

Choose a tag to compare

@github-actions github-actions released this 04 Mar 12:29
6a5ff4d
  • Fixed: depend on stream-unzip>=0.0.101
    as 0.0.100 is broken under Linux

Release v2.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:29
52ffc48
  • Added: streaming ZIP extraction in get_archive()
    on all backends for Python <3.14;
    provides ~2x speed up
  • Added: dependency on stream-unzip>=0.0.99
  • Added: default 10s timeout for audbackend.backend.Minio;
    can be changed in config file
  • Fixed: avoid hangs in audbackend.backend.Minio
  • Fixed: avoid file corruption when using num_workers>1
    in audbackend.backend.Minio.get_file()

Release v2.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 15:52
7fa3bce
  • Added: num_workers argument to
    Backend.copy_file(),
    Backend.get_archive(),
    Backend.get_file(),
    Backend.move_file(),
    Interface.copy_file(),
    Interface.get_file(),
    Interface.move_file().
    Argument is only applied on Minio backends

Release v2.2.3

Choose a tag to compare

@github-actions github-actions released this 08 Dec 10:40
7642f3f
  • Added: support for Python 3.14
  • Added: support for Artifactory backend
    in Python 3.13
  • Fixed: require minio!=7.2.19
    to avoid installing the broken minio package
  • Removed: support for Python 3.9

Release v2.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Jan 15:18
be2eb83
  • Added: support for Python 3.13
    (without Artifactory backend)
  • Added: support for Artifactory backend
    in Python 3.12
  • Changed: depend on dohq-artifactory>=1.0.0
  • Fixed: wrong path names
    in Artifactory backend with dohq-artifactory==1.0.0

Release v2.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Nov 07:29
8f398e9
  • Fixed: ensure we always use MD5 sums
    when comparing files
  • Removed: audbackend.checksum(),
    because the special handling
    of parquet file metadata checksums
    introduced potential issues