Skip to content
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

Update wire to v4.9.8 #728

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Update wire to v4.9.8 #728

merged 2 commits into from
Mar 19, 2024

Conversation

slack-oss-bot
Copy link
Collaborator

@slack-oss-bot slack-oss-bot commented Jan 27, 2024

This PR contains the following updates:

Package Type Update Change
com.squareup.wire plugin patch 4.9.3 -> 4.9.8
com.squareup.wire:wire-gradle-plugin dependencies patch 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
  • Retain imports for types used in maps (#​2864)

v4.9.7

Compare Source

2024-02-12

Common
  • Support all struct types for JSON encoding (#​2824 by [Arnaud Frugier][quanturium])

v4.9.6

Compare Source

2024-02-02

Common
  • Add public dependencies when encoding the schema (#​2801 by [Michael Peyper][mpeyper])
Kotlin
  • Fix RealGrpcCall timeout (#​2816 by [Jeff Gulbronson][JGulbronson])

v4.9.5

Compare Source

2024-01-27

Common
  • Fix over pruning imports when only option types are being extended in a file (#​2800 by [Michael Peyper][mpeyper])

v4.9.4

Compare Source

2024-01-26

Common
  • Added linuxArm64 target to wire-runtime module (#​2733 by [Shay Oinif][ShayOinif])
  • Add ProtoReader API for length-delimited stream reads (#​2747 by [Jake Wharton][JakeWharton])
    • You can now call ProtoReader#nextLengthDelimited to read and return the length of the next message in a length-delimited stream.
  • Ensure ConsoleWireLogger does not print anything if in quiet mode (#​2754 by [Dimitris Koutsogiorgas][dnkoutso])
  • Provide a built in public EmptyWireLoggerFactory class (#​2776 by [Dimitris Koutsogiorgas][dnkoutso])
  • Stop logging includes and excludes (#​2777)
  • Implement equals/hash for Duration and Instant on native and JS (#​2781)
  • Prune imports no longer used by retained entities in the schema (#​2797 by [Michael Peyper][mpeyper])
Kotlin
  • Generate Grpc SERVICE_NAME as const (#​2773 by [Marius Volkhart][MariusVolkhart])
  • Use %N in KotlinGenerator to ensure names are escaped (#​2784 by [Egor Andreevich][Egorand])
  • Add escapeKotlinKeywords parameter to Kotlin target (#​2785 by [Egor Andreevich][Egorand])
    • You can now set escapeKotlinKeywords = true within our kotlin {} targets to escape Kotlin keywords with backticks rather than having them suffixed with an _.
  • Don't retransmit a PipeDuplexRequestBody (#​2791)
    • We had crashes that occurred when OkHttp attempted to retry sending the request body of a gRPC streaming connection.
Swift
  • Remove deprecated cruft (#​2721 by [Adam Lickel][lickel])
  • Always qualify names for types that conflict with common Swift types (#​2764 by [Dimitris Koutsogiorgas][dnkoutso])
  • Fix edge case for heap based messages using a redacted description field (#​2772 by [Dimitris Koutsogiorgas][dnkoutso])
  • Change unknownFields type to [UInt32: Data] from just Data. (#​2789 by [Dimitris Koutsogiorgas][dnkoutso])
  • Introduce a 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 migration SchemaHandler.Factory#create(includes: List<String>, excludes: List<String>, exclusive: Boolean, outDirectory: String, options: Map<String, String>).
  • The module wire-grpc-server will be extracted into its own repository: https://github.com/square/wire-grpc-server/
    • Here is how one should migrate: // TODO

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@slack-oss-bot slack-oss-bot changed the title Update wire to v4.9.4 Update wire to v4.9.5 Jan 28, 2024
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 3 times, most recently from 9bc8d3e to a519e80 Compare February 3, 2024 08:05
@slack-oss-bot slack-oss-bot changed the title Update wire to v4.9.5 Update wire to v4.9.6 Feb 3, 2024
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 2 times, most recently from 1673dc6 to 3774c02 Compare February 7, 2024 08:04
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 3 times, most recently from a3846d1 to 12c0697 Compare February 13, 2024 08:04
@slack-oss-bot slack-oss-bot changed the title Update wire to v4.9.6 Update wire to v4.9.7 Feb 13, 2024
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 6 times, most recently from fe51ea0 to de8bf8d Compare February 21, 2024 08:04
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 4 times, most recently from 1a88e1e to 6f4777e Compare February 29, 2024 08:05
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 7 times, most recently from b2ca42f to 0ea0a79 Compare March 7, 2024 08:20
@slack-oss-bot slack-oss-bot force-pushed the test-renovate/wire branch 6 times, most recently from 03f6c5e to 53d85c2 Compare March 16, 2024 08:06
@slack-oss-bot slack-oss-bot changed the title Update wire to v4.9.7 Update wire to v4.9.8 Mar 19, 2024
@slack-oss-bot slack-oss-bot added this pull request to the merge queue Mar 19, 2024
Merged via the queue into main with commit 2f4a029 Mar 19, 2024
3 checks passed
@slack-oss-bot slack-oss-bot deleted the test-renovate/wire branch March 19, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants