From 97cde6e2628bf8c6f6df7bf0895d67be2fb29b98 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Thu, 28 Apr 2022 17:57:29 +0300 Subject: [PATCH] Release v0.20.0 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3b1b8..a92d3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This document outlines major changes between releases. +## [0.20.0] - 2022-04-29 + +### Fixed +- Get rid of data race on server shutdown (#145) +- Improved English in docs and comments (#153) +- Use `FilePath` to download zip (#150) + +### Added +- Support container name NNS resolving (#142) + +### Changed +- Updated docs (#133, #140) +- Increased default read/write timeouts (#154) +- Updated SDK (#137, #139) +- Updated go version to 1.17 (#143) +- Improved error messages (#144) + ## [0.19.0] - 2022-03-16 ### Fixed @@ -146,3 +163,4 @@ releases. [0.17.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.16.1...v0.17.0 [0.18.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.17.0...v0.18.0 [0.19.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.18.0...v0.19.0 +[0.20.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.19.0...v0.20.0