v0.1.6
This release adds the ability to copy files in a repo by implementing LakeFSFileSystem.cp_file
, as well as a comprehensive demo to explore the features of lakefs-spec
.
The client helpers module was greatly expanded by @maxmynter.
Minor bug fixes include removal of stdout handlers from all loggers.
What's Changed
- Update lakeFS image in local tests and CI, bump ruff by @nicholasjng in #87
- Add file upload and download events and corresponding
LakeFSFile
hooks by @nicholasjng in #85 - Implement
LakeFSFilesystem.cp_file
by @nicholasjng in #84 - Implement directory listings caching for
ls
by @nicholasjng in #86 - Add new
client_helper
functions by @maxmynter in #88 - Add rev-parse client helper by @maxmynter in #90
- Remove stdout handlers from module loggers by @nicholasjng in #91
- Create a Demo for LakeFS-spec and Using LakeFS in a small scale e-2-e example project by @maxmynter in #67
- [ENG-96] Run pre-commit autoupdate by @nicholasjng in #97
- Update Python development dependencies and lakeFS docker image tags by @nicholasjng in #98
- Fix small README mistakes by @nicholasjng in #99
Full Changelog: v0.1.5...v0.1.6