Skip to content

v1.27.0 Seongmodo (석모도, 席毛島)

Compare
Choose a tag to compare
@cthulhu-rider cthulhu-rider released this 03 Jun 14:01
· 289 commits to master since this release

1.27.0 - 2021-06-03 - Seongmodo (석모도, 席毛島)

Added

  • Message structures related to Container service sessions in v2 and pkg.
  • session.Token and Signature to pkg/container.Container and pkg/acl/eacl.Table.
  • Conn method of clients to get the underlying connection.
  • WithTLSConfig client option to specify TLS configuration.
  • WithNetworkURIAddress client option to specify URI of the remote server.
  • Generators of random container IDs, owner IDs and session tokens (for testing).

Replaced

  • pkg/token.SessionToken type to pkg/session package as Token. Old type is deprecated.
  • pkg/container.ID type to pkg/container/id package. Old type is deprecated.

Updated

  • NEO Go library to v0.95.1.