Skip to content

Bump wire-gradle-plugin from 3.7.0 to 4.1.0#37

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.1.0
Closed

Bump wire-gradle-plugin from 3.7.0 to 4.1.0#37
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps wire-gradle-plugin from 3.7.0 to 4.1.0.

Changelog

Sourced from wire-gradle-plugin's changelog.

Version 4.1.0

2022-01-28

  • New: When using Wire JSON factories, you can now override the proto3 behavior of skipping default values when writing JSON. Set writeIdentityValues to true for either WireJsonAdapterFactory or WireTypeAdapterFactory to enable it.
  • Breaking: WireLogger methods has been refactored to remove platform dependencies and allow more precise callbacks. We might add new methods in the future for better logging still.
  • Removal: The dry-run option on WireCompiler has been removed.
  • Swift: WireCompiler podspec is now backup by a jar so consumers will not have to locally build it on pod install.

Version 4.0.1

2021-12-07

  • Fix: Don't fail at compilation when an enum is in a oneof for Swift generation.

Version 4.0.0

2021-12-03

  • New: Add 'nameSuffix' parameter for configuring generated service-class names in Kotlin.
  • New: Define oneofName in @WireField.
  • New: Enable iosSimulatorArm64 for Kotlin multiplatform.
  • New: Expose the source .proto file at ProtoAdaper.sourceFile. This is null for built-in types and types generated prior to this release.
  • New: Generate Kotlin code whose members match the declaration order of the corresponding .proto files. In previous releases, generated members were sorted by kind (fields, oneofs), then by declaration order. With this update only declaration order is used. Note that this will change the encoded-bytes of these messages. This change is both forwards and backwards-compatible. Identical encoding of equal messages across Wire releases is typical but not guaranteed, and this is a rare release that changes that encoding. If you do cryptographic hashes on encoded proto messages, you will notice that the hashes are different in this release.
  • New: Option in SchemaLoader to exhaustively load imported files. By default we only load what's immediately necessary to generate code; this new option loads everything reachable into the schema.
  • New: Programmatic API to prune schemas. See Pruner in wire-schema.
  • New: SchemaLoader doesn't extend the Closeable interface anymore.
  • New: Support rpcRole = 'none' in the Gradle plugin to generate neither client nor server code.
  • New: Support for Android variants.
  • New: Support for glob syntax in srcJar includes.
  • New: Support for special float literals.
  • New: Swift support Timestamp and Duration.
  • New: The Wire plugin requires an output to be set. Before, it would generate Java code by default; it will now throw if there are no [output][wire-customizing-output] defined.

... (truncated)

Commits
  • 337ae80 Prepare for release 4.1.0.
  • 7d8e5f5 Prepare next development version.
  • 732116f Prepare for release 4.0.2.
  • 188bbca Implement writeIdentityValues in JsonFactories (#2189)
  • 0caabe6 Add WatchOS support to the Swift tests (#2186)
  • 2d0b2bd Remove dry-run and NullTarget from WireCompiler (#2185)
  • 4c0c638 Deploying other modules of Wire APIs on the website
  • e049011 Adds targetname to WireLogger artifact handled/skipped methods (#2184)
  • bb2a00e Inline WireLogger#warn into each scenarios (#2182)
  • d5e1920 Removing setQuiet from the WireLogger API (#2183)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wire-gradle-plugin](https://github.com/square/wire) from 3.7.0 to 4.1.0.
- [Release notes](https://github.com/square/wire/releases)
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@3.7.0...4.1.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2022

Dependabot tried to add @cortinico, @vbuberen and @MiSikora as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/esafirm/Chucker/pulls/37/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the esafirm/Chucker repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 31, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2022

Superseded by #39.

@dependabot dependabot bot closed this Feb 21, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.1.0 branch February 21, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants