Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v0.66.0
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
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
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
v0.63.0
v0.62.0
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
tocommit URI
forlakectl 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)