moul / protoc-gen-gotemplate

:open_file_folder: generic protocol generator based on golang's text/template (grpc/protobuf)
https://manfred.life/protoc-gen-gotemplate
MIT License
437 stars 70 forks source link

chore(deps): update module golang/protobuf to v1 - autoclosed #123

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
github.com/golang/protobuf require major v0.0.0-20161117033126-8ee79997227b -> v1.2.0@347cf4a source

Release Notes

golang/protobuf ### [`v1.2.0`](https://togithub.com/golang/protobuf/releases/v1.2.0) [Compare Source](https://togithub.com/golang/protobuf/compare/v1.1.0...v1.2.0) Notable changes: - [#​605](https://togithub.com/golang/protobuf/issues/605) `jsonpb.Unmarshal` correctly handles escaped strings for some of the well-known types - [#​627](https://togithub.com/golang/protobuf/issues/627) `jsonpb.Unmarshal` correctly returns an error when trying to marshal a scalar enum into repeated enums. - [#​630](https://togithub.com/golang/protobuf/issues/630) `jsonpb.Unmarshal` correctly handles string versions of numeric primitives - [#​644](https://togithub.com/golang/protobuf/issues/644) `jsonpb.Unmarshal` correctly handles enum values in maps - [#​624](https://togithub.com/golang/protobuf/issues/624) fixes a performance regression where nested maps led to quadratic behavior - [#​628](https://togithub.com/golang/protobuf/issues/628) reverts strict UTF-8 validation for proto2 string fields - [#​660](https://togithub.com/golang/protobuf/issues/660) makes UTF-8 validation errors for proto3 string fields non-fatal ### [`v1.1.0`](https://togithub.com/golang/protobuf/releases/v1.1.0) [Compare Source](https://togithub.com/golang/protobuf/compare/v1.0.0...v1.1.0) Notable changes: - The serialization logic (for both `Marshal` and `Unmarshal`) has been optimized. Testing inside Google demonstrate that the new implementation is about 1.3x to 2.1x faster. - [google/protobuf#​272](https://togithub.com/google/protobuf/issues/272) Unknown fields in proto3 are now preserved. - [#​472](https://togithub.com/golang/protobuf/issues/472) JSON marshal and unmarshal now check for proto2 required field. - [#​483](https://togithub.com/golang/protobuf/issues/483) `GetExtension` returns the raw bytes if the `ExtensionDesc` does not have type information. - [#​499](https://togithub.com/golang/protobuf/issues/499) Invalid UTF-8 in string types are rejected during marshal and unmarshal. - [#​511](https://togithub.com/golang/protobuf/issues/511) Fields of bad wire types are treated as unknown fields instead of an error. - [#​544](https://togithub.com/golang/protobuf/issues/544) The `protoc-gen-go` generator supports the `paths=source_relative` option. - [#​561](https://togithub.com/golang/protobuf/issues/561) Unknown fields in map entries are now ignored instead of causing an unmarshal error. - [#​583](https://togithub.com/golang/protobuf/issues/583) The "import public" feature is now implemented using Go type aliases.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.