Skip to content
Merged
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
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@
## [Unreleased]

### Added
- Support for initial placement policy of containers (#381)

### Changed
- `key` and `sign` fields of `refs.Signature(RFC6979)` message now have a sane length limit (#384)

### Removed

### Deprecated

## [2.22.0] - 2026-03-25

### Added
- Support for initial placement policy of containers (#381)

### Changed
- `key` and `sign` fields of `refs.Signature(RFC6979)` message now have a sane length limit (#384)

### Deprecated
- Response verification header (#374)
- `copies_number` field of `object.PutRequest.Body.Init` message (#382)
Expand Down Expand Up @@ -615,4 +623,5 @@ Bump major release
[2.19.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.18.0...v2.19.0
[2.20.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.19.0...v2.20.0
[2.21.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.20.0...v2.21.0
[Unreleased]: https://github.com/nspcc-dev/neofs-api/compare/v2.21.0...master
[2.22.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.21.0...v2.22.0
[Unreleased]: https://github.com/nspcc-dev/neofs-api/compare/v2.22.0...master
Loading