2020-04-02 11:21:07 +00:00
|
|
|
# Changelog
|
|
|
|
|
2021-08-26 13:40:34 +00:00
|
|
|
## [2.9.1] - 2021-08-26
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- String presentation of object type enum.
|
|
|
|
|
2021-08-16 14:45:23 +00:00
|
|
|
## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島)
|
|
|
|
|
|
|
|
Support "common prefix" attribute match operation to simplify filesystem
|
|
|
|
directory tree-like structures implementation in NeoFS protocol gateways.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- `COMMON_PREFIX` object attribute match type.
|
|
|
|
- Storage node's attribute escape symbol description.
|
|
|
|
|
2021-06-25 16:00:37 +00:00
|
|
|
## [2.8.0] - 2021-06-25 - Muuido (무의도, 舞衣島)
|
|
|
|
|
|
|
|
Storage nodes with a group of network endpoints.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `address` field of `netmap.NodeInfo` message became `repeated`.
|
|
|
|
|
2021-06-03 12:52:56 +00:00
|
|
|
## [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.
|
|
|
|
|
2021-05-07 09:10:31 +00:00
|
|
|
## [2.6.0] - 2021-05-07 - Daecheongdo (대청도, 大靑島)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Reputation package with reputation service and corresponding type definitions.
|
|
|
|
|
2021-03-19 12:46:17 +00:00
|
|
|
## [2.5.0] - 2021-03-19 - Jebudo (제부도, 濟扶島)
|
|
|
|
|
|
|
|
This release contains changes and fixes for NEO3 testnet launch.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Well-known object attribute `Content-Type`.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Namespace for C# has been changed to `Neo.FileStorage.API`.
|
|
|
|
|
2021-02-26 07:53:47 +00:00
|
|
|
## [2.4.0] - 2021-02-26 - Ganghwado (강화도, 江華島)
|
|
|
|
|
|
|
|
This release provides new RPC method to fetch network info from storage node.
|
|
|
|
By getting current epoch value, application might set up correct expiration
|
|
|
|
values in the objects.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `netmap.NetworkInfo` request for getting node's network view.
|
|
|
|
- Release instructions.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Clarified processing of empty search query in `object.Search` RPC.
|
|
|
|
- Specified connection of tombstone expiration value with well-known
|
|
|
|
`__NEOFS__EXPIRATION_EPOCH` object attribute.
|
|
|
|
|
2021-02-11 13:13:07 +00:00
|
|
|
## [2.3.0] - 2021-02-11 - Seonyudo (선유도, 仙遊島)
|
|
|
|
|
|
|
|
This release brings support for nodes to exchange information about disk space
|
|
|
|
used by each Container. This information will be used by Inner Ring nodes to
|
|
|
|
calculate basic rewards and payments.
|
|
|
|
|
|
|
|
Another significant change is UN/LOCODE support for node's attributes describing
|
|
|
|
geographical location. From now on, most of the geographical attributes will be
|
|
|
|
calculated automatically from a single `UN-LOCODE` attribute in a deterministic
|
|
|
|
manner.
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Added `container.AnnounceUsedSpace` request for announcing disk space consumed
|
|
|
|
by container's objects on the node
|
|
|
|
- Added `Continent` well-known node's attribute
|
|
|
|
- Added `SubDivCode` well-known node's attribute
|
|
|
|
- Added `Location` well-known node's attribute
|
|
|
|
- Added `CounrtyCode` well-known node's attribute
|
|
|
|
- Added `STRING_NOT_EQUAL` match type
|
|
|
|
- Added `NOT_PRESENT` match type
|
|
|
|
- Added JSON names for search request filter fields
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `Locode` well-known node's attribute renamed to `UN-LOCODE`. It will be used
|
|
|
|
as a base for calculating most of the node's geographical attributes.
|
|
|
|
- `Region` well-known node's attribute renamed to `SubDiv`
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- Removed `City` well-known node's attribute
|
|
|
|
- Removed `Region` well-known node's attribute
|
|
|
|
|
2021-01-15 12:01:13 +00:00
|
|
|
## [2.2.1] - 2021-01-15
|
|
|
|
|
|
|
|
Define "well-known" X-headers
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
|
|
|
- Description of the format of "well-known" X-headers that affect system
|
|
|
|
behavior
|
2021-01-15 12:01:13 +00:00
|
|
|
- X-header key to netmap epoch value
|
|
|
|
- X-header key to netmap lookup depth value
|
|
|
|
|
2020-12-30 07:22:32 +00:00
|
|
|
## [2.2.0] - 2020-12-30 - Yeouido (여의도, 汝矣島)
|
2020-12-25 12:29:16 +00:00
|
|
|
|
|
|
|
Storage Groups based Data Audit updates
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-25 12:29:16 +00:00
|
|
|
- `audit.DataAuditResult` message for recording audit result is added
|
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-25 12:29:16 +00:00
|
|
|
- `object.ShortHeader` now has `payload_hash` and `homomorphic_hash` fields
|
|
|
|
|
2020-12-17 07:28:02 +00:00
|
|
|
## [2.1.1] - 2020-12-17
|
|
|
|
|
|
|
|
Minor documentation fixes
|
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-17 07:28:02 +00:00
|
|
|
- Clarify JSON encoding for `ObjectID`, `ContainerID` and `OwnerID`
|
|
|
|
- Clarify object field usage in some requests' eACL filters
|
|
|
|
|
2020-12-11 11:09:43 +00:00
|
|
|
## [2.1.0] - 2020-12-11 - Modo (모도, 茅島)
|
2020-12-10 16:02:28 +00:00
|
|
|
|
|
|
|
Object split and deletion improvements, documentation clarifications.
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-10 16:02:28 +00:00
|
|
|
- `$Object:objectID` added to the list of available ACL and Search filters
|
|
|
|
- `split_id` field added in `object.Object.header`
|
|
|
|
- `$Object:split.splitID` search filter added
|
|
|
|
- json_name notation added to `acl.EACLTable.Version` field
|
|
|
|
- Adding `tombstone` field with newly created tombstone address field to
|
|
|
|
`object.DeleteResponse.Body`
|
|
|
|
- `tombstone` package added
|
|
|
|
- Tombstone payload definition added as `tombstone.Tombstone` message
|
|
|
|
- `SplitInfo` message added to `object` package
|
|
|
|
- `split_info` field added to `object.GetResponse.Body`
|
|
|
|
- `split_info` field added to `object.HeadResponse.Body`
|
|
|
|
- `split_info` field added to `object.GetRangeResponse.Body`
|
|
|
|
- `raw` flag added in `object.GetRangeRequest.Body`
|
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-10 16:02:28 +00:00
|
|
|
- Clarified special search index descriptions
|
|
|
|
- Clarified various types encoding formats descriptions
|
|
|
|
|
|
|
|
### Removed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-12-10 16:02:28 +00:00
|
|
|
- `$Object:CHILDFREE` filter description removed from well-known list
|
|
|
|
- `$Object:LEAF` filter description removed from well-known list
|
|
|
|
|
2020-10-27 07:44:06 +00:00
|
|
|
## [2.0.2] - 2020-10-27
|
|
|
|
|
|
|
|
More "well-known" application attributes and documentation updates.
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-10-27 07:44:06 +00:00
|
|
|
- Added "well-known" attributes list for extended ACL and object search filters
|
|
|
|
- Added `Name`, `Timestamp` "well-known" application attributes for container
|
2021-02-11 13:13:07 +00:00
|
|
|
- Added `Name`, `FileName`, `Timestamp` "well-known" application attributes for
|
|
|
|
object
|
2020-10-27 07:44:06 +00:00
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-10-27 07:44:06 +00:00
|
|
|
- `BearerToken.owner_id` field description changed
|
|
|
|
- `Subnet` container attribute now has `__NEOFS__` prefix
|
|
|
|
- Search and ACL filters now have `key` and `value` fields
|
|
|
|
|
2020-10-19 14:16:23 +00:00
|
|
|
## [2.0.1] - 2020-10-19
|
|
|
|
|
|
|
|
Documentation updates and JSON field names definition
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-10-19 14:16:23 +00:00
|
|
|
- Added "well-known" attributes list for `netmap.NodeInfo`
|
|
|
|
- Added "well-known" attributes list for objects
|
|
|
|
- Added "well-known" attributes list for containers
|
|
|
|
- JSON field names defined for most of data structures
|
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-10-19 14:16:23 +00:00
|
|
|
- Documentation updated for all packages fixing typos and minor inaccuracies
|
|
|
|
- `acl.EACLRecord.Target.key_list` field renamed to `keys` for consistency
|
|
|
|
|
|
|
|
### Removed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-10-19 14:16:23 +00:00
|
|
|
- Human-written documentation will now be only in [NeoFS
|
|
|
|
Specification](https://github.com/nspcc-dev/neofs-spec)
|
|
|
|
|
2020-09-07 15:39:05 +00:00
|
|
|
## [2.0.0] - 2020-09-07 - Jindo (진도, 珍島)
|
2020-09-04 06:28:14 +00:00
|
|
|
|
|
|
|
Major API refactoring and simplification.
|
|
|
|
|
|
|
|
### Added
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-09-04 06:28:14 +00:00
|
|
|
- `neo.fs.v2` prefix added to all package names
|
|
|
|
- `container.Attributes` field added
|
|
|
|
- `refs.ContainerID` added as a separate type
|
|
|
|
- `refs.OwnerID` added as a separate type
|
|
|
|
- Object Search query language defined in `object.SearchRequest.Body.filter`
|
|
|
|
- `netmap` package added
|
|
|
|
- `refs.Signature` defined as a separate type
|
|
|
|
- `session.SessionToken` now has context information for each service
|
|
|
|
- `refs.Version` defined as a separate type
|
|
|
|
- `refs.Version` field added to all messages stored in SmartContracts
|
|
|
|
- `refs.Checksum` defined as a separate type
|
2021-02-11 13:13:07 +00:00
|
|
|
- `netmap.LocalNodeInfo` request added to get actual information from connected
|
|
|
|
peer
|
2020-09-04 06:28:14 +00:00
|
|
|
|
|
|
|
### Changed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-09-04 06:28:14 +00:00
|
|
|
- Extended ACL Table format changed
|
|
|
|
- Protobuf definitions style changed to follow Google Style Guide
|
|
|
|
- `System` and `Extended` Object headers are merged into on `object.Header` type
|
|
|
|
- `object.UserHeader` renamed to `object.Header.Attribute`
|
2021-02-11 13:13:07 +00:00
|
|
|
- `refs.ObjectID` is now a hash of the `object.Header` field, which contains
|
|
|
|
hash of payload
|
2020-09-04 06:28:14 +00:00
|
|
|
- `StorageGroup` information moved to Object's payload
|
2021-02-11 13:13:07 +00:00
|
|
|
- `netmap.NodeInfo.options` renamed to `netmap.NodeInfo.attributes` and it uses
|
|
|
|
a separate `netmap.NodeInfo.Attribute` type now.
|
2020-09-04 06:28:14 +00:00
|
|
|
- `netmap.NodeInfo.Attribute` type now has a list of parents to construct a tree
|
|
|
|
- Session Token renamed to `session.SessionToken` from `session.Token`
|
|
|
|
- All Requests and Responses now have a common "body-meta-verify" structure
|
|
|
|
- Meta and Verification headers now follow Matryoshka-style composition
|
|
|
|
- SessionToken and BearerToken are now part of Meta header
|
|
|
|
- Object placement policy format is simplified and defined in `netmap` package
|
2021-02-11 13:13:07 +00:00
|
|
|
- `object.Head()` request now returns either short header or full header with a
|
|
|
|
signature
|
2020-09-04 06:28:14 +00:00
|
|
|
|
|
|
|
### Removed
|
2021-02-11 13:13:07 +00:00
|
|
|
|
2020-09-04 06:28:14 +00:00
|
|
|
- gogoproto is not used anymore
|
|
|
|
- `decimal` package merged into `accounting` package
|
|
|
|
- `query` package merged into `object` package
|
|
|
|
- `storagegroup` package merged into `object` package
|
|
|
|
- `bootstrap` package merged into `netmap` package
|
|
|
|
- `state` package removed
|
|
|
|
- `service` package removed. Merged with `session` package
|
|
|
|
- `state` package removed. It will be implementation specific part of neofs-node
|
|
|
|
- `SpreadMap` functionality removed from `netmap` package
|
|
|
|
- Unixtime support removed from creation timestamps, leaving only Epoch number
|
|
|
|
- `Link` type removed from Object headers
|
|
|
|
- `Redirect` type support removed from Object headers
|
|
|
|
- Withdrawal and Account Lock functionality removed from `accounting` service
|
|
|
|
- Deposit functionality removed from `accounting` service
|
|
|
|
- Settlement functionality removed from `accounting` service
|
|
|
|
|
2020-07-08 07:46:02 +00:00
|
|
|
## [1.2.0] - 2020-07-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2021-02-11 13:13:07 +00:00
|
|
|
- ```acl.EACLRecord```, ```acl.EACLTable``` messages for the table of extended
|
|
|
|
ACL rules.
|
2020-07-08 07:46:02 +00:00
|
|
|
|
2020-06-18 10:44:29 +00:00
|
|
|
## [1.1.0] - 2020-06-18
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Extended ACL support in container service.
|
|
|
|
- Bearer token support in the object service requests.
|
|
|
|
- Extended headers for the requests in `service.RequestMetaHeader`
|
|
|
|
|
2020-05-26 09:36:55 +00:00
|
|
|
## [1.0.0] - 2020-05-16
|
|
|
|
|
|
|
|
Bump major release
|
|
|
|
|
2020-05-15 12:53:21 +00:00
|
|
|
## [0.7.5] - 2020-05-15
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `OwnerKey` bytes field to `service.Token.TokenInfo` message.
|
|
|
|
|
|
|
|
|
2020-05-08 07:32:35 +00:00
|
|
|
## [0.7.4] - 2020-05-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `service.TokenLifetime` message.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `service.Token` structure.
|
|
|
|
- `session.Session.Create` RPC signature.
|
|
|
|
- `session.CreateRequest` structure.
|
|
|
|
- `session.CreateResponse` structure.
|
|
|
|
|
2020-04-28 13:25:36 +00:00
|
|
|
## [0.7.3] - 2020-04-28
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `CreationPoint` disabled stringer method.
|
|
|
|
|
2020-04-28 09:36:09 +00:00
|
|
|
## [0.7.2] - 2020-04-28
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `Raw` boolean field to `service.RequestMetaHeader`.
|
|
|
|
- `Token` message field to `service.RequestVerificationHeader`.
|
|
|
|
|
|
|
|
### Replaced
|
|
|
|
|
|
|
|
- `Token` message from `session` to `service` package.
|
|
|
|
- `Signature` message with `Sign` one in `service` package.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- `Token` message structure.
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- `Raw` field from `object.GetRequest` and `object.HeadRequest` messages.
|
2021-02-11 13:13:07 +00:00
|
|
|
- `Token` field from `object.PutRequest.PutHeader` and `object.DeleteRequest`
|
|
|
|
messages.
|
2020-04-28 09:36:09 +00:00
|
|
|
- `VerificationHeader` message.
|
|
|
|
|
2020-04-20 10:41:59 +00:00
|
|
|
## [0.7.1] - 2020-04-20
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Method to change current node state. (`state.ChangeState`)
|
|
|
|
|
2020-04-16 13:57:58 +00:00
|
|
|
## [0.7.0] - 2020-04-16
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2020-04-20 10:41:59 +00:00
|
|
|
- A numerical field CopiesNumber into `object.PutRequest.PutHeader` message.
|
2020-04-16 13:57:58 +00:00
|
|
|
|
2020-04-15 11:37:31 +00:00
|
|
|
## [0.6.1] - 2020-04-15
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- State field into Bootstrap request.
|
|
|
|
- Request.State enum: Unknown, Online, Offline.
|
|
|
|
|
2020-04-02 11:21:07 +00:00
|
|
|
## [0.6.0] - 2020-04-02
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- ACL package with enum of ACL targets.
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Use `BasicACL` field in container structure and `container.Put` request.
|
|
|
|
|
|
|
|
## [0.5.0] - 2020-04-01
|
|
|
|
|
|
|
|
- Initial release
|
|
|
|
|
|
|
|
[0.5.0]: https://github.com/nspcc-dev/neofs-api/releases/tag/v0.5.0
|
2020-04-15 11:37:31 +00:00
|
|
|
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
|
|
|
|
[0.6.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.0...v0.6.1
|
2020-04-16 13:57:58 +00:00
|
|
|
[0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0
|
2020-04-20 10:41:59 +00:00
|
|
|
[0.7.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.0...v0.7.1
|
2020-04-28 13:25:36 +00:00
|
|
|
[0.7.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.1...v0.7.2
|
2020-05-08 07:32:35 +00:00
|
|
|
[0.7.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.2...v0.7.3
|
2020-05-15 12:53:21 +00:00
|
|
|
[0.7.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.3...v0.7.4
|
2020-05-26 09:36:55 +00:00
|
|
|
[0.7.5]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.4...v0.7.5
|
2020-06-18 10:44:29 +00:00
|
|
|
[1.0.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.5...v1.0.0
|
|
|
|
[1.1.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.0.0...v1.1.0
|
2020-07-08 07:46:02 +00:00
|
|
|
[1.2.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.1.0...v1.2.0
|
2020-09-04 06:28:14 +00:00
|
|
|
[2.0.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.2.0...v2.0.0
|
2020-10-19 14:16:23 +00:00
|
|
|
[2.0.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.0.0...v2.0.1
|
2020-10-27 07:44:06 +00:00
|
|
|
[2.0.2]: https://github.com/nspcc-dev/neofs-api/compare/v2.0.1...v2.0.2
|
2020-12-10 16:02:28 +00:00
|
|
|
[2.1.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.0.2...v2.1.0
|
2020-12-25 12:29:16 +00:00
|
|
|
[2.1.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.1.0...v2.1.1
|
|
|
|
[2.2.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.1.1...v2.2.0
|
2021-01-15 12:01:13 +00:00
|
|
|
[2.2.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.2.0...v2.2.1
|
2021-02-11 13:13:07 +00:00
|
|
|
[2.3.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.2.1...v2.3.0
|
2021-02-26 07:53:47 +00:00
|
|
|
[2.4.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.3.0...v2.4.0
|
2021-03-19 12:46:17 +00:00
|
|
|
[2.5.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.4.0...v2.5.0
|
2021-05-07 09:10:31 +00:00
|
|
|
[2.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.5.0...v2.6.0
|
2021-06-03 12:52:56 +00:00
|
|
|
[2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.0
|
2021-06-25 16:00:37 +00:00
|
|
|
[2.8.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.7.0...v2.8.0
|
2021-08-16 14:45:23 +00:00
|
|
|
[2.9.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.8.0...v2.9.0
|
2021-08-26 13:40:34 +00:00
|
|
|
[2.9.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.9.0...v2.9.1
|