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:
4.9.1
->4.9.3
4.9.1
->4.9.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
square/wire (com.squareup.wire)
v4.9.3
Compare Source
2023-11-23
Int32
s was broken in Swift and did not match protobuf spec.Negative
Int32
s are now correctly encoded as unsignedInt64
s. Prior versions of Wire that haveserialized a proto containing negative
Int32
fields will not be correctly decoded using thisversion onwards.
ProtoDefaulted
was incorrectly applied in cross-module contextsv4.9.2
Compare Source
2023-11-13
bytes
.On code generation, the fields of such types will be using the platform equivalent of
bytes
,like
okio.ByteString
for the JVM. Use this if there's a dependency heavy type which you donot use. Note that scalar types cannot be opaqued.
oneOf
options.Defaulted
has been renamedCustomDefaulted
ProtoDefaulted
property wrapper andProtoDefaultedValue
protocolProtoDefaulted
andCustomDefaulted
include setter supportFoo().$bar.$baz += 1
ProtoEnum
types now have a raw value ofInt32
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.