From 052a28e23c0e20cfbaa1fa767da513e1acf4247a Mon Sep 17 00:00:00 2001 From: eladlachmi <110764839+eladlachmi@users.noreply.github.com> Date: Tue, 13 Dec 2022 17:49:38 +0200 Subject: [PATCH] Changelog update v0.87.0 (#4807) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19e2e413ec..6c40c2872e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v0.87.0 + +What's new: + +- Allow adding hooks without depending on an external service (#4779) +- Add support for S3 buckets using SSE with KMS Secret (#4726) +- Allow user to subscribe for email feature updates and/or security alerts during setup (#4667) + +Bug fixes: + +- [GC]: Correctly handle deleting absolute paths under the storage namespace (#4763) +- Ref lookup order now prefers commit and branch refs for user actions (#4743) +- Fix Python LakeFSClient missing API tags (#4606) + ## v0.86.0 What's new: