Releases: nspcc-dev/neofs-api-go
Releases · nspcc-dev/neofs-api-go
v1.20.1
v1.20.0 - Jindo (진도, 珍島)
1.20.0 - 2020-11-16 - Jindo (진도, 珍島)
Major API refactoring and simplification. From now on this library will have
backward compatibility and support of major versions of NeoFS-API by having
version specific files in vN
dirs and version independent SDK
structures and client in pkg
. This version supports NeoFS-API v2.0.X
Added
- cross-protocol
v2
message types - utility functions for message signing/verification
v2
/gRPC
back and forth conversions- primary SDK
Removed
- v0 and v1 NeoFS API is not supported anymore
v1.3.0
v1.2.0
1.2.0 - 2020-07-08
Added
- Extended ACL types.
- Getters and setters of
EACLTable
and its internal messages. - Wrappers over
EACLTable
and its internal messages. - Getters, setters and marshaling methods of wrappers.
Changed
- Mechanism for signing requests on the principle of Matryoshka.
Updated
- NeoFS API v1.1.0 => 1.2.0
v1.1.0
v1.0.0
v0.7.6
0.7.6 - 2020-05-19
Added
session.PublicSessionToken
function for session public key bytes receiving.- The implementation of
service.DataWithSignKeyAccumulator
methods onobject.IntegrityHeader
.
Changed
- The implementation of
AddSignKey
method onservice.signedSessionToken
structure. session.PrivateTOken
interface methods group.
Removed
OwnerKey
fromservice.SessionToken
signed payload.
Fixed
- Incorrect
object.HeadRequest.ReadSignedData
method implementation.