From 21b0af9d41e312afe540223bdd9020d6960c9b4e Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Tue, 2 Aug 2022 10:38:50 +0300 Subject: [PATCH] Release v0.23.0 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39f66c..1fd90fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ This document outlines major changes between releases. +## [0.23.0] - 2022-08-02 + +### Added +- New param to configure pool error threshold (#184) + +### Changed +- Pprof and prometheus metrics configuration (#171) +- Drop GO111MODULES from builds (#182) + +### Updating from v0.22.0 +1. To enable pprof use `pprof.enabled` instead of `pprof` in config. + To enable prometheus metrics use `prometheus.enabled` instead of `metrics` in config. + If you are using the command line flags you can skip this step. + ## [0.22.0] - 2022-07-25 ### Added @@ -190,3 +204,4 @@ releases. [0.20.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.19.0...v0.20.0 [0.21.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.20.0...v0.21.0 [0.22.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.21.0...v0.22.0 +[0.23.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.22.0...v0.23.0 diff --git a/VERSION b/VERSION index 4f27943..0c2a959 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.22.0 +v0.23.0