-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update protobuf to v28 (major) #14466
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/gcbrun |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14466 +/- ##
=======================================
Coverage 93.62% 93.62%
=======================================
Files 2320 2320
Lines 207187 207187
=======================================
+ Hits 193970 193980 +10
+ Misses 13217 13207 -10 ☔ View full report in Codecov by Sentry. |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 12, 2024 16:54
a5554aa
to
3016ea7
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 16, 2024 15:31
3016ea7
to
4358b14
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 25, 2024 03:13
4358b14
to
b85f953
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 25, 2024 21:14
b85f953
to
118294e
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 31, 2024 18:50
118294e
to
0fda664
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
July 31, 2024 20:55
0fda664
to
c74960b
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 1, 2024 20:53
c74960b
to
e0abdf8
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 5, 2024 18:30
e0abdf8
to
2a97e59
Compare
/gcbrun |
dbolduc
added
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
and removed
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
labels
Aug 9, 2024
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 22, 2024 18:24
2a97e59
to
81d77f8
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 22, 2024 20:40
81d77f8
to
bca5f8a
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 28, 2024 19:02
bca5f8a
to
6336a66
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
August 28, 2024 20:37
6336a66
to
d609f74
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/major-protobuf
branch
from
September 10, 2024 22:23
d609f74
to
e8da44d
Compare
/gcbrun |
renovate-bot
temporarily deployed
to
external
September 11, 2024 15:34 — with
GitHub Actions
Inactive
dbolduc
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v27.4
->v28.0
27.3
->28.0
v27.4
->v28.0
Release Notes
protocolbuffers/protobuf (com_google_protobuf)
v28.0
: Protocol Buffers v28.0Compare Source
Announcements
Compiler
DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)C++
_raw_default_instance_
declaration when using DLL linkage. (protocolbuffers/protobuf@79c55cb)DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)java
to reserved names to escape extensions tojava_
. This may break existing references to gencode for extensions namedjava
. (protocolbuffers/protobuf@c99cf4b)Java
_raw_default_instance_
declaration when using DLL linkage. (protocolbuffers/protobuf@79c55cb)java
to reserved names to escape extensions tojava_
. This may break existing references to gencode for extensions namedjava
. (protocolbuffers/protobuf@c99cf4b)null
to the list of reserved words. (protocolbuffers/protobuf@510c143)Kotlin
Csharp
MessageDescriptor.IsMapType
in C# reflection to make it easier to tell whether a given message was generated by protoc for a map field. (protocolbuffers/protobuf@047fc76)Objective-C
GPBUnknownFields
. (protocolbuffers/protobuf@c5c9c89)GPBUnknownFields
. (protocolbuffers/protobuf@ddf9b76)GPBUnknownFields
/GPBUnknownField
. (protocolbuffers/protobuf@6750ed8)GPBUnknownFields
type. (protocolbuffers/protobuf@47f633e)DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)Rust
Python
DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)f799af8
. (protocolbuffers/protobuf@c4bf83b)PHP
PHP C-Extension
Ruby
Arena_pin
in favor of adopting the UPB freezing API. (protocolbuffers/protobuf@1194440)MiniTable
toupb_Message_New()
akanew_message_from_def()
. (protocolbuffers/protobuf@47f4bc9)Ruby C-Extension
Arena_pin
in favor of adopting the UPB freezing API. (protocolbuffers/protobuf@1194440)UPB (Python/PHP/Ruby C-Extension)
Other
--copt="-Werror"
from.bazelrc
(#18005) (protocolbuffers/protobuf@c9454f4)/utf-8
flag added in #14197 (protocolbuffers/protobuf@440dc83)v28.0-rc3
: Protocol Buffers v28.0-rc3Compare Source
Announcements
C++
Java
Objective-C
Rust
Python
Other
v28.0-rc2
: Protocol Buffers v28.0-rc2Compare Source
Announcements
Java
Kotlin
Objective-C
GPBUnknownFields
. (protocolbuffers/protobuf@c5c9c89)GPBUnknownFields
. (protocolbuffers/protobuf@ddf9b76)Python
Ruby
Ruby C-Extension
Other
/utf-8
flag added in #14197 (protocolbuffers/protobuf@440dc83)v28.0-rc1
: Protocol Buffers v28.0-rc1Compare Source
Announcements
Compiler
DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)C++
_raw_default_instance_
declaration when using DLL linkage. (protocolbuffers/protobuf@79c55cb)DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)java
to reserved names to escape extensions tojava_
. This may break existing references to gencode for extensions namedjava
. (protocolbuffers/protobuf@c99cf4b)Java
_raw_default_instance_
declaration when using DLL linkage. (protocolbuffers/protobuf@79c55cb)java
to reserved names to escape extensions tojava_
. This may break existing references to gencode for extensions namedjava
. (protocolbuffers/protobuf@c99cf4b)null
to the list of reserved words. (protocolbuffers/protobuf@510c143)Kotlin
Csharp
MessageDescriptor.IsMapType
in C# reflection to make it easier to tell whether a given message was generated by protoc for a map field. (protocolbuffers/protobuf@047fc76)Objective-C
GPBUnknownFields
/GPBUnknownField
. (protocolbuffers/protobuf@6750ed8)GPBUnknownFields
type. (protocolbuffers/protobuf@47f633e)DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)Rust
Python
DynamicCastToGenerated
/DownCastToGenerated
to (protocolbuffers/protobuf@18da465)f799af8
. (protocolbuffers/protobuf@c4bf83b)PHP
PHP C-Extension
Ruby
Arena_pin
in favor of adopting the UPB freezing API. (protocolbuffers/protobuf@1194440)MiniTable
toupb_Message_New()
akanew_message_from_def()
. (protocolbuffers/protobuf@47f4bc9)Ruby C-Extension
Arena_pin
in favor of adopting the UPB freezing API. (protocolbuffers/protobuf@1194440)UPB (Python/PHP/Ruby C-Extension)
Other
v28-dev
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.
This change is