Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v1.14.0
Changelog
🆕 What's new:
- Delta exporter: support export of delta log files with abfss scheme to support unity catalog external tables (#7553)
- Auth Service: External Principals Management endpoints only (#7539)
🐛 Bugs fixed:
- Support Azure Unity Catalog export (#7554)
- Groups Pagination is broken in the WebUI (#7556)
v1.13.0
Changelog
🆕 What's new:
- Delta Lake + Unity Catalog exporter: Delta Lake table metadata (#7527)
- Handle Azure URLs for chinacloud (#7520)
- Support "If-None-Match: " header in getObject request (#5967). Kudos to our latest contributor @vishalsanfran! (#7525)
🐛 Bugs fixed:
- Fix: Count KV retries (not tries) in Graveler (#7541)
- Fix: CreateDirectoryMarkerIfNotExists (#7510)
- Fix: Fixed bug in multipart upload s3 (#7512)
- Fix: Gateway wrong error description for copy object (#7526)
v1.12.1
🐛 Bugs fixed:
- Check for correct RBAC action (GHSA-fvv5-h29g-f6w5). This security
advisory has moderate severity (5.3/10), and does not affect users who
use the default ACL permissions.
v1.12.0
🆕 What's new:
- Add If-None-Match to LinkPhysicalAddress (#7480)
Removes deprecation of If-Non-Match from upload object!
- Skip actions for read-only repositories (#7477)
- [hooks] Log the user when fetching Lua script from lakeFS (#7486)
v1.11.1
v1.11.1
🍏 What's new:
- Disable GC and branch protection for read-only repositories (#7471)
🐛 Bugs fixed:
- Fix S3 gateway cross-repo copies (#7468)
- Delta export path unescape (#7473)
v1.11.0
Changelog
🆕 What's new:
Delta Exporter: Azure Support (#7444)
Prohibit empty revert by default (#7308)
🐛 Bugs fixed:
Fix: Skip ensureStorageNamespace when creating a read-only repository (#7449)
Fix: Show email or group name in place of ID in AttachModal (#7454)
Fix: Show email when available in the create credentials confirmation modal (#7456)
Fix: bug on creating bare repository as read-only (#7458)
v1.10.0
🆕 What's new:
- Remove Delta Diff experimental support + code cleanup (#7343)
🐛 Bugs fixed:
- Handle empty metadata on import (#7363)
- Remove unnecessary CreateBranch permission check on import (#7362)
v1.9.1
🐛 Bugs fixed:
- API: make version and generation fields optional for commit- fix a breaking change introduced in v1.9.0 (#7323)
v1.9.0
Changelog
🆕 What's new:
- lakectl: download single file using presign now support multipart (#7284)
- API: separate group id and display name (#7292)
Note: the separation of group IDs from displayNames isn't a breaking change.
However, if using older generated clients with the latest lakeFS version,
IDs will be displayed instead of the human-readable displayNames when using an external authentication API.
v1.8.0
Changelog
🆕 What's new:
- Add "hard reset" operation (experimental) (#7263)
- Usage report for API and S3 gateway (#7281)
🐛 Bugs fixed:
- Fix docker image build for cross compile (#7286)