Skip to content

v0.46.0

Compare
Choose a tag to compare
@guy-har guy-har released this 19 Jul 14:40
· 3024 commits to master since this release
b283730

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 require to run migrate, with the new version:

$ lakefs migrate up

Changelog

  • [Feature] Support post-merge and post-commit events
  • [Feature] UI - add garbage collection policy configuration
  • [Bugfix] Fix LakeFS startup with Azure storage type
  • [Feature] Metastore tool - add flag to support DBFS location
  • [Feature] Metastore tool - handle Spark placeholder on copy
  • [Feature] Metastore tool - add import-all command
  • [Feature] Deployment of lakeFS (docker-compose) with: MinIO, Hive metastore, Hive server, Trino and Spark
  • [Bugfix] Python client: upload now works with most BaseIO types, not just FIle.