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)