From 7a3ff717eb9c2b9c19e74a1822706845e2be0cb6 Mon Sep 17 00:00:00 2001 From: paduin Date: Thu, 30 Nov 2023 10:27:53 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7d16689..f8efe50e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +## [3.11.7] - 2023-11-30 +### Changed +- Fixed exeption logging in log statement +- Removed client.shutdown() call, this always throws an exception and the code ends up closing the transport directly. + ## [3.11.6] - 2023-10-24 ### Fixed - Switch to ExecutorService instead of the default `ForkJoinPool` for `MetastoreMappingImpl.isAvailable()` calls. Using `ForkJoinPool` may cause threads to wait on each other.