-
Notifications
You must be signed in to change notification settings - Fork 17
fix(deps): update dependency com.google.protobuf:protobuf-java to v3.25.5 - autoclosed #16
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
9e0c6bc to
05eda8c
Compare
05eda8c to
93031cc
Compare
93031cc to
78920db
Compare
78920db to
38518ae
Compare
38518ae to
ec0481a
Compare
ec0481a to
8fe3015
Compare
8fe3015 to
24dcc8e
Compare
24dcc8e to
18ca39a
Compare
18ca39a to
c00e210
Compare
c00e210 to
a7a9af7
Compare
a7a9af7 to
537448a
Compare
5202f62 to
ffd4827
Compare
ffd4827 to
c67ff92
Compare
c67ff92 to
b653f8a
Compare
b653f8a to
2f2f087
Compare
2f2f087 to
8ca3c13
Compare
8ca3c13 to
89445c3
Compare
89445c3 to
3abc882
Compare
3abc882 to
3646680
Compare
3646680 to
d1f0b84
Compare
d1f0b84 to
2847169
Compare
2847169 to
30c647b
Compare
30c647b to
ce31175
Compare
ce31175 to
cca7600
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.15.7->3.25.53.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:protobuf-java)
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.1Compare Source
PHP
Ruby
Other
v3.20.0: Protocol Buffers v3.20.0Compare Source
2022-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.6Compare Source
Java
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.5Compare Source
C++
v3.19.4: Protocol Buffers v3.19.4Compare Source
Python
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.3Compare Source
Python
v3.19.2: Protocol Buffers v3.19.2Compare Source
Java
v3.19.1: Protocol Buffers v3.19.1Compare Source
Bazel
JavaScript
ReferenceError: window is not definedwhen getting the global object (#9156)Ruby
v3.19.0: Protocol Buffers v3.19.0Compare Source
C++
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.3Compare Source
C++
v3.18.2: Protocol Buffers v3.18.2Compare Source
Java
v3.18.1: Protocol Buffers v3.18.1Compare Source
Python
Ruby
v3.18.0: Protocol Buffers v3.18.0Compare Source
C++
record the map items which are different in MessageDifferencer's reporter.
start.
Java
JavaScript
PHP
Ruby
Python
Other
v3.17.3: Protocol Buffers v3.17.3Compare Source
Python
C++
Kotlin
Java
finished parsing.
General
v3.17.2: Protocol Buffers v3.17.2Compare Source
Kotlin
PHP
(#8670)
v3.17.1: Protocol Buffers v3.17.1Compare Source
PHP
Ruby
v3.17.0: Protocol Buffers v3.17.0Compare Source
Protocol Compiler
C++
Descriptor::DebugString()printed proto3 synthetic oneofs.SortAndUnique().Kotlin
Java
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.
Python
oneof are present and all but one is null.
Ruby
Conformance Tests
oneof.
Other
proto_descriptor_set(#8469)v3.16.3: Protobuf Release v3.16.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.16.1: Protocol Buffers v3.16.1Java
v3.16.0: Protocol Buffers v3.16.0C++
calls instead of crashing.
stringorbytesfields.RepeatedPtrField.
middle.
performance.
on an error path.
Subclasses should inherit from SimpleFieldComparator instead.
C#
Java
included as causes.
JavaScript
Python
one instead of merging.
Objective-C
PHP
Ruby
Other
v3.15.8: Protocol Buffers v3.15.8Ruby
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.