This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
v1.27.1
1.27.1 - 2021-06-10
Fixed
- SDK version was updated (actualized) to
2.7
.
Changed
pkg
wrappers'ToV2
methods returnnil
if called onnil
.pkg
wrappers'NewFromV2
functions constructsnil
if called withnil
argument.
Added
- Getters and setters for lifetime fields of
pkg/session.Token
. MarshalHeaderJSON
method topkg/object.Object
.- Generators for types from
pkg
(for testing). - Descriptions of default fields for
pkg
wrappers and unit tests for its constructors. - Unit tests for
ToV2
methods andNewFromV2
functions.