Update dependency com.google.protobuf:protobuf-java to v4#193
Open
renovate[bot] wants to merge 1 commit intomasteri333055/java:masterfrom
renovate-sbg/major-protobuf-monorepoi333055/java:renovate-sbg/major-protobuf-monorepoCopy head branch name to clipboard
Open
Update dependency com.google.protobuf:protobuf-java to v4#193renovate[bot] wants to merge 1 commit intomasteri333055/java:masterfrom renovate-sbg/major-protobuf-monorepoi333055/java:renovate-sbg/major-protobuf-monorepoCopy head branch name to clipboard
renovate[bot] wants to merge 1 commit intomasteri333055/java:masterfrom
renovate-sbg/major-protobuf-monorepoi333055/java:renovate-sbg/major-protobuf-monorepoCopy head branch name to clipboard
Conversation
cd1fba7 to
ef81b1f
Compare
ef81b1f to
5cb5c67
Compare
5cb5c67 to
e855c62
Compare
e855c62 to
4f84993
Compare
4f84993 to
5739f39
Compare
5739f39 to
1cbb6e2
Compare
1cbb6e2 to
52541ef
Compare
52541ef to
a3c8ee8
Compare
a3c8ee8 to
54f10b0
Compare
54f10b0 to
7037c89
Compare
e112808 to
73b55d2
Compare
73b55d2 to
e5ced60
Compare
e5ced60 to
9926859
Compare
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
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→4.34.0Release Notes
protocolbuffers/protobuf (com.google.protobuf:protobuf-java)
v4.31.1Compare Source
v4.31.0Compare Source
v4.30.2Compare Source
v4.30.1Compare Source
v3.25.8Compare Source
v3.25.7Compare Source
v3.25.6Compare Source
v3.25.5Compare Source
v3.25.4Compare Source
v3.25.3Compare Source
v3.25.2Compare Source
v3.25.1Compare Source
v3.25.0Compare Source
v3.24.4Compare Source
v3.24.3Compare Source
v3.24.2Compare Source
v3.24.1Compare Source
v3.24.0Compare Source
v3.23.4Compare Source
v3.23.3Compare Source
v3.23.2Compare Source
v3.23.1Compare Source
v3.23.0Compare Source
v3.22.5Compare Source
v3.22.4Compare Source
v3.22.3Compare Source
v3.21.7Compare Source
v3.21.6Compare Source
v3.21.5Compare Source
v3.21.4Compare Source
v3.21.3Compare Source
v3.21.2Compare Source
v3.21.1Compare Source
v3.21.0Compare Source
v3.20.3: Protocol Buffers v3.20.3Compare 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.20.2: Protocol Buffers v3.20.2Compare Source
C++
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.