Skip to content

Releases: treeverse/lakeFS

v1.15.0

24 Mar 10:47
cb094c5
Compare
Choose a tag to compare

Changelog

Deprecation notice:
Azure users no longer need to use the import hint when importing from an ADLS Gen2 account. We've added a backwards compatibility support in lakectl, but support for the ADLS hint will be removed completely in future releases.

🆕 What's new:

  • Integrate support for Short-Lived Tokens (STS) in Remote Authentication (#7571)

🐛 Bugs fixed:

  • Fix lakectl branch protection set 400 response (#7590)
  • Remove ADLS hint from import (#7581)

v1.14.1

19 Mar 09:33
839f374
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Integration: update experimental external principals API with auth service (#7566)

🐛 Bugs fixed:

  • Fix lakectl local diff (#7563)

v1.14.0

17 Mar 10:15
34b172d
Compare
Choose a tag to compare

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

12 Mar 09:59
d31e830
Compare
Choose a tag to compare

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

22 Feb 10:09
5b23066
Compare
Choose a tag to compare

🐛 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

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)