This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
Releases: nspcc-dev/neofs-api-go
Releases · nspcc-dev/neofs-api-go
v2.14.0
Added
Fixed
Changed
Updated
v2.13.1
v2.13.0 - Yeonpyeongdo (연평도, 延坪島)
v2.12.2
v2.12.1
v2.12.0 - Heuksando (흑산도, 黑山島)
NeoFS API v2.12 support
Added
- Network magic field (
uint64
) tosession.RequestMetaHeader
(#367) - Constants for attributes related to object notifications (#372)
refs.SignatureScheme
enum and corresponding field tosession.Signature
message (#55)- New status codes in
container
,object
andsession
packages (#371) object.TypeLock
type enum value andobject.Lock
type of its content (#371)
Changed
- API of
signature
package (#55)
Deprecated
SessionToken
,SessionTokenBody
andSessionTokenContext
types fromsession
package
v2.11.1
v2.11.0 - Sinjido (신지도, 薪智島)
NeoFS API v2.11 support. High level packages are moved to neofs-sdk-go repository. Repository restructured as Go module version 2 and synced with neofs-api release version.
Fixed
- Protobuf recompile script handles path with special symbols correctly (#354)
make dep
command (#364)
Added
Changed
- neofs-api-go is now Go module version 2 (#201)
Removed
- All packages from
pkg
moved to neofs-sdk-go (#201)
v1.30.0 - Udo (우도, 牛島)
NeoFS API v2.10 support.
Fixed
- Potential NPE in NEO3Wallet related functions (#340)
- Incorrect return of reputation intermediate announcement (#342)
Added
- pkg/client callback to parse internal response information (#337)
- Service filter type in extended ACL from API v2.10 (#338)
- Enhanced network info structures from API v2.10 (#339)
- Well-known public-append basic ACL constant (#341)
- Native contract names support (#351)
Changed
- Updated grpc to v1.41.0 (#176)