From aa2b540d76ac57011c15bd2f6e428a9b50ec8059 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Fri, 17 Dec 2021 01:03:05 +0100 Subject: [PATCH] NEWS for 4.11.0 --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2023fa7fe..d0d4cb304 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +## 4.11.0 2021-12-17 + +Features: + * [OKAPI-1054](https://issues.folio.org/browse/OKAPI-1054) WebClientFactory to avoid socket leaks (okapi-common) + +Fixes: + * [OKAPI-1051](https://issues.folio.org/browse/OKAPI-1051) log4j 2.16.0: replacing temporary fix by upstream fix (CVE-2021-45046) + * [OKAPI-1052](https://issues.folio.org/browse/OKAPI-1052) okapi-common uses only optional maven dependencies + +Other: + * [#1166](https://github.com/folio-org/okapi/pull/1166) Unused commons-lang3 removed + ## 4.10.0 2021-12-13 Fixes: