All Versions
17
Latest Version
Avg Release Cycle
65 days
Latest Release
1510 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.3 Changes
January 29, 2020Notable changes:
- #1025 grpc: accept interface in NewClient functions
-
v1.3.2 Changes
July 09, 2019 -
v1.3.1 Changes
March 14, 2019Notable change:
- The set of dependencies specified in
go.mod
has now been reduced to only the standard library.
- The set of dependencies specified in
-
v1.3.0 Changes
February 26, 2019Notable changes:
- #699: add a go.mod module file
- ๐ฆ #701: stop generating package "// import" comment
- ๐ #741: deprecate {Unm,M}arshalMessageSet{JSON}
- #760: different internal implementation of oneofs
.pb.go
files generated by[email protected]
will require the[email protected]
package to work
- various minor changes to code generation
-
v1.2.0 Changes
August 20, 2018Notable changes:
- #605
jsonpb.Unmarshal
correctly handles escaped strings for some of the well-known types - #627
jsonpb.Unmarshal
correctly returns an error when trying to marshal a scalar enum into repeated enums. - #630
jsonpb.Unmarshal
correctly handles string versions of numeric primitives - #644
jsonpb.Unmarshal
correctly handles enum values in maps - ๐ #624 fixes a performance regression where nested maps led to quadratic behavior
- โช #628 reverts strict UTF-8 validation for proto2 string fields
- #660 makes UTF-8 validation errors for proto3 string fields non-fatal
- #605
-
v1.1.0 Changes
April 30, 2018Notable changes:
- โก๏ธ The serialization logic (for both
Marshal
andUnmarshal
) has been optimized. Testing inside Google demonstrate that the new implementation is about 1.3x to 2.1x faster. - protocolbuffers/protobuf#272 Unknown fields in proto3 are now preserved.
- #472 JSON marshal and unmarshal now check for proto2 required field.
- #483
GetExtension
returns the raw bytes if theExtensionDesc
does not have type information. - #499 Invalid UTF-8 in string types are rejected during marshal and unmarshal.
- #511 Fields of bad wire types are treated as unknown fields instead of an error.
- ๐ #544 The
protoc-gen-go
generator supports thepaths=source_relative
option. - #561 Unknown fields in map entries are now ignored instead of causing an unmarshal error.
- #583 The "import public" feature is now implemented using Go type aliases.
- โก๏ธ The serialization logic (for both
-
v1.0.0
April 30, 2018