v0.4.0
Pre-release
Pre-release
·
28 commits
to develop
since this release
🚢 v0.4.0 - 2021-06-09
Changed
- [HERO-2735] conforms types to canonical proto3 JSON encoding.
- In changing our JSON marshaller to jsonpb, int64 based numbers are now conformed to type string. For the canonical reference around protobuf types to JSON.
Refer: https://developers.google.com/protocol-buffers/docs/proto3#json
- In changing our JSON marshaller to jsonpb, int64 based numbers are now conformed to type string. For the canonical reference around protobuf types to JSON.