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.1.0 #959

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Update wire to v5.1.0 #959

merged 1 commit into from
Sep 12, 2024

Conversation

slack-oss-bot
Copy link
Collaborator

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

square/wire (com.squareup.wire)

v5.1.0

Compare Source

2024-09-11

Common
  • Support for Kotlin 2.0.20. (#​3093)
  • srcDir(String) has been undeprecated. (#​3039)
  • Some loggings now happen at the debug level, instead of info. (#​3041)
  • Remove some unactionable warnings on Kotlin/JS (#​3047)
  • Propagate the deprecated flag on EnumType after pruning by wire-gradle-plugin (#​3076 by [Aaron Edwards][aaron-edwards])
  • Introduce ProtoReader32, a specialization for Kotlin/JS (#​3077)
    This is an alternative to ProtoReader, which uses Long as a cursor. It originates as an optimization for Kotlin/JS, where Long cursors are prohibitively expensive.
  • Fix Gradle project isolation issue when reading a property (#​3078 by [Aurimas][liutikas])
  • Change the recursion limit to match grpc's default (#​3091)
Kotlin
  • New enum option enum_mode to take precedence over the enumMode option added in 5.0.0-alpha02. Use this if you want to migrate your enums granularly. (#​2993)
  • Don't throw if reading trailers fail (#​3087)
Swift
  • Avoid crash when parsing an empty repeated [packed=true] for fixed-length types. (#​3044 by [Sasha Weiss][sashaweiss-signal])

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 added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit 10f76a1 Sep 12, 2024
3 checks passed
@slack-oss-bot slack-oss-bot deleted the test-renovate/wire branch September 12, 2024 17:07
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