Title: Bump protobuf from 3.20.0 to 6.33.5 by dependabot[bot] · Pull Request #5 · MobileTeleSystems/CoolGraph · GitHub
Open Graph Title: Bump protobuf from 3.20.0 to 6.33.5 by dependabot[bot] · Pull Request #5 · MobileTeleSystems/CoolGraph
X Title: Bump protobuf from 3.20.0 to 6.33.5 by dependabot[bot] · Pull Request #5 · MobileTeleSystems/CoolGraph
Description: Bumps protobuf from 3.20.0 to 6.33.5.
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 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
Open Graph Description: Bumps protobuf from 3.20.0 to 6.33.5. Release notes Sourced from protobuf's releases. Protocol Buffers v34.0-rc1 Announcements This version includes breaking changes to: C++, Objective-C, PH...
X Description: Bumps protobuf from 3.20.0 to 6.33.5. 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/MobileTeleSystems/CoolGraph/pull/5
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:1cdb056a-b132-e53b-a9fd-9ce67443bca5 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | B032:15540D:23BF7FF:2DF23AF:699291F2 |
| html-safe-nonce | 3e785401f407806f37f9d255c21eeb648a2869d4ff44a7e8351271b711ecd44b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMDMyOjE1NTQwRDoyM0JGN0ZGOjJERjIzQUY6Njk5MjkxRjIiLCJ2aXNpdG9yX2lkIjoiMjE0OTY2MzUzMzQxMzU0NDgyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 72390afcbd4034a226a1f7fc8cf8d9a9b8c2e05f2d42922a554a399ab9dc6430 |
| hovercard-subject-tag | pull_request:3229402406 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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/MobileTeleSystems/CoolGraph/pull/5/checks |
| 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 3.20.0 to 6.33.5. Release notes Sourced from protobuf's releases. Protocol Buffers v34.0-rc1 Announcements This version includes breaking changes to: C++, Objective-C, PH... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| go-import | github.com/MobileTeleSystems/CoolGraph git https://github.com/MobileTeleSystems/CoolGraph.git |
| octolytics-dimension-user_id | 44975352 |
| octolytics-dimension-user_login | MobileTeleSystems |
| octolytics-dimension-repository_id | 722032264 |
| octolytics-dimension-repository_nwo | MobileTeleSystems/CoolGraph |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 722032264 |
| octolytics-dimension-repository_network_root_nwo | MobileTeleSystems/CoolGraph |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width