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
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,28 @@ Changelog for NeoFS Node

### Added

### Fixed

### Changed

### Removed

### Updated

### Updating from v0.48.2

## [0.48.2] - 2025-08-08

### Fixed
- Tombstoned objects cannot be locked now (#3495)
- RPC client deadlock when GC cycle takes more than an epoch on some shard (#3507)

### Changed
- Tombstone objects are removed faster after expiration now (#3511)

### Removed

### Updated
- NeoFS SDK to RC14 version fixing object inaccessibility problem (#3510)

### Updating from v0.48.1

## [0.48.1] - 2025-07-31

### Fixed
Expand Down Expand Up @@ -2591,7 +2599,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.48.1...master
[Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.48.2...master
[0.48.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.48.1...v0.48.2
[0.48.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.48.0...v0.48.1
[0.48.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.47.1...v0.48.0
[0.47.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.47.0...v0.47.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.48.1
0.48.2
Loading