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

CHANGELOG: release 2.16.0 #296

Merged
merged 1 commit into from
Apr 23, 2024
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
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,36 @@

## [Unreleased]

### Added

### Changed

### Removed

### Deprecated

## [2.16.0] - 2024-04-23

### Added
- Numeric operands for object search queries (#265)
- Link object payload message (#263)
- Children sizes index to the link objects (#264)
- `LINK` split chain object type (#283)
- `BearerToken.issuer` field (#266)
- First child search filter (#295)

### Changed
- Split ID is deprecated, the first child part is used instead and is known to the other parts (#283)
- Object header is now limited to 16KB (#262)
- X-headers `__NEOFS__NETMAP_EPOCH` and `__NEOFS__NETMAP_LOOKUP_DEPTH` are ignored by servers now (#282)
- `Tombstone.expiration_epoch` field is ignored by servers now (#215)

### Removed
- Signature for Replicate request (#294)

### Deprecated
- Object attributes `__NEOFS__TICK_EPOCH` and `__NEOFS__TICK_TOPIC` (#279)
- X-headers `__NEOFS__NETMAP_EPOCH` and `__NEOFS__NETMAP_LOOKUP_DEPTH` (#282)
- `Tombstone.expiration_epoch` field in favor of corresponding object attribute (#215)
- `split_id` field in tombstones (#297)

## [2.15.0] - 2024-01-30

Expand Down Expand Up @@ -524,4 +535,5 @@ Bump major release
[2.13.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.0...v2.13.1
[2.14.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.13.1...v2.14.0
[2.15.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.14.0...v2.15.0
[Unreleased]: https://github.com/nspcc-dev/neofs-api/compare/v2.15.0...master
[2.16.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.15.0...v2.16.0
[Unreleased]: https://github.com/nspcc-dev/neofs-api/compare/v2.16.0...master
Loading