googleapis / java-core Public
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
deps: update dependency com.google.protobuf:protobuf-bom to v3.13.0 #273
Merged
chingor13
merged 1 commit into
googleapis:master
from
renovate-bot:renovate/protobuf.version
Sep 23, 2020
Merged
deps: update dependency com.google.protobuf:protobuf-bom to v3.13.0 #273
chingor13
merged 1 commit into
googleapis:master
from
renovate-bot:renovate/protobuf.version
Sep 23, 2020
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
=========================================
Coverage 67.68% 67.68%
Complexity 374 374
=========================================
Files 34 34
Lines 1897 1897
Branches 266 266
=========================================
Hits 1284 1284
Misses 508 508
Partials 105 105 Continue to review full report at Codecov.
|
9d9d93d
to
54f1ff9
Compare
chingor13
approved these changes
Sep 23, 2020
54f1ff9
to
d153c18
Compare
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Sep 23, 2020
🤖 I have created a release \*beep\* \*boop\* --- ### [1.93.9](https://www.github.com/googleapis/java-core/compare/v1.93.8...v1.93.9) (2020-09-23) ### Dependencies * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.0.1 ([#282](https://www.github.com/googleapis/java-core/issues/282)) ([933172c](https://www.github.com/googleapis/java-core/commit/933172c835593ad13c4ae85c0c467b2823ca44da)) * update dependency com.google.protobuf:protobuf-bom to v3.13.0 ([#273](https://www.github.com/googleapis/java-core/issues/273)) ([4476f33](https://www.github.com/googleapis/java-core/commit/4476f33cab440ff2dcc12597f968d9d719d46e5b)) * update dependency io.grpc:grpc-bom to v1.32.1 ([#270](https://www.github.com/googleapis/java-core/issues/270)) ([df518d3](https://www.github.com/googleapis/java-core/commit/df518d3445df07811d9be9770f120315af0100b1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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.
This PR contains the following updates:
3.12.4
->3.13.0
Release Notes
protocolbuffers/protobuf
v3.13.0
Compare Source
PHP
better parsing performance and fixes a handful of conformance issues. It will
also make it easier to add support for more features like proto2 and proto3 presence.
version bump. PHP 5.x users can still use pure-PHP.
C++
(for regular messages they were already explicit).
fields.
Python
in EnumTypeWrapper.
Java
not mark the value as present.
C
This was required to modernize the parsing stack to use the
Span<byte>
type internally. (#7351)
ParseFrom(ReadOnlySequence<byte>)
method to enable GC friendlyparsing with reduced allocations and buffer copies. (#7351)
IBufferWriter<byte>
orto a
Span<byte>
to enable GC friendly serialization.The new API is available as extension methods on the
IMessage
type. (#7576)GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
define to makegenerated code compatible with old C# compilers (pre-roslyn compilers
from .NET framework and old versions of mono) that do not support
ref structs. Users that are still on a legacy stack that does
not support C# 7.2 compiler might need to use the new define
in their projects to be able to build the newly generated code. (#7490)
it is recommended to regenerate your generated code to achieve the best
performance (the legacy generated code will still work, but might incur
a slight performance penalty).
Renovate configuration
This PR has been generated by WhiteSource Renovate. View repository job log here.