Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
v1.24.0
v1.24.0
🆕 What's new:
- Make MaxBatchDelay configurable (#7774)
- Handle empty commit messages (#7767)
v1.23.0
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
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
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
Changelog
🆕 What's new:
- Python SDK: Support multiple pydantic versions (#7672)
v1.19.0
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
🆕 What's new:
- LakeFSFS - TokenProvider AWS (no login yet) (#7604)
- Add AWS remote auth login (#7578)
v1.17.0
🆕 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
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
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)