[PR #43] [MERGED] Bump github.com/golang/protobuf from 1.3.1 to 1.3.2 #171

Closed
opened 2026-02-25 22:31:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/43
Author: @dependabot-preview[bot]
Created: 7/10/2019
Status: Merged
Merged: 10/25/2019
Merged by: @evenh

Base: masterHead: dependabot/go_modules/github.com/golang/protobuf-1.3.2


📝 Commits (1)

  • 200e3df Bump github.com/golang/protobuf from 1.3.1 to 1.3.2

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -0)

📄 Description

Bumps github.com/golang/protobuf from 1.3.1 to 1.3.2.

Release notes

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

v1.3.2

Notable changes:

  • #785: grpc code generation: add an UnimplementedServer type implementing each server interface, returning an unimplemented error for each method
  • #851: convert prints to os.Stderr to use log.Printf
  • #883: jsonpb: fix marshaling of Duration with negative nanoseconds
Commits
  • 6c65a55 jsonpb: fix marshaling of Duration
  • b285ee9 Log parsing errors using log pkg (#851)
  • e91709a fix indentation in jsonpb with Any messages
  • d3c38a4 protoc-gen-go/grpc: use status and code packages only if needed (#820)
  • b85cd75 protoc-gen-go/grpc: inline errUnimplemented function (#818)
  • 318d17d Add UnimplementedServer for server interface (#785)
  • See full diff 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @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). To ignore the version in this PR you can just close it
  • @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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/evenh/intercert/pull/43 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/10/2019 **Status:** ✅ Merged **Merged:** 10/25/2019 **Merged by:** [@evenh](https://github.com/evenh) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/golang/protobuf-1.3.2` --- ### 📝 Commits (1) - [`200e3df`](https://github.com/evenh/intercert/commit/200e3df8c9780b135780b8dc8ad2c5988149a0ee) Bump github.com/golang/protobuf from 1.3.1 to 1.3.2 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.1 to 1.3.2. <details> <summary>Release notes</summary> *Sourced from [github.com/golang/protobuf's releases](https://github.com/golang/protobuf/releases).* > ## v1.3.2 > Notable changes: > > * [#785](https://github-redirect.dependabot.com/golang/protobuf/issues/785): grpc code generation: add an UnimplementedServer type implementing each server interface, returning an unimplemented error for each method > * [#851](https://github-redirect.dependabot.com/golang/protobuf/issues/851): convert prints to `os.Stderr` to use `log.Printf` > * [#883](https://github-redirect.dependabot.com/golang/protobuf/issues/883): jsonpb: fix marshaling of Duration with negative nanoseconds </details> <details> <summary>Commits</summary> - [`6c65a55`](https://github.com/golang/protobuf/commit/6c65a5562fc06764971b7c5d05c76c75e84bdbf7) jsonpb: fix marshaling of Duration - [`b285ee9`](https://github.com/golang/protobuf/commit/b285ee9cfc6c881bb20c0d8dc73370ea9b9ec90f) Log parsing errors using log pkg ([#851](https://github-redirect.dependabot.com/golang/protobuf/issues/851)) - [`e91709a`](https://github.com/golang/protobuf/commit/e91709a02e0e8ff8b86b7aa913fdc9ae9498e825) fix indentation in jsonpb with Any messages - [`d3c38a4`](https://github.com/golang/protobuf/commit/d3c38a4eb4970272b87a425ae00ccc4548e2f9bb) protoc-gen-go/grpc: use status and code packages only if needed ([#820](https://github-redirect.dependabot.com/golang/protobuf/issues/820)) - [`b85cd75`](https://github.com/golang/protobuf/commit/b85cd75de734650db18a99a943fe351d41387800) protoc-gen-go/grpc: inline errUnimplemented function ([#818](https://github-redirect.dependabot.com/golang/protobuf/issues/818)) - [`318d17d`](https://github.com/golang/protobuf/commit/318d17de72747ed1c16502681db4b2bb709a92d0) Add UnimplementedServer for server interface ([#785](https://github-redirect.dependabot.com/golang/protobuf/issues/785)) - See full diff in [compare view](https://github.com/golang/protobuf/compare/v1.3.1...v1.3.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/golang/protobuf&package-manager=go_modules&previous-version=1.3.1&new-version=1.3.2)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/golang/protobuf&package-manager=go_modules&previous-version=1.3.1&new-version=1.3.2) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - 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. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:31:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/intercert#171
No description provided.