Skip to content

v0.64.0

Compare
Choose a tag to compare
@guy-har guy-har released this 29 Apr 11:46
· 2460 commits to master since this release
0dceb0c

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)