Skip to content

Releases: treeverse/lakeFS

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)

v0.68.0

21 Jun 09:47
029bfca
Compare
Choose a tag to compare

Changelog

Note

This release fixes a bug in the garbage collector.
If you are using cloud storage that is not S3 and have configured a garbage collection policy for retention, you will need to reconfigure it. (Note that the garbage collector itself does not yet run on such storage!)
There are no changes if you are using S3.

What's new:

  • UI: Show content diff for conflicts (#3522)
  • lakeFS configuration for audit log level (#3512)

Bug fixes:

  • Fix: Garbage Collector - Eliminate double slash in URL (#3525)
  • Fix: Crash fix on lakectl superuser command - missing logging initialization (#3519)

v0.67.0

15 Jun 13:34
d0d0133
Compare
Choose a tag to compare

Changelog

  • Garbage collection report at end of run (#3127)
  • Fix: gateway remove delimiter limitation for list objects v2 API (#3459)
  • Fix: UI policy view fail to update (#3469)

v0.66.0

26 May 11:17
bb84863
Compare
Choose a tag to compare

Changelog

  • UI: Dynamic load JS snippets (#3398)
  • LAKECTL_INTERACTIVE environment can control lakeCTL on/off terminal output (#3358)
  • Upgrade Spark client dependencies to be compatible with M1 (#3420)
  • Fix: Use repository root commit for import branch in import from UI (#3415)
  • Fix: Evict user from authorization cache to reset password (#3407)
  • Fix: Resource leak on list hooks run (#3424)
  • Fix: Create branch name validation message (#3374)

v0.65.0

17 May 02:37
d545157
Compare
Choose a tag to compare

What's new:

  • Import your data into lakeFS using the UI! (#3233, #3352)
  • Airflow hook wait for DAG completion (#3321)
  • Friendlier post-setup page (#3318)
  • Show skipped hooks for failed action run (#3359)

Bug fixes:

  • Fixed: Revert path shows up when comparing refs (#3291)
  • Fixed: Glue catalog_id parsed as int (#3252)
  • Fixed: login redirects to credentials page (#3319)
  • Fixed: UI create repository not focused on name field (#3342)
  • Fixed link to authentication page vs authorization page (#3337)
  • Fixed: Some URI parameters were not encoded (#3290)

v0.64.0

29 Apr 11:46
0dceb0c
Compare
Choose a tag to compare

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 be required to run migrate, with the new version:

$ lakefs migrate up

Changelog

  • Fix bug in merge - merge with no changes resolves by creating an empty commit (with no data) on destinations head (#3270)
  • Fix broken content-based diff for changed objects in compare view (#3275)
  • Bump metadata client version to 0.1.7-RC.0 (#3277)
  • Fix logged out user redirect to login (#3283)