Skip to content

Releases: treeverse/lakeFS

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)

v0.63.0

17 Apr 11:44
9f5f762
Compare
Choose a tag to compare

Changelog

  • Authenticate using an external service! (#3178)
  • Fixed bug in repository name validation (#3155)
  • Fixed bug in some argument validations - (#3185)

v0.62.0

03 Apr 16:07
d358581
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

Features:

  • Update commit ref to commit URI for lakectl tag create command (#3017)
  • lakectl annotate now defaults to a non-recursive listing (#3001)
  • lakectl doctor command improvements. Part of #3002 (#3023)
  • Don't show GetStarted for empty commit (#3041)
  • Allow ingesting from a non-default S3 endpoint (#3084)
  • Validate new repo isn't using existing storage namespace (#3104)
  • Add additional hook locations (#3130)

Bug fixes:

  • lakectl annotate output has superfluous spaces and blank lines (#3007)
  • Fixing restore refs performance issues for old commit dups without "generation" field (#3011)
  • lakectl config now hides secret access key (#3039)
  • Fix error capturing and formatting in DB operation failures (#3025)
  • lakectl ingest stages more objects than source s3 bucket (#3081)
  • lakectl ingest adds multiple excess slash to object name (#3108)

v0.61.0

07 Mar 16:48
1ea6e97
Compare
Choose a tag to compare

Changelog

v0.60.1

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

Changelog

v0.60.0

27 Feb 14:29
623d7e2
Compare
Choose a tag to compare

Changelog

Features:

  • Add a "Default storage namespace" configuration (#2952)
  • lakectl: add a lakectl doctor command to run a basic diagnose on lakeFS configuration (#2948)

Bug fixes:

  • Fix diff performance issues (#2968)
  • Improve memory footprint during openapi object upload (#2963)
  • Make "Everything Bagel" Jupyter notebook container support S3A (#2946)

v0.59.0

15 Feb 11:15
1d29bfb
Compare
Choose a tag to compare

Changelog

  • lakectl: Convert windows paths to S3 style paths on upload (#2932)
  • lakectl: Allow empty commit message with a specified flag (#2927)
  • lakefs: Live configuration reload will change logging level (#2949)

v0.58.1

09 Feb 09:46
f4013de
Compare
Choose a tag to compare

Changelog

  • Merge operation optimized by another 20%! (#2884)
  • Improved the output verbosity of the lakectl dbt tool. (#2895)
  • Usage examples added in lakectl repo create command. (#2900)
  • Fixed misleading errors on branch creation. (#2859)