🌟 Highlights
- Python 3.13 support
- Fixed an error when listing files with partial path prefix matches (#297)
- Don't reject valid lakeFS tag names (#299)
- Improved error messages when parsing invalid lakeFS URIs
What's Changed
- CI: Run tests against oldest and latest supported versions of lakefs and fsspec by @AdrianoKF in #293
- Tests: Speed up
test_rm_with_1k_objects_or_more
by @AdrianoKF in #294 - Add Python 3.13 to test matrix by @nicholasjng in #295
- Improve error message in
util.parse()
by incrementally using regexes by @nicholasjng in #301 - Handle partial name matches in
ls
method by @AdrianoKF in #298 - Support a wider range of ref expressions by @nicholasjng in #300
- Run
uv sync --frozen
to not update the lock file in CI by @nicholasjng in #302 - Remove TestPyPI upload due to attestation failure by @nicholasjng in #303
Full Changelog: v0.11.0...v0.11.1