2.2.0 - 2026-03-02¶
Summary¶
This release adds method relative_to to interface PathLike and enables calling build_path() without verifying the list of available buckets.
Features¶
#271: Added method
relative_toto interfacePathLike#270: Enabled calling
build_path()without verifying the list of available buckets
Bug Fixing¶
#262: Fixed a wrong type interpretation in
path.write. The chunks are now passed as a Sequence, not Iterable.
Refactoring¶
#260: Re-locked transitive dependencies urllib3, filelock, and Werkzeug and update to exasol-toolbox 4.0.0
#274: Re-locked transitive dependencies filelock, pip, pyasn1, PyNaCl, urllib3, virtualenv, Werkzeug and added the poetry export plugin, so that the nox session dependency:audit works independent of the local setup
Dependency Updates¶
main¶
Removed dependency
attrs:25.4.0Updated dependency
exasol-saas-api:2.3.0to2.8.0Removed dependency
httpx:0.28.1
dev¶
Updated dependency
exasol-toolbox:1.10.0to6.0.0Updated dependency
pyexasol:1.2.0to2.0.0Updated dependency
pytest-exasol-backend:1.2.1to1.3.0