Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v0.33.0
Main benefits
- Azure Blob Storage support Azure AD authentication
- Webhooks: actions mechanism for running hooks on pre-commit and pre-merge (CI/CD v1 milestone)
Changelog
- Protoc and swagger validation as part of CI using docker (#1498)
- Expose API metadata handlers (#1494)
- Fix diff throwing 500 instead of 404 when ref/repo not found (#1492)
- Make swagger.yml pass schema validation (#1495)
- Fixed filtering repositories in UI in case an exact repo name was passed (#1493)
- Enable delete repository action from the UI (#1372) thanks @shamikakumar
v0.32.1
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