From 50cb0c40eb48faaee7f88e8602ea535064ba0374 Mon Sep 17 00:00:00 2001 From: Vladimir Smirnov Date: Thu, 8 Dec 2022 21:58:44 +0100 Subject: [PATCH] Update changelog for v0.16.0 --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c49e5fbb6..933bb9088 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,12 +17,13 @@ Changes CHANGELOG --------- -**0.16.0 (WIP)** +**0.16.0** - [Improvement] Deprecate and remove carbonzipper binary (thx to @msaf1980) - [Improvement] Remove deprecated carbonsearch support - [Improvement] Refactor HTTP client (used to talk to databases) to properly do keepAlive and respect specified amount of connections - [Improvement] HTTP client should now support mTLS checking - [Improvement] Listeners now support TLS (including mTLS) + - [Improvement] Update all vendored libraries to their latest stable version - [Code] fix various panics in tags and use copy tags to avoid mutating input (thx to @npazosmendez) - [Feature] Port `join` function from Avito carbonapi fork (https://github.com/el-yurchito/carbonapi/commit/bccdb90a90492314c18696eb4f064b818c5fff70 and https://github.com/el-yurchito/carbonapi/commit/47177771d60b7af0f5ac865634ecf3d1c3aa2802) - [Feature] Implement exp() function (thx to @carrieedwards)