Skip to content

Releases: tendermint/go-amino

ProtoAmino 0.10.1 Release

15 Jun 19:30
2106ca6

Choose a tag to compare

ProtoAmino 0.10.0 Release

13 Jun 05:46
3029a19

Choose a tag to compare

Pre-release

0.10.0 (June 12, 2018)

BREAKING CHANGE:

  • 100% Proto3 compatibility for primitive types, repeated fields, and embedded structs/messages.
  • BigEndian -> LittleEndian
  • [u]int[64/32] is (signed) Varint by default, "fixed32" and "fixed64" to use 4 and 8 byte types.
  • Amino:JSON [u]int64 and ints are strings.
  • Enforce UTC timezone for JSON encoding of time.

ProtoAmino

10 Jun 22:13

Choose a tag to compare

ProtoAmino Pre-release
Pre-release

0.10.0-rc2 (June 10, 2018)

BREAKING CHANGE:

  • 100% Proto3 compatibility for primitive types, repeated fields, and embedded structs/messages.
  • BigEndian -> LittleEndian
  • [u]int[64/32] is (signed) Varint by default, "fixed32" and "fixed64" to use 4 and 8 byte types.
  • Amino:JSON [u]int64 and ints are strings.

0.10.0-rc1

02 Jun 08:23

Choose a tag to compare

0.10.0-rc1 Pre-release
Pre-release
fix all tests

ProtoAmino

02 Jun 06:44

Choose a tag to compare

ProtoAmino Pre-release
Pre-release

This is the first release candidate for 0.10, a release of Amino that is Proto3 compatible.

0.9.10: Merge pull request #151 from tendermint/jae/jsontypename

28 May 04:32
3c22a7a

Choose a tag to compare

BREAKING CHANGE:

  • Amino:JSON encoding of interfaces use the registered concrete type name, not the disfix bytes.

0.9.9: Merge pull request #144 from tendermint/jae/fixmarshalamino

01 May 18:29
ed62928

Choose a tag to compare

0.9.9 (May 1, 2018)

BUG FIXES:

  • MarshalAmino/UnmarshalAmino actually works (sorry!)

0.9.8-rc0

26 Apr 08:44

Choose a tag to compare

0.9.8-rc0 Pre-release
Pre-release

0.9.8 (April 26, 2018)

NEW FEATURES:

  • DeepCopy() copies any Amino object (with support for .DeepCopy() and
    .MarshalAmino/UnmarshalAmino().

0.9.8: Implement DeepCopy() and bump version (#142)

26 Apr 10:52
3668c02

Choose a tag to compare

0.9.8 (April 26, 2018)

NEW FEATURES:

  • DeepCopy() copies any Amino object (with support for .DeepCopy() and
    .MarshalAmino/UnmarshalAmino().

0.9.7

26 Apr 01:34
c7424fd

Choose a tag to compare