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 https://github.com/appliedAI-Initiative/lakefs-spec/pull/60
* Load and use error message instead of only HTTP reason by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/61
* Wrap all API calls in `try-except`s by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/62
* Add tests for file operations with prechecks by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/63
* Add API call wrapper context manager by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/64
* Add test for expected logs on missing YAML module by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/65
* Add local S3 block storage adapter docker compose file by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/69
* Pipe `**kwargs` to client API calls, make `precheck_files` a file op keyword argument by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/70
* Call `objects_api.stat_object` endpoint in case of file in `fs.info` by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/71
* Introduce hooks for fine-grained lakeFS automations in file system operations by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/72
* Update developer tooling by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/74
* Fix local S3 docker compose by switching to host networking by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/75
* Add "reasons to use `lakefs-spec`" document by nicholasjng in https://github.com/appliedAI-Initiative/lakefs-spec/pull/73
* Remove link deleted section in README.md by maxmynter in https://github.com/appliedAI-Initiative/lakefs-spec/pull/76
**Full Changelog**: https://github.com/appliedAI-Initiative/lakefs-spec/compare/v0.1.3...v0.1.4