From 256e049f1aee70fe8cef3199e76360fb8fb902e6 Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Fri, 20 Dec 2024 18:08:11 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8011ce..e992a3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change History +## December 20 2024: v8.0.0-beta.2 + +- **New Features** + - [CLIENT-2820] Actively refresh pool connections that will be idle before the next tend. + +- **Fixes** + - [CLIENT-3218] Fix FilterExpression encoding in Batch commands. + ## December 13 2024: v8.0.0-beta.1 Major breaking release. This release supports Multi-Record Transactions. Please note that this is a beta release and will be subject to breaking changes.