Skip to content

Releases: treeverse/lakeFS

v1.12.0

20 Feb 18:03
5f06b29
Compare
Choose a tag to compare

🆕 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

19 Feb 16:57
fe9668a
Compare
Choose a tag to compare

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

14 Feb 10:21
3299c99
Compare
Choose a tag to compare

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

05 Feb 12:48
5edf825
Compare
Choose a tag to compare

🆕 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

22 Jan 08:32
Compare
Choose a tag to compare

🐛 Bugs fixed:

  • API: make version and generation fields optional for commit- fix a breaking change introduced in v1.9.0 (#7323)

v1.9.0

21 Jan 12:02
aa449ff
Compare
Choose a tag to compare

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

15 Jan 12:57
4b05df6
Compare
Choose a tag to compare

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)

v1.7.0

08 Jan 11:20
11c07ff
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • API: Presigned multipart uploads for S3. You can initiate presigned multipart uploads for Amazon S3 directly through the API. experimental (#7246)

🐛 Bugs fixed:

  • UI: DuckDB cached files fixed with cache buster: No more worries about outdated files. (#7252)

v1.6.0

04 Jan 13:32
deeb64e
Compare
Choose a tag to compare

Changelog

v1.5.0

03 Jan 09:40
c2845a1
Compare
Choose a tag to compare

Changelog

  • 1465ac5 Add StopAt field to the CommitLog action (early-stop at a specific commit) (#7222)
  • eced70d Read-only repositories (#7157)
  • 9896225 Fix: Return "bad request - 400" on reset branch with unknown type (#7210)
  • b53e7a7 Fix: S3-gateway "delete" operation with branch protection should return 200 with error (#7211)