Skip to content

Releases: treeverse/lakeFS

v1.24.0

19 May 10:07
c33a166
Compare
Choose a tag to compare

v1.24.0

🆕 What's new:

  • Make MaxBatchDelay configurable (#7774)
  • Handle empty commit messages (#7767)

v1.23.0

15 May 09:50
31c16f2
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Support presigned image URLs in markdown (#7745)
  • Make the number of DynamoDB connections configurable (#7751)

🐛 Bugs fixed:

  • Fix background staging token behaviour (#7754)
  • Fix: pre-merge is missing commit ID (#7750)

v1.22.0

09 May 10:47
a0b6098
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • UI: Report progress when calculating size (#7722)
  • Handle KV slow down error (#7744)
  • Remove linked addresses from KV (#7725)
    Upgrading to this version will void all existing physical addresses issued by GetPhysicalAddress and require them to be re-issued. This will only effect some of the in-flight uploads during the upgrade

🐛 Bugs fixed:

  • Fix: Object diff to use pre-sign when presign ui is enabled (#7736)

v1.21.0

06 May 14:59
a966c94
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Warn when creating lakectl local on case-insensitive filesystems (#7650)
  • lakectl added support for retries (#7723)
  • S3 gateway - return slowdown on DynamoDB throttle (#7685)
  • UI: calculate total size of common prefix (#7720)

🐛 Bugs fixed:

  • DDB temp creds to refresh before expiry (#7718)
  • Close resp body in lua s3 client (#7703)

v1.20.0

16 Apr 13:15
076c794
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Python SDK: Support multiple pydantic versions (#7672)

v1.19.0

14 Apr 09:56
090edc8
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Experimental: Support pre-signed redirects for S3A (#7630)
  • lakeFSFS: IAM Role Support Login call (#7659)
  • Azure: Add support for Gov Cloud (#7664)
  • Revert "allow lakectl local to be 'git data' (#7618)" (#7654)

🐛 Bugs fixed:

  • Fix: S3 GW ListParts (#7629)

v1.18.0

10 Apr 14:49
1e6647b
Compare
Choose a tag to compare

🆕 What's new:

  • LakeFSFS - TokenProvider AWS (no login yet) (#7604)
  • Add AWS remote auth login (#7578)

v1.17.0

09 Apr 15:05
3e66c7b
Compare
Choose a tag to compare

🆕 What's new:

  • Allow lakectl local to be "git data" (#7618)
  • Support STS in Python wrapper (#7620)

🐛 Bugs fixed:

  • Fix storage config loading state not updated (#7638)
  • Include hidden files in lakectl local (#7644)
  • Use username as token subject in STS login (#7637)

v1.16.0

03 Apr 09:43
4adfb3f
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • lakectl: get presigned url for object (#7603)
  • Align S3 Gateway Prometheus Histogram Buckets with lakeFS API Buckets (#7622)

🐛 Bugs fixed:

  • Allow storing of friendly_name in KV when integrating with external auth API (#7572)
  • Add TTL to STS (#7605)

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)