-
Notifications
You must be signed in to change notification settings - Fork 17
fix(deps): update dependency com.google.protobuf:protoc to v3.25.5 - autoclosed #38
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
Closed
Conversation
This file contains hidden or 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
b8aab95 to
284401b
Compare
8dffb2d to
3e34df5
Compare
3e34df5 to
df094c5
Compare
df094c5 to
b19c6c0
Compare
b19c6c0 to
36eb4bb
Compare
36eb4bb to
2c8de96
Compare
2c8de96 to
b425bf5
Compare
b425bf5 to
13e8119
Compare
13e8119 to
8e010a2
Compare
8e010a2 to
848a400
Compare
848a400 to
a96ccda
Compare
a96ccda to
89611ba
Compare
89611ba to
494011a
Compare
494011a to
7cba531
Compare
7cba531 to
8b27588
Compare
8b27588 to
f98798d
Compare
f98798d to
1454302
Compare
1454302 to
c107b20
Compare
c107b20 to
c055fe5
Compare
c055fe5 to
f479055
Compare
f479055 to
5ad5369
Compare
5ad5369 to
b1fd63f
Compare
b1fd63f to
7b34305
Compare
7b34305 to
3e8269b
Compare
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:
3.17.3->3.25.5Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
protocolbuffers/protobuf (com.google.protobuf:protoc)
v3.25.5v3.25.4v3.25.3v3.25.2v3.25.1v3.25.0v3.24.4v3.24.3v3.24.2v3.24.1v3.24.0v3.23.4v3.23.3v3.23.2v3.23.1v3.23.0v3.22.5v3.22.4v3.22.3v3.22.2v3.22.1v3.22.0v3.21.12v3.21.11v3.21.10v3.21.9v3.21.8v3.21.7v3.21.6v3.21.5v3.21.4v3.21.3v3.21.2v3.21.1v3.21.0v3.20.3: Protocol Buffers v3.20.3Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.20.2: Protocol Buffers v3.20.2C++
v3.20.1: Protocol Buffers v3.20.1PHP
Ruby
Other
v3.20.0: Protocol Buffers v3.20.02022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby
Ruby GC. In certain tests this leads to much lower memory usage due to more
frequent GC runs (#9586).
without losing precision.
systems.
putting such values in unknown fields.
Java
FieldSet.Builder.mergeFromsubfield. (previously it was replaced.)’
Kotlin
Python
in type annotations.
*[Breaking change] Protobuf python generated codes are simplified. Descriptors and message
classes' definitions are now dynamic created in internal/builder.py.
Insertion Points for messages classes are discarded.
rather than only PyLongObjects.
first.
specified, the function returns a timezone-aware datetime in the given time
zone. If omitted or None, the function returns a timezone-naive UTC datetime
(as previously).
JSON serializations with UTF-8 or other non-ASCII encodings.
multi-dimensional arrays. Numpy arrays should be indexed or flattened explicitly before assignment.
Compiler
guard against stack overflows
more than one invalid character.
Arenas
C++
protobuf_INSTALLto not install files (#7123)shadowed cached_size field
PHP
C#
Objective-C
proto_package_to_prefix_mappings_pathtopackage_to_prefix_mappings_path. (#9552)v3.19.6: Protocol Buffers v3.19.6Java
migrate parsing logic from parse constructor to builder.
constructor" to the Builder class.
messages rather than building up a new immutable object before merging. This
way results in fewer allocations and copy operations.
instances and merging afterwards. This has much better performance.
sub-messages directly from text rather than building a new sub-message and
merging the fully formed message into the existing field.
v3.19.5: Protocol Buffers v3.19.5C++
v3.19.4: Protocol Buffers v3.19.4Python
Ruby
optionalfields in a message is an exact multiple of 32. (#9440).PHP
optionalfields in a message is an exact multiple of 32. (#9440).v3.19.3: Protocol Buffers v3.19.3Python
v3.19.2: Protocol Buffers v3.19.2Java
v3.19.1: Protocol Buffers v3.19.1Bazel
JavaScript
ReferenceError: window is not definedwhen getting the global object (#9156)Ruby
v3.19.0: Protocol Buffers v3.19.0C++
MSVC_RUNTIME_LIBRARYproperty (#8851)Java
//java/com/google/protobuf/util/...with nullness annotationsKotlin
Python
JavaScript
PHP
Ruby
C#
v3.18.3: Protocol Buffers v3.18.3C++
v3.18.2: Protocol Buffers v3.18.2Java
v3.18.1: Protocol Buffers v3.18.1Python
Ruby
v3.18.0: Protocol Buffers v3.18.0C++
record the map items which are different in MessageDifferencer's reporter.
start.
Java
JavaScript
PHP
Ruby
Python
Other
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.