From a4edfdd619ed6ff670c8fcd852ecd0741dc47ebd Mon Sep 17 00:00:00 2001 From: N-o-Z Date: Tue, 8 Aug 2023 15:28:43 +0300 Subject: [PATCH] Update CHANGELOG.md (#6338) * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Jonathan Rosenberg <96974219+Jonathan-Rosenberg@users.noreply.github.com> * Add presigned URLs expiry to CHANGELOG --------- Co-authored-by: Jonathan Rosenberg <96974219+Jonathan-Rosenberg@users.noreply.github.com> Co-authored-by: Ariel Shaqed (Scolnicov) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b520ff92476..fdf50dcfddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## UNRELEASED +## v0.105.0 + +:new: What's new: +- Support .text as a text file extension in the Web UI (#6130) +- UI: allow loading >10k diff summary (#6287) +- Add `diff_branch` to Lua hook (#6318) +- Setup lakefs on startup using predefined setup parameters (#5962) +- Quickstart now uses DuckDB WASM instead of CLI (#6092) +- Stop publishing lakeFS DuckDB image (#6141) +- Remove Everything Bagel - incorporated into the new lakeFS-samples repository (#6146) +- Return presigned URL expiry time (S3 only for now) (#6328) + +:bug: Bugs fixed: +- Local Storage Range Allow 0:0 (#6116) +- Fix: Create repo with invalid namespace (#6084) +- Fix broken link to WAP notebook (#6121) +- Fix create and delete branch protection error and lakectl output (#6135) +- Import should replace the destination prefix with the source's state (#6251) + ## v0.104.0 :new: What's new: