Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.42.1 #2870

Merged
merged 2 commits into from
Jun 13, 2024
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
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,28 @@ Changelog for NeoFS Node
### Added

### Fixed
- Unenforced IR `morph.consensus.p2p.peers.min` config default (#2856)
- Object parts do not expire (#2858)

### Changed

### Removed

### Updated
- NeoGo dependency to 0.106.2 (#2869)

### Updating from v0.42.0
### Updating from v0.42.1

## [0.42.1] - 2024-06-13

A tiny update that adds compatibility with the Neo N3 Domovoi hardfork.

### Added
- "morph mint-balance" command to neofs-adm (#2867)

### Fixed
- Unenforced IR `morph.consensus.p2p.peers.min` config default (#2856)
- Object parts do not expire (#2858)

### Updated
- NeoGo dependency to 0.106.2 (#2869)

## [0.42.0] - 2024-05-22 - Dokdo

Expand All @@ -25,7 +36,6 @@ while other changes are minor it's still an important update.

### Added
- "storage list" command to neofs-lens (#2852)
- "morph mint-balance" command to neofs-adm (#2867)

### Fixed
- GETRANGE request may fail in certain cases (#2849)
Expand Down Expand Up @@ -2032,7 +2042,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.42.0...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.42.1...master
[0.42.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.42.0...v0.42.1
[0.42.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.41.1...v0.42.0
[0.41.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.41.0...v0.41.1
[0.41.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.40.1...v0.41.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.42.0
0.42.1
Loading