Skip to content

Releases: treeverse/lakeFS

v1.53.1

30 Mar 18:26
c3d5bc3
Compare
Choose a tag to compare

What's Changed

🆕 What's new:

  • Support configuration populate arrays from environment variables (#8891)

🐛 Bugs fixed:

  • Fix BI metadata collection (#8901)

v1.53.0

27 Mar 06:04
ecdf403
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Added a lakectl flag to point to configurations file: LAKECTL_CONFIG_FILE (#8831)
  • Added markdown files diff display to the webui (#8855)

🐛 Bugs fixed:

  • Fixed: Use new Delta Lake client registration flow to handle multiple parquet readers (#8869)
  • Fixed: Preserve PR form state when switching branches (#8870)

v1.52.0

20 Mar 13:55
d2b8b9c
Compare
Choose a tag to compare

🆕 What's new:

  • Added Lua Action support for update_object_user_metadata (#8771)
  • Hooks: Enhanced Lua stat_object to get metadata (#8777)
  • Added search functionality for Groups and Policies in Web UI (#8783)
  • Added search functionality for Users in Web UI (#8784)
  • Actions: Added pre-post revert hooks (#8804)
  • Actions: Added prepare-commit hook (#8788)

🐛 Bugs fixed:

  • Fixed Web UI Merge Dialog - Enter Should Submit (#8781)
  • Fixed Web UI Auth Error after first login (#8806)
  • Fixed: Revert with allow empty commit (#8803)
  • Fixed: Create bare repository now skips storage namespace check (#8816)
  • Fixed lakeFS Lua package to properly post data in request (#8768)

v1.51.0

05 Mar 13:45
af8d133
Compare
Choose a tag to compare

🆕 What's new:

  • Hook pre/post merge include merge source (#8703)
  • Switch to use openapi generator v7.0.1.2 (#8710)
  • lakectl: Add storage ID to repo list (#8756)

🐛 Bugs fixed:

  • WebUI: Fix overflowed values in modals (#8640)
  • WebUI: Fix overflowed policy name error (#8705)

v1.50.0

20 Feb 10:46
f97c9bb
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Accelerate large files download using concurent chunks for lakectl download recursive (#8613)
  • lakectl support create repository with sample data (#8628)
  • Enable parse config map properties from environment string value (#8657)
  • Upgrade code to use openapi-generator-cli v7.0.1.1 (#8652)
  • Renewed the PGP key (#8661)
  • Add support for no-check flag in setup command (#8591)

🐛 Bugs fixed:

  • Fix server memory exhaustion CVE - An authenticated user can crash lakeFS by exhausting server memory( GHSA-j7jw-28jm-whr6). This security advisory has moderate severity (6.5/10).
  • UI: Truncated long value names in selected in the AttachModal (#8668)
  • UI: Truncated long value names in groups, users and policies (#8666)
  • UI: Truncated long value names in confirmation window (#8670)

v1.49.1

05 Feb 12:54
f7ba626
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Fix: UI Create user (#8604)
  • Fix: Change validation error message on create repository to reflect validation (#8585)

v1.49.0

03 Feb 17:36
484e755
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • change login placeholders for remote authenticator (#8519)
  • Make http client type configurable (#8516)
  • S3GW: Support list multipart uploads (#8531)

🐛 Bugs fixed:

  • Fix: react-dropzone dependency (#8534)
  • Add admin/superuser error handling and cleanup (#8559)

v1.48.2

15 Jan 17:29
3b57c4a
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Add storage namespace validation on non-readonly bare repo creation (#8364)

v1.48.1

10 Jan 17:10
a71c169
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Squash merges is ON by default #8482 (switched to OFF)

This bug breaks backwards compatibility by causing all merged to be
squashed by default.

v1.48.0

07 Jan 16:43
308aaa6
Compare
Choose a tag to compare

Changelog

!! ATTENTION: This version contains a bug that breaks backwards compatibility by causing all merges to be squashed by default !!

🆕 What's new:

  • Upgrade to Golang 1.23 (#8452)
  • Add "squash merge" support to merge API (#8464)