Skip to content

Commit e1882ff

Browse files
authored
Rel/v0.50.1 (#3696)
2 parents 5301e7e + 61de0e1 commit e1882ff

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ Changelog for NeoFS Node
88
### Fixed
99

1010
### Changed
11-
- Session iterator expansion is enabled for internal SN RPC (#3695)
1211

1312
### Removed
1413

1514
### Updated
1615

17-
### Updating from v0.50.0
16+
### Updating from v0.50.1
17+
18+
## [0.50.1] - 2025-11-24
19+
20+
### Changed
21+
- Session iterator expansion is enabled for internal SN RPC (#3695)
22+
23+
### Fixed
24+
- Container and Balance contract updates for 7 Alphabet nodes networks (#3696)
1825

1926
## [0.50.0] - 2025-11-24 - Jawoldo
2027

@@ -2755,7 +2762,8 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
27552762

27562763
First public review release.
27572764

2758-
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.0...master
2765+
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.1...master
2766+
[0.50.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.50.0...v0.50.1
27592767
[0.50.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.49.1...v0.50.0
27602768
[0.49.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.49.0...v0.49.1
27612769
[0.49.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.48.3...v0.49.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.50.0
1+
0.50.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/nspcc-dev/locode-db v0.8.1
2222
github.com/nspcc-dev/neo-go v0.114.0
2323
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea
24-
github.com/nspcc-dev/neofs-contract v0.25.1
24+
github.com/nspcc-dev/neofs-contract v0.25.2-0.20251124164423-4fffaa262a8a
2525
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.16.0.20251118154818-9480da80f9ad
2626
github.com/nspcc-dev/tzhash v1.8.3
2727
github.com/panjf2000/ants/v2 v2.11.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251112080609-3c8e29c66609 h1:9j
197197
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20251112080609-3c8e29c66609/go.mod h1:X2spkE8hK/l08CYulOF19fpK5n3p2xO0L1GnJFIywQg=
198198
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea h1:mK0EMGLvunXcFyq7fBURS/CsN4MH+4nlYiqn6pTwWAU=
199199
github.com/nspcc-dev/neofs-api-go/v2 v2.14.1-0.20240827150555-5ce597aa14ea/go.mod h1:YzhD4EZmC9Z/PNyd7ysC7WXgIgURc9uCG1UWDeV027Y=
200-
github.com/nspcc-dev/neofs-contract v0.25.1 h1:GtblejX9SQoXd2sHoNem39PGeAgX5AUyZ8TmA2Dft0M=
201-
github.com/nspcc-dev/neofs-contract v0.25.1/go.mod h1:uqTaIPQCIouOyflW4aRQAyl4w88GhxYosJ74wvS4AEQ=
200+
github.com/nspcc-dev/neofs-contract v0.25.2-0.20251124164423-4fffaa262a8a h1:BNuNJsp7vLDourjsPio/aEfuEaKzrpjiPaaq0iHsFgY=
201+
github.com/nspcc-dev/neofs-contract v0.25.2-0.20251124164423-4fffaa262a8a/go.mod h1:uqTaIPQCIouOyflW4aRQAyl4w88GhxYosJ74wvS4AEQ=
202202
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.16.0.20251118154818-9480da80f9ad h1:hWJBAWUqGHqvtInPljzfGP2TIDdMA+jYMX5/DCCyJjA=
203203
github.com/nspcc-dev/neofs-sdk-go v1.0.0-rc.16.0.20251118154818-9480da80f9ad/go.mod h1:MbgvTuiYY3uG+iMqIcvojmNHfZcxGNz4U+EKNBKPHzE=
204204
github.com/nspcc-dev/rfc6979 v0.2.4 h1:NBgsdCjhLpEPJZqmC9rciMZDcSY297po2smeaRjw57k=

0 commit comments

Comments
 (0)