From c85a71c256b3ceff932c07c03df230c8fb397362 Mon Sep 17 00:00:00 2001 From: Idan Novogroder <43949240+idanovo@users.noreply.github.com> Date: Thu, 14 Sep 2023 15:53:56 +0300 Subject: [PATCH] v0.110.0 change log (#6605) --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd8a8bf3537..e408118c779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,20 @@ ## UNRELEASED +# v0.110.0 + :new: What's new: -- Restrict lakectl local to common prefixes only (#6510) -- Added URL parser to lua runtime (#6597) +- Upgrade code to use AWS SDK go v2 (#6486) +- Actions: Lua package to parse URL (#6597) +- UI: Commit info consistent across screens (#6593) +- API: Update APIs tag for internal use (#6582) +- lakectl: dbt and metastore commands marked as deprecated (#6565) +- Removed deprecated: expand template API (#6587) +- Removed deprecated: remove the update and forgot password APIs (#6591) + +:bug: Bug fixed: +- Fix lakectl local verify bad path error on Windows (#6602) +- Fix Azure pre-signed URL for blob imported from different account (#6594) # v0.109.0