v0.1.4
This release introduces fine grained hooks that can be attached to specific FSEvent
-events, we improved error messages, and added documentation.
What's Changed
- Better errors by @nicholasjng in #60
- Load and use error message instead of only HTTP reason by @nicholasjng in #61
- Wrap all API calls in
try-except
s by @nicholasjng in #62 - Add tests for file operations with prechecks by @nicholasjng in #63
- Add API call wrapper context manager by @nicholasjng in #64
- Add test for expected logs on missing YAML module by @nicholasjng in #65
- Add local S3 block storage adapter docker compose file by @nicholasjng in #69
- Pipe
**kwargs
to client API calls, makeprecheck_files
a file op keyword argument by @nicholasjng in #70 - Call
objects_api.stat_object
endpoint in case of file infs.info
by @nicholasjng in #71 - Introduce hooks for fine-grained lakeFS automations in file system operations by @nicholasjng in #72
- Update developer tooling by @nicholasjng in #74
- Fix local S3 docker compose by switching to host networking by @nicholasjng in #75
- Add "reasons to use
lakefs-spec
" document by @nicholasjng in #73 - Remove link deleted section in README.md by @maxmynter in #76
Full Changelog: v0.1.3...v0.1.4