Skip to content

Releases: nspcc-dev/neofs-api-go

v0.7.0

16 Apr 14:13
Compare
Choose a tag to compare

0.7.0 - 2020-04-16

Updated

  • NeoFS API v0.7.0

v0.6.2

16 Apr 08:54
Compare
Choose a tag to compare

0.6.2 - 2020-04-16

Updated

  • NeoFS API v0.6.1
  • Protobuf v1.4.0
  • Netmap v1.7.0
  • Prometheus Client v1.5.1
  • Testify v1.5.1
  • gRPC v1.28.1

Fixed

  • formatting
  • test coverage for Object.PutRequest.CID method

v0.6.1

10 Apr 06:55
Compare
Choose a tag to compare

0.6.1 - 2020-04-10

Changed

  • License changed to Apache 2.0

Fixed

  • NPE in PutRequest.CID()

v0.6.0

03 Apr 07:38
Compare
Choose a tag to compare

0.6.0 - 2020-04-03

Added

  • RequestType for object service requests
  • Type() function in Request interface

Changed

  • Synced proto files with neofs-api v0.6.0

v0.5.0

31 Mar 07:31
Compare
Choose a tag to compare

0.5.0 - 2020-03-31

Changed

  • Rename repo to neofs-api-go
  • Used public proto files

v0.4.2

16 Mar 16:00
Compare
Choose a tag to compare

0.4.2 - 2020-03-16

Fixed

  • NPE bug with CID method of object.PutRequest

v0.4.1

02 Mar 11:12
Compare
Choose a tag to compare

0.4.1 - 2020-03-02

Changed

  • Updated neofs-crypto library to v0.3.0

v0.4.0

18 Feb 09:06
Compare
Choose a tag to compare

0.4.0 - 2020-02-18

Added

  • Meta header for all gRPC responses. It contains epoch stamp and version number.

Changed

  • Endianness in accounting cheque. Now it uses little endian for cheaper
    decoding in neofs smart-contract.

v0.3.2

10 Feb 14:01
Compare
Choose a tag to compare

0.3.2 - 2020-02-10

Added

  • gRPC method DumpVars to State service
  • add method EncodeVariables to encode debug variables to JSON (slice of bytes)
  • increase test coverage for state package

Updated

  • state proto file
  • documentation for state service and messages

v0.3.1

07 Feb 14:29
Compare
Choose a tag to compare

0.3.1 - 2020-02-07

Fixed

  • bug with tz.Concat

Updated

  • dependencies:
    • github.com/nspcc-dev/tzhash v1.3.0 => v1.4.0
    • github.com/prometheus/client_golang v1.4.0 => v1.4.1
    • google.golang.org/grpc v1.27.0 => v1.27.1