Skip to content

Commit

Permalink
Update wire to v5.1.0 (#959)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.squareup.wire](https://redirect.github.com/square/wire) | plugin
| minor | `5.0.0` -> `5.1.0` |
|
[com.squareup.wire:wire-gradle-plugin](https://redirect.github.com/square/wire)
| 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

<details>
<summary>square/wire (com.squareup.wire)</summary>

###
[`v5.1.0`](https://redirect.github.com/square/wire/blob/HEAD/CHANGELOG.md#Version-510)

[Compare
Source](https://redirect.github.com/square/wire/compare/5.0.0...5.1.0)

*2024-09-11*

##### Common

- Support for Kotlin `2.0.20`.
([#&#8203;3093](https://redirect.github.com/square/wire/issues/3093))
- `srcDir(String)` has been undeprecated.
([#&#8203;3039](https://redirect.github.com/square/wire/issues/3039))
- Some loggings now happen at the debug level, instead of info.
([#&#8203;3041](https://redirect.github.com/square/wire/issues/3041))
- Remove some unactionable warnings on Kotlin/JS
([#&#8203;3047](https://redirect.github.com/square/wire/issues/3047))
- Propagate the deprecated flag on EnumType after pruning by
wire-gradle-plugin
([#&#8203;3076](https://redirect.github.com/square/wire/issues/3076) by
\[Aaron Edwards]\[aaron-edwards])
- Introduce `ProtoReader32`, a specialization for Kotlin/JS
([#&#8203;3077](https://redirect.github.com/square/wire/issues/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
([#&#8203;3078](https://redirect.github.com/square/wire/issues/3078) by
\[Aurimas]\[liutikas])
- Change the recursion limit to match grpc's default
([#&#8203;3091](https://redirect.github.com/square/wire/issues/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.
([#&#8203;2993](https://redirect.github.com/square/wire/issues/2993))
- Don't throw if reading trailers fail
([#&#8203;3087](https://redirect.github.com/square/wire/issues/3087))

##### Swift

- Avoid crash when parsing an empty repeated `[packed=true]` for
fixed-length types.
([#&#8203;3044](https://redirect.github.com/square/wire/issues/3044) by
\[Sasha Weiss]\[sashaweiss-signal])

</details>

---

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot authored Sep 12, 2024
1 parent 6918d21 commit 10f76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sortDependencies = "0.7"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
versionsPlugin = "0.47.0"
wire = "5.0.0"
wire = "5.1.0"

[plugins]
bestPracticesPlugin = { id = "com.autonomousapps.plugin-best-practices-plugin", version = "0.10" }
Expand Down

0 comments on commit 10f76a1

Please sign in to comment.