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.3
->4.9.8
4.9.3
->4.9.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
square/wire (com.squareup.wire)
v4.9.8
Compare Source
2024-03-18
Common
v4.9.7
Compare Source
2024-02-12
Common
v4.9.6
Compare Source
2024-02-02
Common
Kotlin
v4.9.5
Compare Source
2024-01-27
Common
v4.9.4
Compare Source
2024-01-26
Common
linuxArm64
target to wire-runtime module (#2733 by [Shay Oinif][ShayOinif])ProtoReader
API for length-delimited stream reads (#2747 by [Jake Wharton][JakeWharton])ProtoReader#nextLengthDelimited
to read and return the length of the next message in a length-delimited stream.ConsoleWireLogger
does not print anything if in quiet mode (#2754 by [Dimitris Koutsogiorgas][dnkoutso])EmptyWireLoggerFactory
class (#2776 by [Dimitris Koutsogiorgas][dnkoutso])Kotlin
SERVICE_NAME
as const (#2773 by [Marius Volkhart][MariusVolkhart])%N
inKotlinGenerator
to ensure names are escaped (#2784 by [Egor Andreevich][Egorand])escapeKotlinKeywords
parameter to Kotlin target (#2785 by [Egor Andreevich][Egorand])escapeKotlinKeywords = true
within ourkotlin {}
targets to escape Kotlin keywords with backticks rather than having them suffixed with an_
.PipeDuplexRequestBody
(#2791)Swift
unknownFields
type to[UInt32: Data]
from justData
. (#2789 by [Dimitris Koutsogiorgas][dnkoutso])ProtoExtensible
protocol that all messages that have been extended conform to. (#2790 by [Dimitris Koutsogiorgas][dnkoutso])Announcement
Wire 5.0 is happening soon. This will happen:
SchemaHandler.Factory#create()
will be removed. Override its counterpart for painless migrationSchemaHandler.Factory#create(includes: List<String>, excludes: List<String>, exclusive: Boolean, outDirectory: String, options: Map<String, String>)
.wire-grpc-server
will be extracted into its own repository: https://github.com/square/wire-grpc-server/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.