Skip to content

Releases: treeverse/lakeFS

v0.55.0

17 Nov 10:27
478f863
Compare
Choose a tag to compare

Changelog

  • f703c9c lakefs-dbt integration: support lakeFS branches in dbt (#2680)
  • da4fbba UI: explore tags in objects, compare and other views (#2670)
  • ec99000 UI: View content and size diff between two objects (#2685)
  • df12f17 Logging: Add request ID fields to all DB and auth logs (#2683)
  • c369ea8 Remove the lakefs diagnose command (#2693)
  • 29e044c Add an s3 block adapter configuration parameter to disable bucket's region discovery (#2705)
  • 6418d36, 839e78c Make lakectl provide meaningful information and exit code in case of a merge conflict (#2700,#2706; Fixes:#2699)

v0.54.0

08 Nov 12:32
8054927
Compare
Choose a tag to compare

Changelog

  • Fix branch creation concurrency bug (#2663)
  • Fix login button required two logins to pass (#2524)
  • Multipart upload content verification failed on s3 encrypted bucket (#2656)
  • Present commit history for a specific file or prefix (#2251)
  • Support S3 API copy-object across buckets (#2162)
  • Add copy-schema to lakectl metastore commands (#2640)
  • UI: New Tags tab (#2655)
  • UI: Add docs link to Setup, Create repository, Branches, and Admin pages (#2316)
  • UI: Unifying 3 views into one in uncommitted/compare/commit components (#2602)

v0.53.1

27 Oct 11:40
2c59eca
Compare
Choose a tag to compare

Changelog

  • Fix ldap auth re-open control connection after it closes, and add timeouts (#2613)
  • Better format server error messages from lakectl (#2609)
  • Fix lakectl crash while reporting some server errors (#2608)
  • Fix Improper Access Control in S3 copy-object, and API restore-refs,dump-refs, get-range, get-metarange (GHSA-m836-gxwq-j2pm)

v0.53.0

25 Oct 12:57
da7817e
Compare
Choose a tag to compare

Changelog

  • Add support for LDAP authentication (#2058).
  • Support object content-type and user metadata (#2296).
  • Support multiple commits in lakectl revert (#2345).
  • lakectl diff: support two way diff.
  • lakectl diff: allow including uncommitted changes in the diff.
  • Fix Trino AVRO format access via S3 gateway (#2429).
  • Support lakectl fs rm --recursive (#2446).
  • Fix UI list users pagination (#2581).
  • Add tree-view for uncommitted, compare and commit views (#2174)

v0.52.2

10 Oct 15:10
0374d32
Compare
Choose a tag to compare

Changelog

858f14c Airflow hook nil assignment fix (#2534)
63e3514 Bug fix: pyramid store file fallback when destination already exist in cache (#2535)
e0933a0 Bugfix/2400 change error message repo with new storage type (#2469)
080bccc Fix UI base branch changes compare branch (#2522)
d3ef920 UI - keep path when changing reference in object view (#2521)
5b0ffda Using simple mime library that gives a consistent content-type on all platforms (#2538)

v0.52.1

04 Oct 14:03
1d40c7d
Compare
Choose a tag to compare

Changelog

9c4f48d Protected Branches (#2181): define rules to prevent direct changes on some of your branches. Only merges are allowed into protected branches. Combine these with pre-merge hooks to validate your data before it is on your production branches.
a5e4693 Fix filter dialog unsearchable bug (#2490)

v0.51.0

19 Sep 11:41
4713534
Compare
Choose a tag to compare

Changelog

78078b7 Add new "AttachStorageNamespace" IAM action. Controls users' ability to create repositories with particular storage namespaces (bucket names). (#2430)

Bug fixes

4713534 Fix path encoding when checking sigV2 signatures in the S3 gateway. (#2464)
56ccefd Improve error reporting when repeating lakeFS setup more than once. (#2435)
a0713b3 [S3 gateway] Return HTTP 409 (Conflict) when creating existing repo (#2451)

v0.50.0

05 Sep 11:33
a9f47dc
Compare
Choose a tag to compare

Changelog

a9f47dc Fix the double slash namespace bug (#2436)

v0.49.0

02 Sep 16:58
764da8c
Compare
Choose a tag to compare

Changelog

  • Add search locations to load lakeFS configuration. More information on https://docs.lakefs.io/reference/configuration (#2355)
  • Fix ARNs parsing confusion when the account-ID field contained a slash or the resource-ID a colon. Configurations (incorrectly) using a slash "/" to separate account from resource in the ARN will need to switch to use a colon ":". However such configurations are probably incorrect, as lakeFS does not currently set account fields. And configurations using resources containing a colon will now work correctly.

v0.49

02 Sep 16:06
764da8c
Compare
Choose a tag to compare
v0.49 Pre-release
Pre-release

Please install 0.49.0 instead. It is identical and has a correct version number.