Skip to content

Releases: treeverse/lakeFS

v0.80.0

04 Sep 06:56
0521997
Compare
Choose a tag to compare

Changelog

Update: Please upgrade using v0.80.2 release

Upgrade Notes:
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 be required to run migrate, with the new version.
Please refer to this upgrade documentation for more information on the specific migration to KV.

This is the first lakeFS version over Key-Value Store
lakeFS is decoupling from PostgreSQL and moving to a KV Store interface.
This will provide greater flexibility and allow production groups working with lakeFS to select their backing DB of choice.
Check our updated Deploy lakeFS page, for deployment instructions.
Also make sure to check our Sizing Guide for best practices, requirements and benchmarks

v0.70.6

30 Aug 09:47
6c65774
Compare
Choose a tag to compare

Changelog

  • UI: fix focus on branch lookup while creating tag (#4005)

v0.70.5

23 Aug 21:08
1152a8d
Compare
Choose a tag to compare

Changelog

  • Fix panic in commit with nil tombstone (#3976)

v0.70.4

23 Aug 12:27
63e99d7
Compare
Choose a tag to compare

Changelog

  • Improve commit log performance for single match by adding limit flag (#3970)
  • Change Histogram buckets to better fit lakeFS commands (#3902)

v0.70.3

22 Aug 12:22
57e2b82
Compare
Choose a tag to compare

Changelog

  • Improve commit log performance (#3936)

v0.70.2

17 Aug 17:45
b14f6e9
Compare
Choose a tag to compare

Changelog

  • Improve 'commit log by objects' performance (#3920)

v0.70.1

11 Aug 14:19
1ca7676
Compare
Choose a tag to compare

Changelog

  • Fix DB serialization error during multiple writes to the same key (#3862)

v0.70.0

03 Aug 10:59
71449fe
Compare
Choose a tag to compare

What's new:

  • Allow OIDC as default login (#3617)
  • Launch a repository with Spark capabilities (#3792)
  • [GC] Respect Hadoop AWS access key configuration in S3Client (#3762)
  • Make GC read the expired addresses csv from Azure blob (#3654)
  • Display README file if available (#3761)

Bug fixes:

  • Fixed diff-viewer version by using a known fork (#3680)
  • Fix cache in auth service api (#3354)

v0.69.1

14 Jul 11:35
3cf47fc
Compare
Choose a tag to compare

Changelog

Bug fixes:

  • Fix crash on group listing by remote API (#3655)

v0.69.0

11 Jul 14:27
76803b0
Compare
Choose a tag to compare

Notes

  1. This release contains performance and security improvements to the authentication mechanism. After upgrading to this version, all current browser sessions will become invalid and users will have to login again.
  2. This release requires running database migrations.
    Before running the lakeFS server you will be required to run the the migrate command (with the updated binary):
$ lakefs migrate up

What's new

  • OIDC support: manage lakeFS users externally (#3452)
  • Choose merge strategy in the UI (#3581)
  • Templating capability in the lakeFS web server (#3600)
  • Visibility: show branch creation errors in the UI (#3604)

Bug fixes:

  • When a revert results in a conflict, return code 409 instead of 500 (#3538)