Skip to content

Bump wire-gradle-plugin from 3.7.0 to 4.4.1#66

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps wire-gradle-plugin from 3.7.0 to 4.4.1.

Changelog

Sourced from wire-gradle-plugin's changelog.

Version 4.4.1

2022-08-05

  • New: Check HTTP2 protocol is set for passed client to GrpcClient.
  • New: Add buildersOnly option for Java and Kotlin target, setting it to true will change the visibility of generate types' constructor to non-public.
  • Fix: Properly define api dependency for okio in wire-schema.
  • Fix: Sort input locations so they match on all platforms.
  • Fix: Avoid NPEs with kotlin 1.7.20 around source sets.
  • Update: Bumped KotlinPoet to 1.12.0.

Version 4.4.0

2022-06-07

  • New: Custom schema handlers! Wire lets you now plug in your own logic to deal with the protobuf schema the way you want. Check [our documentation][custom-handlers-doc] for details. You can also check our [recipe directory][custom-handlers-recipes] for examples. Note that this API obsoletes the CustomHandlerBeta type Wire had until now.
  • New: You can now easily create an in-memory protobuf schema with the new SchemaBuilder class. This lives in the new wire-schema-tests artifact. For usage examples, check the tests in [custom handler recipes][custom-handlers-recipes].
  • Breaking: the wire-profiles artifact has been removed and is now inlined in wire-schema.
  • Breaking: CoreLoader 's isWireRuntimeProto methods are now static.
  • Breaking: SchemaLoader and related classes have been moved from wire-compiler to wire-schema.
  • New: Support packed and map fields when converting to/from JSON with Kotlin.
  • New: Support typesafe accessors and version catalogs in Wire plugin.
  • New: Generate annotations for repeated options.
  • New: Allow parsing of oneof options.
  • New: Support map fields in options.
  • New: Add macosArm64 support to the KMP projects supporting mac.
  • Fix: Properly deal with maps of scalar types, deserializing missing scala key/value into identity.
  • Fix: Fix a crash where ProtoMember was populated with the wrong data.

Version 4.3.0

2022-03-24

  • New: reserved tags and names in enum types are now honoured by Wire.
  • Fix: max keyword is now correctly parsed for enum types.
  • Fix: Wire now writes minus double zeros and minus float zeros on proto3.
  • Fix: Wire doesn't write google wrappers types' identity values anymore.
  • Fix: CoreLoader correctly loads .proto files present in the resources of the project.
  • Fix: Propagate GrpcExceptions in GrpcCalls.
  • Fix: Change GrpcCall.isCanceled to honor OkHttp cancellations.

... (truncated)

Commits
  • cb3a4be Prepare for release 4.4.1.
  • 3e05649 Merge pull request #2314 from square/bquenaudon.2022-08-03.golden
  • e8b087b Introduce golder-files module
  • ed76b80 Merge pull request #2313 from square/bquenaudon.2022-08-03.buildersOnly
  • 4123272 Add buildersOnly option for Java and Kotlin target
  • 3fc502d Avoid NPEs with kotlin 1.7.20 (#2310)
  • d384403 Merge pull request #2309 from staktrace/kartikaya.logstacks
  • 6b7623c Log stacktraces for any failed gradle task
  • 5d70e90 Merge pull request #2296 from alextu/atual/fix-sourceinputs-sort
  • 8f47c85 Fix input locations sorting inconsistency (#2294)
  • 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.4.1.
- [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.4.1)

---
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] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 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/66/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 Aug 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2022

Superseded by #73.

@dependabot dependabot bot closed this Oct 10, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.squareup.wire-wire-gradle-plugin-4.4.1 branch October 10, 2022 23:11
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