[PR #46] [MERGED] Bump protobuf from 3.15.8 to 3.17.1 #106

Closed
opened 2026-02-27 08:11:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/46
Author: @dependabot[bot]
Created: 5/28/2021
Status: Merged
Merged: 5/28/2021
Merged by: @kokarare1212

Base: mainHead: dependabot/pip/protobuf-3.17.1


📝 Commits (1)

  • 563dac9 Bump protobuf from 3.15.8 to 3.17.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 3.15.8 to 3.17.1.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v3.17.1

PHP

  • Fixed PHP memory leaks and arginfo errors. (#8614)
  • Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.

Ruby

  • Fixed memory bug: properly root repeated/map field when assigning. (#8639)
  • Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.

Protocol Buffers v3.17.0

Protocol Compiler

  • Fix the generated source information for reserved values in Enums.

C++

  • Fix -Wunused-parameter in map fields (fixes #8494) (#8500)
  • Use byteswap.h when building against musl libc (#8503)
  • Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() (#8532)
  • Fix bug where Descriptor::DebugString() printed proto3 synthetic oneofs.
  • Provide stable versions of SortAndUnique().
  • Make sure to cache proto3 optional message fields when they are cleared.
  • Expose UnsafeArena methods to Reflection.
  • Use std::string::empty() rather than std::string::size() > 0.

Kotlin

  • Introduce support for Kotlin protos (#8272)
  • Restrict extension setter and getter operators to non-nullable T.

Java

  • updating GSON and Guava to more recent versions (#8524)
  • Reduce the time spent evaluating isExtensionNumber by storing the extension ranges in a TreeMap for faster queries. This is particularly relevant for protos which define a large number of extension ranges, for example when each tag is defined as an extension.
  • Fix java bytecode estimation logic for optional fields.
  • Optimize Descriptor.isExtensionNumber.

Python

  • Add MethodDescriptor.CopyToProto() (#8327)
  • Remove unused python_protobuf.{cc,h} (#8513)
  • Start publishing python aarch64 manylinux wheels normally (#8530)
  • Fix constness issue detected by MSVC standard conforming mode (#8568)
  • Make JSON parsing match C++ and Java when multiple fields from the same oneof are present and all but one is null.

Ruby

  • Add support for proto3 json_name in compiler and field definitions (#8356)
  • Fixed memory leak of Ruby arena objects. (#8461)
  • Fix source gem compilation (#8471)
  • Fix various exceptions in Ruby on 64-bit Windows (#8563)
  • Fix crash when calculating Message hash values on 64-bit Windows (#8565)

... (truncated)

Commits
  • 367e469 Fixed memory bug: properly root repeated/map field when assigning. (#8639)
  • 52784ce Update protobuf version (#8633)
  • 0b87475 Php & Ruby Cherry Picks for 3.17.1 (#8632)
  • 65abb64 Fixed syntax errors in bswap_64 (#8613)
  • 652d99a Update protobuf version (#8606)
  • ca29550 Make the dist_install test use Java 8 (#8609)
  • 0aabf89 Remove some redundant language prefixes from the changelog for 3.17
  • 5a9367a Update tests.sh to skip the Kotlin tests on Oracle 7
  • a4866d3 Updated .gitignore to include Kotlin directories
  • ca7f54a Fix -Wunused-parameter in java_names.h (#8601)
  • 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 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/kokarare1212/librespot-python/pull/46 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/28/2021 **Status:** ✅ Merged **Merged:** 5/28/2021 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-3.17.1` --- ### 📝 Commits (1) - [`563dac9`](https://github.com/kokarare1212/librespot-python/commit/563dac9bf162e568bc81ed9a88e693bb0c557f5e) Bump protobuf from 3.15.8 to 3.17.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.8 to 3.17.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.17.1</h2> <h1>PHP</h1> <ul> <li>Fixed PHP memory leaks and arginfo errors. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8614">#8614</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> <h1>Ruby</h1> <ul> <li>Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li> <li>Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.</li> </ul> <h2>Protocol Buffers v3.17.0</h2> <h1>Protocol Compiler</h1> <ul> <li>Fix the generated source information for reserved values in Enums.</li> </ul> <h1>C++</h1> <ul> <li>Fix -Wunused-parameter in map<!-- raw HTML omitted --> fields (fixes <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8494">#8494</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8500">#8500</a>)</li> <li>Use byteswap.h when building against musl libc (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8503">#8503</a>)</li> <li>Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8532">#8532</a>)</li> <li>Fix bug where <code>Descriptor::DebugString()</code> printed proto3 synthetic oneofs.</li> <li>Provide stable versions of <code>SortAndUnique()</code>.</li> <li>Make sure to cache proto3 optional message fields when they are cleared.</li> <li>Expose UnsafeArena methods to Reflection.</li> <li>Use std::string::empty() rather than std::string::size() &gt; 0.</li> </ul> <h1>Kotlin</h1> <ul> <li>Introduce support for Kotlin protos (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8272">#8272</a>)</li> <li>Restrict extension setter and getter operators to non-nullable T.</li> </ul> <h1>Java</h1> <ul> <li>updating GSON and Guava to more recent versions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8524">#8524</a>)</li> <li>Reduce the time spent evaluating isExtensionNumber by storing the extension ranges in a TreeMap for faster queries. This is particularly relevant for protos which define a large number of extension ranges, for example when each tag is defined as an extension.</li> <li>Fix java bytecode estimation logic for optional fields.</li> <li>Optimize Descriptor.isExtensionNumber.</li> </ul> <h1>Python</h1> <ul> <li>Add MethodDescriptor.CopyToProto() (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8327">#8327</a>)</li> <li>Remove unused python_protobuf.{cc,h} (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8513">#8513</a>)</li> <li>Start publishing python aarch64 manylinux wheels normally (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8530">#8530</a>)</li> <li>Fix constness issue detected by MSVC standard conforming mode (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8568">#8568</a>)</li> <li>Make JSON parsing match C++ and Java when multiple fields from the same oneof are present and all but one is null.</li> </ul> <h1>Ruby</h1> <ul> <li>Add support for proto3 json_name in compiler and field definitions (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8356">#8356</a>)</li> <li>Fixed memory leak of Ruby arena objects. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8461">#8461</a>)</li> <li>Fix source gem compilation (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8471">#8471</a>)</li> <li>Fix various exceptions in Ruby on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8563">#8563</a>)</li> <li>Fix crash when calculating Message hash values on 64-bit Windows (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8565">#8565</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/367e4691d2bc97de28b422d7461e4135d556d301"><code>367e469</code></a> Fixed memory bug: properly root repeated/map field when assigning. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8639">#8639</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/52784ced2fa36f749781118c3d0daaf06c48bc7e"><code>52784ce</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8633">#8633</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0b874755927a8852f4627a7a817d9be57d2a4537"><code>0b87475</code></a> Php &amp; Ruby Cherry Picks for 3.17.1 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8632">#8632</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/65abb64e73a989f92458ceaa112e8932a58e1c22"><code>65abb64</code></a> Fixed syntax errors in bswap_64 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8613">#8613</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/652d99a8ee8aa6b801e11977951fbf444cfccc8f"><code>652d99a</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8606">#8606</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ca295506c5b812122b8bdd3dd6b4e6a6875ee1b7"><code>ca29550</code></a> Make the dist_install test use Java 8 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8609">#8609</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0aabf89420644976de2f94238c6e6e65ae3cf657"><code>0aabf89</code></a> Remove some redundant language prefixes from the changelog for 3.17</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/5a9367ac5718abef6083d480d3bd3cb5f79b7b70"><code>5a9367a</code></a> Update tests.sh to skip the Kotlin tests on Oracle 7</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a4866d34f90f134d06a085ed433a3863dd4f5f31"><code>a4866d3</code></a> Updated .gitignore to include Kotlin directories</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ca7f54aa1a690c804bbd1ed1a754baf8a8686191"><code>ca7f54a</code></a> Fix -Wunused-parameter in java_names.h (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8601">#8601</a>)</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.15.8...v3.17.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.15.8&new-version=3.17.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:11:56 +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/librespot-python-kokarare1212#106
No description provided.