You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/13 19:04:24 UTC

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #538: Build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0

dependabot[bot] opened a new pull request, #538:
URL: https://github.com/apache/dubbo-go-samples/pull/538

   Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.1 to 1.29.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-go/releases">google.golang.org/protobuf's releases</a>.</em></p>
   <blockquote>
   <h2>v1.29.0</h2>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29-overview">Overview</a></li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.29-notable-changes">Notable changes</a></li>
   </ul>
   <h2>Overview <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p>This version introduces a new package <code>protodelim</code> to marshal and unmarshal size-delimited messages.
   It also bringt the implementation up to date with the latest protobuf features.</p>
   <h2>Notable changes <!-- raw HTML omitted --><!-- raw HTML omitted --></h2>
   <p><strong>New Features.</strong></p>
   <ul>
   <li><a href="https://go.dev/cl/419254">CL/419254</a>: encoding: add protodelim package</li>
   <li><a href="https://go.dev/cl/450775">CL/450775</a>: reflect/protoreflect: add Value.Equal method</li>
   <li><a href="https://go.dev/cl/462315">CL/462315</a>: cmd/protoc-gen-go: make deprecated messages more descriptive</li>
   <li><a href="https://go.dev/cl/473015">CL/473015</a>: encoding/prototext: allow whitespace and comments between minus sign and number in negative numeric literal</li>
   </ul>
   <p><strong>Alignment with protobuf</strong></p>
   <ul>
   <li><a href="https://go.dev/cl/426054">CL/426054</a>: types/descriptorpb: update *.pb.go to use latest protoc release, 21.5</li>
   <li><a href="https://go.dev/cl/425554">CL/425554</a>: encoding/protojson: fix parsing of google.protobuf.Timestamp</li>
   <li><a href="https://go.dev/cl/461238">CL/461238</a>: protobuf: remove the check for reserved field numbers</li>
   <li><a href="https://go.dev/cl/469255">CL/469255</a>: types/descriptorpb: regenerate using latest protobuf v22.0 release</li>
   <li><a href="https://go.dev/cl/472696">CL/472696</a>: cmd/protoc-gen-go: support protobuf retention feature</li>
   </ul>
   <p><strong>Documentation improvements:</strong></p>
   <ul>
   <li><a href="https://go.dev/cl/464275">CL/464275</a>: proto: document Equal behavior of invalid messages</li>
   <li><a href="https://go.dev/cl/466375">CL/466375</a>: all: update links to Protocol Buffer documentation</li>
   </ul>
   <p><strong>Minor performance improvements</strong></p>
   <ul>
   <li><a href="https://go.dev/cl/460215">CL/460215</a>: types/known/structpb: preallocate map in AsMap</li>
   <li><a href="https://go.dev/cl/465115">CL/465115</a>: internal/strs: avoid unnecessary allocations in Builder</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/484b9f31ec32608d11edb577c307741f364e3cff"><code>484b9f3</code></a> all: release v1.29.0</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/eba8b0975f4efc219baabc1e0e13df28a6e1ad28"><code>eba8b09</code></a> cmd/protoc-gen-go: support protobuf retention feature</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/fcf5f6cb72978812ac36085183b5c52701c069cb"><code>fcf5f6c</code></a> encoding/prototext: allow whitespace and comments between minus sign and numb...</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/bc1253ad37431ee26876db47cd8207cdec81993c"><code>bc1253a</code></a> types/descriptorpb: regenerate using latest protobuf v22.0 release</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/246af0d153cae8ef4e2915a8d212167ad0751985"><code>246af0d</code></a> internal,reflect: correct typos</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/49eaa78c6c9cc759b5ac50b64249247f393e9bdd"><code>49eaa78</code></a> all: update links to Protocol Buffer documentation</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/e831c33179b55b753630e0555cdc32b83b81e954"><code>e831c33</code></a> proto: document Equal behavior of invalid messages</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/358fe40267afd0cb5380d132cc93ddcbed2beb44"><code>358fe40</code></a> internal/strs: avoid unnecessary allocations in Builder</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/0430d694e04ae06ca14b27b50e83674d07e2e662"><code>0430d69</code></a> internal/impl: remove the unreachable line of code</li>
   <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/a9481185b34db2fb2f5c90fcf7446be1554e42f7"><code>a948118</code></a> cmd/protoc-gen-go: make deprecated messages more descriptive</li>
   <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1...v1.29.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.29.0)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] justxuewei closed pull request #538: Build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0

Posted by "justxuewei (via GitHub)" <gi...@apache.org>.
justxuewei closed pull request #538: Build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0
URL: https://github.com/apache/dubbo-go-samples/pull/538


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] dependabot[bot] commented on pull request #538: Build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #538:
URL: https://github.com/apache/dubbo-go-samples/pull/538#issuecomment-1467660231

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org