This is the first release of lakeFS on the Rocks! 🎉
Included is a big change to lakeFS' data model, which is now much closer to Git's.
Main benefits
- Metadata representing committed versions now lives on the object store itself (instead of on PostgreSQL)
- As a result, PostgreSQL will now typically be smaller and do much less than in previous versions
- Performance should be more predictable, and noticeably better across the board, especially on large diffs/commits/merges