Skip to content

Commit

Permalink
Update changelog for v2.7.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
  • Loading branch information
Leonard Lyubich authored and cthulhu-rider committed Jun 3, 2021
1 parent 52992d7 commit 030c59c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.7.0] - 2021-06-03 - Seongmodo (석모도, 席毛島)

Container service sessions.

### Added

#### Session

- `ContainerSessionContext` message.
- `ContainerSessionContext` value of `context` oneof to `SessionToken.Body` message.

#### Container

##### Get

- `session_token` field of type `session.SessionToken` to `GetResponse.Body` message.
- `signature` field of type `refs.Signature` to `GetResponse.Body` message.

##### GetExtendedACL

- `session_token` field of type `session.SessionToken` to `GetExtendedACLResponse.Body` message.

## [2.6.0] - 2021-05-07 - Daecheongdo (대청도, 大靑島)

### Added
Expand Down Expand Up @@ -351,3 +373,4 @@ Bump major release
[2.4.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.3.0...v2.4.0
[2.5.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.4.0...v2.5.0
[2.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.5.0...v2.6.0
[2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.0

0 comments on commit 030c59c

Please sign in to comment.