v0.10.0
This release fixes a case in which users attempting to bulk-delete more than 1000 objects would get errors from the lakeFS server. From now on, object deletes are carried out in batches of 1000, which is the maximum that the server handles.
What's Changed
- Update lockfiles for CI and dev setups by @nicholasjng in #281
- Batch objects in
Branch.delete_objects
calls by @nicholasjng in #285 - Add rm test on more than 1000 files by @nicholasjng in #286
Full Changelog: v0.9.0...v0.10.0