v0.1.3
This release contains two important bug fixes, namely, adding postcommit
support for LakeFSFile
writes, and passing the parsed resource to the client in the LakeFSFileSystem.exists()
implementation.
What's Changed
- Unpin lakefs-client dependency by @AdrianoKF in #50
- Add implicit branch creation and other small changes to Readme.md by @maxmynter in #48
- Add postcommit support for lakeFS files by @nicholasjng in #51
- Bump multiple tools and dependencies to latest versions by @nicholasjng in #54
- Fix temporary config fixture to back up lakectl config if existent by @nicholasjng in #55
- Add missing tests for
fs.exists()
andfs.rm()
by @nicholasjng in #56
Full Changelog: v0.1.2...v0.1.3