Update dependency Google.Protobuf to 3.29.0 #54
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.19.1
->3.29.0
Release Notes
protocolbuffers/protobuf (Google.Protobuf)
v3.29.0
v3.28.3
v3.28.2
v3.28.1
v3.28.0
v3.27.5
v3.27.4
v3.27.3
v3.27.2
v3.27.1
v3.27.0
v3.26.1
v3.26.0
v3.25.5
v3.25.4
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.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
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.