Skip to content

Releases: openzim/python-storagelib

0.10.1

10 Nov 10:20
8bea796

Choose a tag to compare

Fixed

  • Add readme to pyproject.toml (#18)
  • Loosen dependency ranges (#21)

0.10.0

03 Nov 12:31
055e071

Choose a tag to compare

Added

  • Configure resources with user-specified timeouts (#12)
  • Updated Python version requirement to 3.10-3.14 (#16)

0.9.0

08 May 14:20
fbd3f0f

Choose a tag to compare

Added

  • Ability to test delete access via check_credentials or standalone

Changed

  • Malformed URL raises on init

Fixed

  • testing write access requires delete permission (#11)
  • Incorrectly returning True on non 401/404 exceptions on some key-related tests (#5)
  • check_credentials now safe from exception when using failsafe=True (#1)
  • Requiring python3.8+ (was already not working with 3.6 and 3.7 due to f-string)