Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

v1.27.1

Compare
Choose a tag to compare
@carpawell carpawell released this 10 Jun 09:35
· 214 commits to master since this release

1.27.1 - 2021-06-10

Fixed

  • SDK version was updated (actualized) to 2.7.

Changed

  • pkg wrappers' ToV2 methods return nil if called on nil.
  • pkg wrappers' NewFromV2 functions constructs nil if called with nil argument.

Added

  • Getters and setters for lifetime fields of pkg/session.Token.
  • MarshalHeaderJSON method to pkg/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 and NewFromV2 functions.