Skip to content

Releases: nspcc-dev/neofs-api-go

v0.3.0

05 Feb 14:21
Compare
Choose a tag to compare

0.3.0 - 2020-02-05

Updated

  • proto files
  • dependencies
    • github.com/golang/protobuf v1.3.2 => v1.3.3
    • github.com/pkg/errors v0.8.1 => v0.9.1
    • github.com/prometheus/client_golang v1.2.1 => v1.4.0
    • github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 => v0.2.0
    • github.com/spf13/viper v1.6.1 => v1.6.2
    • google.golang.org/grpc v1.24.0 => v1.27.0

Changed

  • make object.GetRange to be server-side streaming RPC
  • GetRange response struct

Added

  • badges to readme

v0.2.14

04 Feb 10:55
Compare
Choose a tag to compare

0.2.14 - 2020-02-04

Fixed

  • Readme

Added

  • Filename header

Updated

  • Object.Search now uses streams

v0.2.13

04 Feb 10:54
Compare
Choose a tag to compare

0.2.13 - 2020-02-03

Fixed

  • Code format

Changed

  • Use separated proto repository
  • Rename neofs-proto to neofs-api

v0.2.12

27 Jan 12:55
Compare
Choose a tag to compare

0.2.12 - 2020-01-27

Fixed

  • Bug with ByteSize (0 bytes returns NaN)

v0.2.11

21 Jan 10:14
Compare
Choose a tag to compare

0.2.11 - 2020-01-21

Added

  • Raw flag in object head and get queries with docs

v0.2.10

17 Jan 12:10
Compare
Choose a tag to compare

0.2.10 - 2020-01-17

Changed

  • Private token constructor now takes public keys as an argument

v0.2.9

17 Jan 11:13
Compare
Choose a tag to compare

0.2.9 - 2020-01-17

Added

  • Docs for container ACL field
  • Public key header in the object with docs
  • Public key field in the session token with docs

Changed

  • Routine to verify correct object checks if integrity header is last and
    may use public key header if verification header is not present
  • Routine to verify correct session token checks if keys in the token
    associated with owner id
  • Updated neofs-crypto to v0.2.3

Removed

  • Timestamp in object tombstone header

v0.2.8

21 Dec 09:27
Compare
Choose a tag to compare

0.2.8 - 2019-12-21

Added

  • Container access control type definitions

Changed

  • Used sync.Pool for Sign/VerifyRequestHeader
  • VerifiableRequest.Marshal method replace with MarshalTo and Size

v0.2.7

17 Dec 15:06
Compare
Choose a tag to compare

0.2.7 - 2019-12-17

Fixed

  • Bug with DecodeMetrics (empty metrics returns)

v0.2.6

17 Dec 11:34
Compare
Choose a tag to compare

0.2.6 - 2019-12-17

Added

  • Request to dump node config