Skip to content

Commit

Permalink
Merge pull request #296 from nspcc-dev/rel-2.16.0
Browse files Browse the repository at this point in the history
CHANGELOG: release 2.16.0
  • Loading branch information
roman-khimov committed Apr 23, 2024
2 parents d42e6a0 + 72b20d1 commit 62e4ae0
Showing 1 changed file with 15 additions and 3 deletions.
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

0 comments on commit 62e4ae0

Please sign in to comment.