Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v0.70.2
v0.70.1
v0.70.0
v0.69.1
v0.69.0
Notes
- 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.
- 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
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:
Bug fixes:
v0.67.0
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