Skip to content

Releases: treeverse/lakeFS

v0.33.0

01 Mar 12:19
dd8a60d
Compare
Choose a tag to compare

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

17 Feb 13:58
0bf71b7
Compare
Choose a tag to compare

Changelog

0bf71b7 don't sign EXPECT header (#1477)

v0.32.0

17 Feb 12:48
d568689
Compare
Choose a tag to compare

Changelog

484738c Add Azure adapter (#1444)
f2ed086 Add "get metarange", "get range" API endpoints (#1465)
611d9c0 basic client config to pass default max conns per host. (#1455)

v0.31.2

11 Feb 12:19
a981183
Compare
Choose a tag to compare

Changelog

a981183 Different dbpool for branch-locker (#1447)

v0.31.1

09 Feb 13:33
80e423a
Compare
Choose a tag to compare

Changelog

c3f89e4 Import should use repo default branch (#1422)
a284fc3 Pass s3 retry param to the aws config (#1424)
c16d1f7 Switch left and right branch ref in UI diff pagination (#1426)
80e423a generate CLI docs automatically from command help text (#1408)

v0.31.0

08 Feb 15:10
2ac528f
Compare
Choose a tag to compare

Changelog

e307d37 Control number of concurrent range writer uploaders (#1351)
eb4097c Remove SSTable reader cache, use shared pebble in-memory cache (#1332)
33573d7 allow revert merge commit (#1353)

v0.30.0

26 Jan 20:14
ea10a22
Compare
Choose a tag to compare

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

  1. Metadata representing committed versions now lives on the object store itself (instead of on PostgreSQL)
  2. As a result, PostgreSQL will now typically be smaller and do much less than in previous versions
  3. Performance should be more predictable, and noticeably better across the board, especially on large diffs/commits/merges

Upgrading from previous versions

https://docs.lakefs.io/deploying/upgrade.html

v0.23.1

21 Jan 13:51
c3037da
Compare
Choose a tag to compare

Changelog

774e935 Fix delete objects permissions bug (#1260)

v0.23.0

18 Jan 11:41
a4ab2eb
Compare
Choose a tag to compare

Changelog

a73e4d6 Add nessie tests for delete (#1199)
a4ab2eb Add physical address to the stat response (#1204)
dc6a968 Apply server-side default log amount limit always (#1182)

v0.22.1

11 Jan 10:39
45a1d34
Compare
Choose a tag to compare

Changelog

575533a Separate S3 gateway to various http handlers (#1166)
cb9c42b Configuration: use constants for flags (#1148)