From 58d90eec7db5c1abd4bd359725f76dc97bd003a2 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 11 Jan 2022 14:24:08 +0300 Subject: [PATCH] Release v0.27.4 Signed-off-by: Alex Vanin --- CHANGELOG.md | 26 +++++++++++++++++++++++++- config/testnet/docker-compose.yml | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bca5600e..53d8c79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ Changelog for NeoFS Node ## [Unreleased] +## [0.27.4] - 2022-01-13 + +### Fixed +- ACL check did not produce status code (#1062) +- Asset transfer wrapper used incorrect receiver (#1069) +- Empty search response missed meta header and body (#1063) +- IR node in single chain environment used incorrect source of IR list (#1025) +- Incorrect message sequence in object.Range request (#1077) + +### Added +- Option to disable compression of object based on their content-type attribute + (#1060) + +### Changed +- Factor out autocomplete command in CLI and Adm (#1041) +- Single crypto rand source (#851) + +### Upgrading from v0.27.3 +To disable compression for object with specific content-types, specify them +as a string array in blobstor section: +`NEOFS_STORAGE_SHARD_N_BLOBSTOR_COMPRESSION_EXCLUDE_CONTENT_TYPES`. Use +asterisk as wildcard, e.g. `video/*`. + ## [0.27.3] - 2021-12-30 ### Added @@ -851,7 +874,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application. First public review release. -[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...master +[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.4...master +[0.27.4]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.3...v0.27.4 [0.27.3]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.2...v0.27.3 [0.27.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.1...v0.27.2 [0.27.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...v0.27.1 diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml index ca2b7c0a..e6e04ec6 100644 --- a/config/testnet/docker-compose.yml +++ b/config/testnet/docker-compose.yml @@ -3,7 +3,7 @@ version: "2.4" services: storage01: - image: nspccdev/neofs-storage-testnet:0.27.3 + image: nspccdev/neofs-storage-testnet:0.27.4 container_name: neofs-testnet env_file: node_config.env network_mode: host