v0.8.0
This release changes the behavior of LakeFSFileSystem.exists()
when encountering a CommonPrefix
, which is lakeFS' directory abstraction. Afterwards, the file system can detect existing directories/common prefixes on a branch, returning True
for any existing directories.
What's Changed
- Update outdated CI actions by @AdrianoKF in #269
- Update pre-commit hooks by @AdrianoKF in #270
- Fixed broken URL in README.md by @leonpawelzik in #271
- Docs: Link to root-level modules in API docs by @AdrianoKF in #273
- fs.exists() should return True for common prefixes by @ozkatz in #274
New Contributors
- @leonpawelzik made their first contribution in #271
- @ozkatz made their first contribution in #274
Full Changelog: v0.7.1...v0.8.0