Skip to content

Commit

Permalink
Update changelog for v0.14.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <[email protected]>
  • Loading branch information
alexvanin committed Jan 20, 2021
1 parent 0745267 commit 6eb0706
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
Changelog for NeoFS Node

## [0.14.2] - 2021-01-20

Testnet4 related bugfixes.

### Fixed
- Default values for blobovnicza object size limit and blobstor small object
size are not zero.
- Various storage engine log messages.
- Bug when inner ring node ignored bootstrap messages from restarted storage
nodes.

### Added
- Timeout for reading boltDB files at storage node initialization.

### Changed
- Increased default extra GAS fee for contract invocations at inner ring.

## [0.14.1] - 2021-01-15

### Fixed
Expand Down Expand Up @@ -149,6 +166,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application.

First public review release.

[0.14.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.1...v0.14.2
[0.14.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.2...v0.14.0
[0.13.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.13.1...v0.13.2
Expand Down
2 changes: 1 addition & 1 deletion config/testnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: "2.4"
services:
storage01:
image: nspccdev/neofs-storage-testnet:0.14.1
image: nspccdev/neofs-storage-testnet:0.14.2
container_name: neofs-testnet
network_mode: host
restart: always
Expand Down

0 comments on commit 6eb0706

Please sign in to comment.