Skip to content

v0.5.0

Compare
Choose a tag to compare
@AdrianoKF AdrianoKF released this 18 Dec 08:32
· 99 commits to main since this release
8ad9706

⭐ Highlights

The v0.5.0 release of lakeFS-spec simplifies working with deferred placeholder entities returned by versioning operations as part of a transaction. These placeholders now work as transparent proxy objects, meaning they expose the same interface as the class they are wrapping (no more Placeholder.unwrap() necessary! 🙌🏻 )

The user documentation has been completed, especially the remaining missing pieces of the API reference.

🚨 Breaking Changes

  • LakeFSFileSystem.ls() no longer defaults to recursive listing, in line with other fsspec implementations. If you require recursive directory listings, you can pass the recursive=True argument to ls() or consider the find()/glob()/walk() operations.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0