Releases: treeverse/lakeFS
v0.55.0
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
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
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
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
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
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
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
v0.49.0
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
Please install 0.49.0 instead. It is identical and has a correct version number.