Update dependency com.google.protobuf:protobuf-java to v3.25.5 #730
+1
−1
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.6
->3.25.5
Test 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.5
Compare Source
v3.25.4
Compare Source
v3.25.3
v3.25.2
v3.25.1
v3.25.0
v3.24.4
v3.24.3
v3.24.2
v3.24.1
v3.24.0
v3.23.4
v3.23.3
v3.23.2
v3.23.1
v3.23.0
v3.22.5
v3.22.4
v3.22.3
v3.22.2
v3.22.1
v3.22.0
v3.21.12
v3.21.11
v3.21.10
v3.21.9
v3.21.8
v3.21.7
v3.21.6
v3.21.5
v3.21.4
v3.21.3
v3.21.2
v3.21.1
v3.21.0
v3.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.mergeFrom
subfield. (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_INSTALL
to not install files (#7123)shadowed cached_size field
PHP
C#
Objective-C
proto_package_to_prefix_mappings_path
topackage_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
optional
fields in a message is an exact multiple of 32. (#9440).PHP
optional
fields 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 defined
when getting the global object (#9156)Ruby
v3.19.0
: Protocol Buffers v3.19.0C++
MSVC_RUNTIME_LIBRARY
property (#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
v3.17.3
: Protocol Buffers v3.17.3Python
C++
Kotlin
Java
finished parsing.
General
v3.17.2
: Protocol Buffers v3.17.2Kotlin
PHP
(#8670)
v3.17.1
: Protocol Buffers v3.17.1PHP
Ruby
v3.17.0
: Protocol Buffers v3.17.0Protocol 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.
string
orbytes
fields.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
v3.15.7
: Protocol Buffers v3.15.7C++
Ruby
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.