Skip to content

Commit ea6b99c

Browse files
authored
CHANGELOG: release v0.45.1 (#3211)
2 parents 4e74f0d + 8a219f8 commit ea6b99c

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGELOG.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Changelog for NeoFS Node
33

44
## [Unreleased]
55

6+
### Added
7+
8+
### Fixed
9+
10+
### Changed
11+
12+
### Removed
13+
14+
### Updated
15+
16+
### Updating from v0.45.1
17+
18+
## [0.45.1] - 2025-03-07
19+
620
### Added
721
- IR `fschain.consensus.p2p_notary_request_payload_pool_size` config option (#3195)
822
- IR `fschain.consensus.rpc.max_gas_invoke` config option (#3208)
@@ -25,12 +39,6 @@ Changelog for NeoFS Node
2539
- Metabase V3->4 migration routine processes up to 1000 objects per BoltDB transaction and keeps the progress (#3202)
2640
- Metabase V3->4 migration routine stops gracefully on OS signal (#3202)
2741

28-
### Removed
29-
30-
### Updated
31-
32-
### Updating from v0.45.0
33-
3442
## [0.45.0] - 2025-02-27 - Sapsido
3543

3644
Unleashing the true scaling potential of NeoFS this release is the first one
@@ -2279,7 +2287,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
22792287

22802288
First public review release.
22812289

2282-
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.45.0...master
2290+
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.45.1...master
2291+
[0.45.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.45.0...v0.45.1
22832292
[0.45.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.44.2...v0.45.0
22842293
[0.44.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.44.1...v0.44.2
22852294
[0.44.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.44.0...v0.44.1

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.45.0
1+
0.45.1

0 commit comments

Comments
 (0)