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 v5.2.1 #1172

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Update wire to v5.2.1 #1172

merged 1 commit into from
Jan 14, 2025

Conversation

slack-oss-bot
Copy link
Collaborator

This PR contains the following updates:

Package Type Update Change
com.squareup.wire plugin minor 5.1.0 -> 5.2.1
com.squareup.wire:wire-gradle-plugin dependencies minor 5.1.0 -> 5.2.1

Release Notes

square/wire (com.squareup.wire)

v5.2.1

Compare Source

2025-01-07

JVM generation
  • Fix support for mutable messages in Wire's Kotlin Generator. (#​3233 by [Rahul Ravikumar][tikurahul])

v5.2.0

Compare Source

2025-01-06

Common
  • Enforce recursion limit when parsing nested groups. (#​3119)
CLI wire-compiler
  • It is now possible to set multiple targets. (#​3106 & #​3107)
  • The option opaque_types introduced in 4.9.2 for the Wire Gradle plugin is now available on CLI. (#​3147)
JVM generation
  • KotlinPoet has been updated to 2.0.0 which dramatically changes how generated Kotlin files are wrapped. This is neither a source nor a binary breaking changes.
  • A new @WireEnclosingType annotation is now applied to generated types so R8 doesn't prune too much. (#​3123)
  • Split the redact method into chunks when a type has more than 100 fields to avoid compilation error. (#​3214 by [Damian Wieczorek][damianw])
  • Add support for mutable messages in Wire's Kotlin Generator. (#​3217 by [Rahul Ravikumar][tikurahul])
    • You can opt-in by adding mutableTypes = true on your Kotlin target. This is unsafe and we do not recommend that you use it unless you have a sound use-case for it.
  • Wire is now using Palantir's JavaPoet instead of Square's JavaPoet.
Swift
  • Fix buffer overflow and data corruption when a type has more than 5 layers of nesting (#​3203 by [Eric Amorde][amorde])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 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 force-pushed the test-renovate/wire branch 3 times, most recently from ca6f2f0 to 0b9eea4 Compare January 13, 2025 08:06
@slack-oss-bot slack-oss-bot added this pull request to the merge queue Jan 14, 2025
Merged via the queue into main with commit 72f7247 Jan 14, 2025
4 checks passed
@slack-oss-bot slack-oss-bot deleted the test-renovate/wire branch January 14, 2025 21:40
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