Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v0.32.0
v0.31.2
v0.31.1
v0.31.0
v0.30.0
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
Upgrading from previous versions
v0.23.1
v0.23.0
v0.22.1
v0.22.0
Note
This release requires running database migration.
The lakeFS service will not run if the migration version isn't compatible with the binary.
Before running the new version you will require to run migrate, with the new version:
$ lakefs migrate up
Changelog
8731b60 Use gaul/s3proxy to fallback to AWS (#1113)
60c9a64 Local adapter clean user input before file access (#1037)
28a08d4 webui update packages minor and remove typescript from dev (#1094)