From 0fb17c80fc263a1f5259cca3192e26921d7eab57 Mon Sep 17 00:00:00 2001 From: yonipeleg33 <51454184+yonipeleg33@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:33:53 +0300 Subject: [PATCH] Update CHANGELOG.md (#7879) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe52e5a40e..8d2132e06f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# v1.26.0 + +:new: What's new: +- Introduce support of GCS encryption for both CMEK and CSEK (#7809) +- Support prefix parameter in lakectl diff command (#7832) +- Enforce same-region storage for new repositories (#7847) +- Add metrics to auth (#7840) +- Allow changing commit data in cherry-pick and revert (#7865) +- Prevent unnecessary operations on write actions to read-only repository in s3 gateway (#7844) +- Return an informative error message when using 'api/v1' for S3 GW endpoint (#7828) + +:bug: Bugs fixed: +- Make batch_size in kv.Scan effective for first Scan of iterator (#7875) +- Fix lakectl local diff slowness (#7842) + # v1.25.0 :new: What's new: