From dee397615ccc1534dbaf6e3c367d466d218e3251 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 14 Feb 2022 12:46:27 +0100 Subject: [PATCH] :paperclip: Update changelog file --- CHANGES.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6476caeb8..1c7ba2027 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,18 @@ ### :bug: Bugs fixed -- Fix issue on handling empty content on boolean shapes. +- Fix issue on handling empty content on boolean shapes +- Handle EOF errors on writting streamed response +- Handle EOF errors on websocket send/ping methods +- Disable parallel upload of file media on import (causes too much + contention on the rlimit subsistem that does not works as expected + on high load). + +### :sparkles: New features + +- Add health check endpoint on API +- Increase default max connection pool size to 60 +- Reduce resource usage of the error reporter. ## 1.11.1-beta