Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/golang/protobuf from 1.0.0 to 1.2.0 #4

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Sep 1, 2018

Bumps github.com/golang/protobuf from 1.0.0 to 1.2.0.

Release notes

Sourced from github.com/golang/protobuf's releases.

v1.2.0

Notable 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

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.
  • proto3 and unknown fields 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 the ExtensionDesc 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 the paths=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.
Commits
  • aa810b6 proto: fix handling of required fields after multiple violations (#679)
  • 20b6e0b Update issue templates
  • 89a0c16 README.md: remove usage of group in example (#673)
  • 7d1b268 jsonpb: avoid unexported fields in hand-crafted message (#671)
  • f5983d5 proto: make invalid UTF-8 errors non-fatal (#660)
  • 560bdb6 jsonpb: strictly document JSONPBMarshaler and JSONPBUnmarshaler behavior (#662)
  • 11bd559 proto: revert strict erroring of deterministic and custom marshalers (#658)
  • 93b26e6 protoc-gen-go: refactor generator by splitting up generateMessage (#657)
  • 427e165 proto: fix and cleanup test for deterministic marshal with custom marshalers ...
  • 14aad3d jsonpb: avoid copying string-valued map-keys (#654)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](golang/protobuf@v1.0.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 1, 2018
@dependabot-preview
Copy link
Author

Looks like github.com/golang/protobuf is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/dep/github.com/golang/protobuf-1.2.0 branch November 1, 2018 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant