[PR #261] Bump github.com/golang/protobuf from 1.3.2 to 1.5.3 #261

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

📋 Pull Request Information

Original PR: https://github.com/evenh/intercert/pull/261
Author: @dependabot[bot]
Created: 12/8/2023
Status: 🔄 Open

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


📝 Commits (1)

  • 5f6b267 Bump github.com/golang/protobuf from 1.3.2 to 1.5.3

📊 Changes

2 files changed (+11 additions, -31 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+10 -30)

📄 Description

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

Release notes

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

v1.5.3

Notable changes

*( #1363) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal

v1.5.2

Notable changes:

  • (#1306) all: deprecate the module
  • (#1300) jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler

v1.5.1

Notable changes:

v1.5.0

Overview

This marks the ptypes package as deprecated and upgrades the dependency on google.golang.org/protobuf to a pre-release version of v1.26.0. A subsequent patch release will update the dependency to v1.26.0 proper.

Notable changes

  • (#1217) ptypes: deprecate the package
  • (#1214) rely on protodesc.ToFileDescriptorProto

v1.4.3

Notable changes:

  • (#1221) jsonpb: Fix marshaling of Duration
  • (#1210) proto: convert integer to rune before converting to string

v1.4.2

Notable changes:

  • (#1131) all: upgrade to google.golang.org/protobuf@v1.23.0
  • (#1125) jsonpb: fix a confusing error message
  • (#1129) proto: make InternalMessageInfo functional

v1.4.1

Notable changes:

  • (#1114) all: upgrade to google.golang.org/protobuf@v1.22.0
  • (#1113) protoc-gen-go/grpc: make identical to v1.3.5

v1.4.0

... (truncated)

Commits
  • 5d5e8c0 Merge pull request #1363 from neild/jsonnull
  • 37828f9 jsonpb: accept 'null' as a valid representation of NullValue in unmarshal
  • ae97035 all: deprecate the module (#1306)
  • af94003 jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler (#...
  • a36a1a1 all: depend on google.golang.org/protobuf@v1.26.0 (#1293)
  • f746d3b all: depend on google.golang.org/protobuf@v1.26.0-rc.1 (#1292)
  • 78b1f09 Switch from Travis-CI to GitHub actions (#1286)
  • acacf81 all: rely on protodesc.ToFileDescriptorProto (#1214)
  • eccd77d ptypes: deprecate the package (#1217)
  • 4846b58 jsonpb: Fix marshaling of Duration (#1221)
  • 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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

🔄 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/261 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/8/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/golang/protobuf-1.5.3` --- ### 📝 Commits (1) - [`5f6b267`](https://github.com/evenh/intercert/commit/5f6b267dd9c56f0353badc6b272b8c61b7103fce) Bump github.com/golang/protobuf from 1.3.2 to 1.5.3 ### 📊 Changes **2 files changed** (+11 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+10 -30) </details> ### 📄 Description Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.2 to 1.5.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/protobuf/releases">github.com/golang/protobuf's releases</a>.</em></p> <blockquote> <h2>v1.5.3</h2> <p>Notable changes</p> <p>*( <a href="https://redirect.github.com/golang/protobuf/issues/1363">#1363</a>) jsonpb: accept 'null' as a valid representation of NullValue in unmarshal</p> <h2>v1.5.2</h2> <p>Notable changes:</p> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1306">#1306</a>) all: deprecate the module</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1300">#1300</a>) jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler</li> </ul> <h2>v1.5.1</h2> <p>Notable changes:</p> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1293">#1293</a>) all: depend on <a href="https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.26.0">google.golang.org/protobuf@v1.26.0</a></li> </ul> <h2>v1.5.0</h2> <ul> <li><a href="https://github.com/golang/protobuf/blob/HEAD/#v1.5-overview">Overview</a></li> <li><a href="https://github.com/golang/protobuf/blob/HEAD/#v1.5-notable-changes">Notable changes</a></li> </ul> <h1>Overview <!-- raw HTML omitted --><!-- raw HTML omitted --></h1> <p>This marks the <a href="https://pkg.go.dev/github.com/golang/protobuf/ptypes"><code>ptypes</code></a> package as deprecated and upgrades the dependency on <code>google.golang.org/protobuf</code> to a pre-release version of v1.26.0. A subsequent patch release will update the dependency to <a href="https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.26.0">v1.26.0</a> proper.</p> <h1>Notable changes <!-- raw HTML omitted --><!-- raw HTML omitted --></h1> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1217">#1217</a>) ptypes: deprecate the package</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1214">#1214</a>) rely on protodesc.ToFileDescriptorProto</li> </ul> <h2>v1.4.3</h2> <p>Notable changes:</p> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1221">#1221</a>) jsonpb: Fix marshaling of Duration</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1210">#1210</a>) proto: convert integer to rune before converting to string</li> </ul> <h2>v1.4.2</h2> <p>Notable changes:</p> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1131">#1131</a>) all: upgrade to google.golang.org/protobuf@v1.23.0</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1125">#1125</a>) jsonpb: fix a confusing error message</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1129">#1129</a>) proto: make InternalMessageInfo functional</li> </ul> <h2>v1.4.1</h2> <p>Notable changes:</p> <ul> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1114">#1114</a>) all: upgrade to google.golang.org/protobuf@v1.22.0</li> <li>(<a href="https://redirect.github.com/golang/protobuf/issues/1113">#1113</a>) protoc-gen-go/grpc: make identical to v1.3.5</li> </ul> <h2>v1.4.0</h2> <ul> <li><a href="https://github.com/golang/protobuf/blob/HEAD/#v1.4-overview">Overview</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/protobuf/commit/5d5e8c018a13017f9d5b8bf4fad64aaa42a87308"><code>5d5e8c0</code></a> Merge pull request <a href="https://redirect.github.com/golang/protobuf/issues/1363">#1363</a> from neild/jsonnull</li> <li><a href="https://github.com/golang/protobuf/commit/37828f962262b5a0f3d9560c429a14d96c711a21"><code>37828f9</code></a> jsonpb: accept 'null' as a valid representation of NullValue in unmarshal</li> <li><a href="https://github.com/golang/protobuf/commit/ae97035608a719c7a1c1c41bed0ae0744bdb0c6f"><code>ae97035</code></a> all: deprecate the module (<a href="https://redirect.github.com/golang/protobuf/issues/1306">#1306</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/af940030a2b77f37337632168f18403433e21e61"><code>af94003</code></a> jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler (#...</li> <li><a href="https://github.com/golang/protobuf/commit/a36a1a1c346d5cb6951b9440755adb530334f910"><code>a36a1a1</code></a> all: depend on google.golang.org/protobuf@v1.26.0 (<a href="https://redirect.github.com/golang/protobuf/issues/1293">#1293</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/f746d3b8ecd31eac7c04a954f3905d46b09f8114"><code>f746d3b</code></a> all: depend on google.golang.org/protobuf@v1.26.0-rc.1 (<a href="https://redirect.github.com/golang/protobuf/issues/1292">#1292</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/78b1f09b4310f9ee5c9a07dca51bf007b82c83ea"><code>78b1f09</code></a> Switch from Travis-CI to GitHub actions (<a href="https://redirect.github.com/golang/protobuf/issues/1286">#1286</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/acacf8158c9a307051c92dc233966e8324facd45"><code>acacf81</code></a> all: rely on protodesc.ToFileDescriptorProto (<a href="https://redirect.github.com/golang/protobuf/issues/1214">#1214</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/eccd77d6ffe33de3bca6050a06c4e8294783de69"><code>eccd77d</code></a> ptypes: deprecate the package (<a href="https://redirect.github.com/golang/protobuf/issues/1217">#1217</a>)</li> <li><a href="https://github.com/golang/protobuf/commit/4846b58453b3708320bdb524f25cc5a1d9cda4d4"><code>4846b58</code></a> jsonpb: Fix marshaling of Duration (<a href="https://redirect.github.com/golang/protobuf/issues/1221">#1221</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golang/protobuf/compare/v1.3.2...v1.5.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang/protobuf&package-manager=go_modules&previous-version=1.3.2&new-version=1.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#261
No description provided.