v2.16.0
github-actions
released this
29 Nov 23:49
·
179 commits
to master
since this release
v2.16.0
- All API integers, which previously had been typed as
int64
, are now typed
*int64
so that serialization of actual0
values are not ignored when
omitempty tags are present for serialization.