Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Changelog for NeoFS Node

## [Unreleased]

### Added

### Fixed

### Changed

### Removed

### Updated

### Updating from v0.51.1

## [0.51.1] - 2026-02-18

### Added
- `neofs-cli container policy check` command (#3790)
- `neofs-adm mainchain update` command (#3799, #3811)
Expand All @@ -21,14 +35,10 @@ Changelog for NeoFS Node
- SN retries notary requests if `insufficient amount of gas` error appears (#3739)
- Speed up metabase resync by using batch operations (#3804)

### Removed

### Updated
- NeoGo dependency to 0.117.0 (#3829)
- neofs-contracts to 0.26.1 (#3832)

### Updating from v0.51.0

## [0.51.0] - 2026-02-04 - Chudo

A number of important protocol updates are delivered with this release including
Expand Down Expand Up @@ -2869,7 +2879,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.51.0...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.51.1...master
[0.51.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.51.0...v0.51.1
[0.51.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.2...v0.51.0
[0.50.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.1...v0.50.2
[0.50.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.0...v0.50.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.0
0.51.1
Loading