Title: chore(deps): bump protobuf from 4.25 to 5.29.6 in /CosyVoice by dependabot[bot] · Pull Request #29 · ekoz/python-study · GitHub
Open Graph Title: chore(deps): bump protobuf from 4.25 to 5.29.6 in /CosyVoice by dependabot[bot] · Pull Request #29 · ekoz/python-study
X Title: chore(deps): bump protobuf from 4.25 to 5.29.6 in /CosyVoice by dependabot[bot] · Pull Request #29 · ekoz/python-study
Description: Bumps protobuf from 4.25 to 5.29.6.
Release notes
Sourced from protobuf's releases.
Protocol Buffers v34.0-rc1
Announcements
This version includes breaking changes to: C++, Objective-C, PHP, Python.
[Bazel] Remove deprecated ProtoInfo.transitive_imports. Use equivalent transitive_sources instead (protocolbuffers/protobuf@0a5c2f6)
[C++] Make generator headers private (protocolbuffers/protobuf@3a2af35)
[C++] Add a debug check that the target of CopyFrom is not a descendant of the source. (protocolbuffers/protobuf@7a75898)
[C++] Add [[nodiscard]] to many APIs. (protocolbuffers/protobuf@a70115f)
[C++] Make the arena-enabled constructors of RepeatedField, RepeatedPtrField, and Map private. (protocolbuffers/protobuf@ef890c3)
[C++] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (protocolbuffers/protobuf@b76faa9)
[C++] Removes proto2::util::MessageDifferencer::AddIgnoreCriteria that takes a raw pointer as an argument in favor of the overload that takes a unique_ptr. Remove macro PROTOBUF_FUTURE_REMOVE_ADD_IGNORE_CRITERIA (protocolbuffers/protobuf@b115358)
[C++] Remove deprecated FieldDescriptor::has_optional_keyword() in OSS. Use is_repeated() or has_presence() instead (protocolbuffers/protobuf@68346ec)
[C++] Remove AddUnusedImportTrackFile() and ClearUnusedImportTrackFiles(). Remove PROTOBUF_FUTURE_RENAME_ADD_UNUSED_IMPORT (protocolbuffers/protobuf@837a2cd)
[C++] Remove deprecated FieldDescriptor::is_optional() in OSS. Use (!is_required() && !is_repeated()) instead (protocolbuffers/protobuf@9dbc5d4)
[C++] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (protocolbuffers/protobuf@c301c2c)
[C++] All entity names have length limit (2afb0dc)
[ObjC] Remove generate_minimal_imports generation option warning (protocolbuffers/protobuf@45b1297)
[ObjC] Fix nullability annotations on some GPB*Dictionary types. (protocolbuffers/protobuf@ea67d6d)
[ObjC] Remove -[GPBFieldDescriptor optional] (protocolbuffers/protobuf@3414dc1)
[Other] Remove deprecated flag for enabling MSVC support (protocolbuffers/protobuf@97c979b)
[PHP] Remove deprecated PHP APIs (protocolbuffers/protobuf@9c45014)
[PHP] Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead. (protocolbuffers/protobuf@4208121, protocolbuffers/protobuf@cd76e67, protocolbuffers/protobuf@4208121)
[PHP] Add PHP typehints for setters and remove redundant GPBUtil checks (protocolbuffers/protobuf#25296) (protocolbuffers/protobuf@aee03b7)
[PHP] support default values for editions/proto2 (protocolbuffers/protobuf#25161) (protocolbuffers/protobuf@b01099d)
[Python] Raise errors in OSS when assign bool to int/enum field in Python Proto. (protocolbuffers/protobuf@5b116fe)
[Python] Remove float_format/double_format from python proto text_format (protocolbuffers/protobuf@e4854a1)
[Python] Raise TypeError when convert non-timedelta to Duration, or convert non-datetime to Timestamp in python proto. (Original code may raise ArributeError) (protocolbuffers/protobuf@00aaca1)
[Python] Remove float_precision from python proto json_format (protocolbuffers/protobuf@f027f1f)
[Python] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (protocolbuffers/protobuf@b76faa9)
[Python] Remove deprecated FieldDescriptor.label (protocolbuffers/protobuf@0a8ff55)
[Python] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (protocolbuffers/protobuf@c301c2c)
Protobuf News may include additional announcements or pre-announcements for upcoming changes.
Migration Guide may include additional guidance for breaking changes.
Bazel
Fix: cc_toolchain should prefer protoc when prebuilt flag is flipped. (#25168) (protocolbuffers/protobuf@8c857c3)
Breaking change: Remove deprecated ProtoInfo.transitive_imports. Use equivalent transitive_sources instead (protocolbuffers/protobuf@0a5c2f6)
Feat(bazel): wire up prebuilt protoc toolchain (#24115) (protocolbuffers/protobuf@cc23698)
Migrate proto_descriptor_set (#23369) (protocolbuffers/protobuf@8d4dfdd)
Compiler
Ruby codegen: support generation of rbs files (#15633) (protocolbuffers/protobuf@6ebdf85)
Avoid collision name problems between a message named Xyz and a direct sibling enum named XyzView (protocolbuffers/protobuf@eba53e8)
Generalizing and implementing ValidateFeatureSupport for both Options and Features during proto parsing (protocolbuffers/protobuf@ed3c571)
Fix a bug with custom features outside of the pb package. (protocolbuffers/protobuf@872d3ce)
Fix import option handling when include_imports isn't set. (protocolbuffers/protobuf@9ef9e80)
Fix a bug in STRICT check of namespaced enums to properly check for 'reserved 1 to max' (protocolbuffers/protobuf@1229d4a)
Prevent accidental stripping of debug_redact options via import option. (protocolbuffers/protobuf@f58b098)
C++
Add EnumerateEnumValues function. (protocolbuffers/protobuf@397d5d9)
... (truncated)
Commits
See full diff in compare view
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 show
Open Graph Description: Bumps protobuf from 4.25 to 5.29.6. Release notes Sourced from protobuf's releases. Protocol Buffers v34.0-rc1 Announcements This version includes breaking changes to: C++, Objective-C, PHP,...
X Description: Bumps protobuf from 4.25 to 5.29.6. Release notes Sourced from protobuf's releases. Protocol Buffers v34.0-rc1 Announcements This version includes breaking changes to: C++, Objective-C, ...
Opengraph URL: https://github.com/ekoz/python-study/pull/29
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:2f8e60e4-8767-9c24-bc70-953ab9c5817c |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 87CE:7F9F4:F913DC:14D58C7:6A6126F6 |
| html-safe-nonce | bdfcac0aef1701eb9e915b55606ec8399053f2ba1d07309669143a9f4a10942b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4N0NFOjdGOUY0OkY5MTNEQzoxNEQ1OEM3OjZBNjEyNkY2IiwidmlzaXRvcl9pZCI6IjI1MjEzMjQwOTcyMTkxNDM0MTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | a2efe04d30b3ebfc56224f02ec8736baa595060bc562edfc4e8dc255bd630f14 |
| hovercard-subject-tag | pull_request:3251512518 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/ekoz/python-study/pull/29/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps protobuf from 4.25 to 5.29.6. Release notes Sourced from protobuf's releases. Protocol Buffers v34.0-rc1 Announcements This version includes breaking changes to: C++, Objective-C, PHP,... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 6896275b704df9b9258326d49c8695aecd98d736cd9eeda7bcbb1790ac97d3ad |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/ekoz/python-study git https://github.com/ekoz/python-study.git |
| octolytics-dimension-user_id | 3312512 |
| octolytics-dimension-user_login | ekoz |
| octolytics-dimension-repository_id | 46965082 |
| octolytics-dimension-repository_nwo | ekoz/python-study |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 46965082 |
| octolytics-dimension-repository_network_root_nwo | ekoz/python-study |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | af89f6cd55841b57fa09b6b0ed9e3f8f2e94b05d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width