Changelog
Features
- Support common prefix listing of diffs (uncommitted, commit view, compare view) (#2051)
- Export using spark-submit (#2036)
Bugfixes
- Make authorization errors readable in the UI (#2056)
- Verify paths used in the local block adapter are under its base dir (#2003)
- Fix dump refs JSON output (#2040)
- Fix adapter qualified key format to not use
path.Join
(#1994)
Breaking Changes
- Object listing API: previously, not specifying a delimiter would default to using "/". The default is now "" (empty string)
- The
/config
API endpoint that returns storage configuration (used mainly in lakeFS UI), is now under /config/storage - Accessing the
/config/storage
endpoint now requires thefs:ReadConfig
permission instead ofauth:ReadConfig