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

Bump protobuf-gradle-plugin from 0.8.7 to 0.8.17 #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps protobuf-gradle-plugin from 0.8.7 to 0.8.17.

Release notes

Sourced from protobuf-gradle-plugin's releases.

v0.8.17 is released

Fixed bugs

  • Fix configuration caching violation when generating jar plugin trampoline script by using saved ProjectLayout to get build directory in GenerateProtoTask (#509)

Improvements

  • Make IDEA support work out of the box with lazy lookup of the IDEA plugin (#506)

Thanks to contributors

v0.8.16 is released

Fixed bugs

  • Make compileProtoPath variant selection criteria tighter by adding JAVA_RUNTIME usage attribute. Without this, dependency resolution may result in ambiguous variant selection error if the dependency exposes variants with different usages (#489)
  • Add explicit DuplicatesStrategy as required by Gradle 7+ (#487)

Improvements

  • Mark generated code as "generated" folder in IDEA, so that users will get warned if they try to edit those files (#477)
  • Support outputting generated code directly into JAR/ZIP (#480)

Thanks to contributors

v0.8.15 is released

Fixed bugs

  • Added missing proto{} Kotlin DSL for Android builds configuring proto source directory (#443).

Improvements

  • Undeclared configuration-time system property or file reads have been eliminated, this plugin is fully compliant with Gradle configuration caching (#467).
  • Avoid running ProtobufExtract tasks if unrelated files change (#452).

Thanks to contributors

v0.8.14 is released

Fixed bugs

  • Link only generated Java and Kotlin to compilation task by default (#375). Fixes the issue in projects with no Java/Kotlin code (with Java plugin applied, maybe implicitly, such as the Scala plugin) that compileJava task is triggered with "no source files" error.
  • Support packaging and extracting protos in Android aar (#440, #443). Functionalities of importing protos from Android AAR dependencies is broken in the previous release. It is fixed now.
  • Avoid storing variantName property in the task (#448). Fixes the issue of internal warning being triggered by Gradle's configuration caching trying to serialize properties in GenerateProtoTask.

Thanks to contributors

v0.8.13 is released

New features

  • This plugin now partially supports Gradle configuration cache (requires Gradle 6.6+). It works to some extent, but there are still problems. (#406, #408, #413)
  • Added support for using JAR protoc plugins. (#423)

Fixed bugs

... (truncated)

Commits
  • 2f0fe10 0.8.17 release
  • 5d0d5ad Use ProjectLayout to get build directory in GenerateProtoTask
  • 0e24de2 Make IDEA support work out of the box
  • 46825f9 Start 0.8.17 development cycle
  • 784f97d 0.8.16 release
  • 44309a2 Make compileProtoPath variant selection criteria tighter (#489)
  • 76a1922 Add explicit DuplicatesStrategy as required by gradle 7+ (#487)
  • 1ff7893 Fix typo for setting descriptor location in README example (#484)
  • cd45c9d Support outputting generated code directly into JAR/ZIP archives (#480)
  • 0500ff3 Mark generated source dirs in IDEA (#477)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 15, 2021
@dependabot-preview dependabot-preview bot requested a review from yidongnan July 15, 2021 21:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants