Releases: treeverse/lakeFS
Releases · treeverse/lakeFS
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)
v1.14.1
Changelog
🆕 What's new:
- Integration: update experimental external principals API with auth service (#7566)
🐛 Bugs fixed:
- Fix lakectl local diff (#7563)
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)