Skip to content

Releases: treeverse/lakeFS

v1.9.0

21 Jan 12:02
aa449ff
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • lakectl: download single file using presign now support multipart (#7284)
  • API: separate group id and display name (#7292)

Note: the separation of group IDs from displayNames isn't a breaking change.
However, if using older generated clients with the latest lakeFS version,
IDs will be displayed instead of the human-readable displayNames when using an external authentication API.

v1.8.0

15 Jan 12:57
4b05df6
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Add "hard reset" operation (experimental) (#7263)
  • Usage report for API and S3 gateway (#7281)

🐛 Bugs fixed:

  • Fix docker image build for cross compile (#7286)

v1.7.0

08 Jan 11:20
11c07ff
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • API: Presigned multipart uploads for S3. You can initiate presigned multipart uploads for Amazon S3 directly through the API. experimental (#7246)

🐛 Bugs fixed:

  • UI: DuckDB cached files fixed with cache buster: No more worries about outdated files. (#7252)

v1.6.0

04 Jan 13:32
deeb64e
Compare
Choose a tag to compare

Changelog

v1.5.0

03 Jan 09:40
c2845a1
Compare
Choose a tag to compare

Changelog

  • 1465ac5 Add StopAt field to the CommitLog action (early-stop at a specific commit) (#7222)
  • eced70d Read-only repositories (#7157)
  • 9896225 Fix: Return "bad request - 400" on reset branch with unknown type (#7210)
  • b53e7a7 Fix: S3-gateway "delete" operation with branch protection should return 200 with error (#7211)

v1.4.0

25 Dec 09:49
ca8b574
Compare
Choose a tag to compare

Changelog

  • bb38ba0 Delta Lake Catalog Exporter: Export Delta Lake tables from lakeFS to an external location (#7078)
  • 58a730b Unity Catalog Exporter: Register exported Delta Lake tables in Databricks's Unity Catalog (#7167)

v1.3.1

10 Dec 14:19
a638bd7
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Fix: User with permission to write actions can impersonate another user when auth token is configured in environment variable
    (GHSA-26hr-q2wp-rvc5)
  • Fix: S3 Gateway block unsupported S3 operations (#7028)
  • Fix: Better error handling on hook error (#7081)
  • Fix: Upload object without specify content type (#7130)
  • Fix: UI notebook preview fix colors (#7141)
  • Fix: Match blockstore reader hash function (#7099) (thanks @hunjixin)
  • UI improve load by cache and split of embedded content (#7132,#7135)

v1.3.0

30 Nov 14:16
38ba029
Compare
Choose a tag to compare

🆕 What's new:

  • Update AWS Go SDK v2 to support S3 express directory buckets (#7083)
  • API and lakectl: support long-running dump and restore operations (#6975)
  • lakectl: Improved performance for fs rm recursive command (#7035)
  • Glue Exporter: Support Hadoop directory markers (#7058)

🐛 Bugs fixed:

  • API: Fix StatsObject returned metadata on empty metadata (#7026)
  • API: Return the right default pagination per page- 100 instead of 1000 (#7051)
  • DynamoDB KV: Check if a table exists before we try to create it (#7056)

v1.2.0

13 Nov 14:58
e19134c
Compare
Choose a tag to compare

v1.2.0

🆕 What's new:

  • UI: Allow commit message and metadata in merge action (#6897)
  • API: CreateRepository check if repository exists before trying to validate storage namespace (#6967)
  • lakectl: Add commit params to merge command (#6892)
  • Optimization - Reduce DynamoDB and CosmosDB calls by extending current range to include additional information (#6983)

🐛 Bugs fixed:

  • Fix - Lakefs crashing when using database.type=”dynamodb” and scylladb as a database (#6924)
  • Change 'committer' field from UserID to Email, when Email is available (#6912)
  • Use Buf CLI to compile our proto files (#6784)
  • Log time.Duration twice in all modes, as string and as nanoseconds (#6934)
  • External auth remove required id from user model (#6902)

v1.1.0

25 Oct 08:52
0b263fe
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • API: Added optional since parameter to commit log request (#6851)
  • lakectl: supported log 'since' flag (#6854)
  • Improved lakectl validation error messages (#6816)

🐛 Bugs fixed:

  • Fixed S3 gateway error on no underlying object (#6822)
  • Fixed branch protection 'not found' error (#6846)