Skip to content

Releases: treeverse/lakeFS

v1.28.2

08 Jul 07:45
77af7f6
Compare
Choose a tag to compare

🐛 Bugs fixed:

  • Spark client panics when reading DataFrame from entire repository / storageNamespace (#7955)

v1.28.1

03 Jul 17:38
c15ff92
Compare
Choose a tag to compare

Changelog

🆕 What's new:

v1.28.0

26 Jun 11:14
9fffdab
Compare
Choose a tag to compare

🆕 What's new:

  • Add flare command (#7854)

🐛 Bugs fixed:

  • Enforce MonitoredAuthService to implement EmailInviter when required (#7916)

v1.27.0

20 Jun 11:37
8fa2e97
Compare
Choose a tag to compare

🐛 Bugs fixed:

  • CosmosDB iterator to use dynamic batch size after the first list (#7892)
  • Fix S3 bucket validation for inter-region storage (#7896)

v1.26.1

18 Jun 13:25
30118f9
Compare
Choose a tag to compare

🆕 What's new:

  • Introduce support of GCS encryption for both CMEK and CSEK (#7809)
  • Support prefix parameter in lakectl diff command (#7832)
  • Enforce same-region storage for new repositories (#7847)
  • Add metrics to auth (#7840)
  • Allow changing commit data in cherry-pick and revert (#7865)
  • Prevent unnecessary operations on write actions to read-only repository in s3 gateway (#7844)
  • Return an informative error message when using 'api/v1' for S3 GW endpoint (#7828)

🐛 Bugs fixed:

  • Make batch_size in kv.Scan effective for first Scan of iterator (#7875)
  • Fix lakectl local diff slowness (#7842)

v1.25.0

30 May 08:02
f85be9d
Compare
Choose a tag to compare

🆕 What's new:

  • Add OS info to lakectl User Agent (#7759)
  • Serve GZipped Static Assets (#7788)
  • Propagate request ID from context to API auth service calls (#7803)
  • Add more context-based logging (#7804)
  • Add "allow-empty" flag to Merge (#7798)
  • Sync Manager to use HTTP client with retries (#7815)

🐛 Bugs fixed:

  • lakectl local commit: Prevent remote changes outside synced prefix (#7796)
  • UI: Restore colors in diff view (#7808)

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)