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

[maven] Bump flogger.version from 0.7.4 to 0.8 #4

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2024

Bumps flogger.version from 0.7.4 to 0.8.
Updates com.google.flogger:flogger from 0.7.4 to 0.8

Release notes

Sourced from com.google.flogger:flogger's releases.

Flogger 0.8

Changelog:

  • Support custom logsite formatting in SimpleAndroidLoggerBackend. (cb9e836)
  • Allow no-op params or null in ScopedLoggingContext.Builder methods. (82362ff, 5aa0649)
  • Remove generic type from convenience LoggingApi#with method signature. This is a SOURCE-INCOMPATIBLE change for Kotlin clients, since those will have had to supply a useless type parameter and will now have to delete it. (e8f97f0)
  • Added a new PRNG based onAverageEvery(N) rate limiting method. (c25d34e)
  • Added a new per() method to support arbitrary aggregation keys. (bddcc1d)
  • Improved docs for static methods in ScopedLoggingContexts. (c568eee)
  • Improved rate limiter behavior. (90f01f1)
  • Removed unused type parameter from ScopedLoggingContexts#applyLogLevelMap. (e2d80fb)
  • Refactored rate limiter classes. (209a0a4)
  • Fix bug whereby unused LogSiteStats were being generated. (bd2d607)

This release also updates many dependency versions, including updating log4j2 and gRPC to newer versions without vulnerabilities.

Commits
  • 5521e58 Update to latest Bazel Common to pick up new dependency versions, including f...
  • cb9e836 Support custom logsite formatting in SimpleAndroidLoggerBackend.
  • 70c5aea Adjust the google_bazel_common reference to pick up the latest changes.
  • 82362ff Use Tags.empty() as no-op argument. Reject multiple calls to withLogLevelMap.
  • 5aa0649 Accept no-op null arguments in ScopedLoggingContext.Builder.
  • 0e3818b Adding a static helper to expose the ScopeType constructor for ScopedLoggingC...
  • 13e8ba1 Ensure that if two InjectedLogSites have equal toString representations, the ...
  • e8f97f0 Removing generic type from aliased with method signature.
  • c25d34e Adding a new rate limiting method ("onAverageEvery(N)") which uses a pseudo r...
  • bddcc1d Adding a new variations of the "per()" method to allow arbitrary keys to be u...
  • Additional commits viewable in compare view

Updates com.google.flogger:flogger-slf4j-backend from 0.7.4 to 0.8

Release notes

Sourced from com.google.flogger:flogger-slf4j-backend's releases.

Flogger 0.8

Changelog:

  • Support custom logsite formatting in SimpleAndroidLoggerBackend. (cb9e836)
  • Allow no-op params or null in ScopedLoggingContext.Builder methods. (82362ff, 5aa0649)
  • Remove generic type from convenience LoggingApi#with method signature. This is a SOURCE-INCOMPATIBLE change for Kotlin clients, since those will have had to supply a useless type parameter and will now have to delete it. (e8f97f0)
  • Added a new PRNG based onAverageEvery(N) rate limiting method. (c25d34e)
  • Added a new per() method to support arbitrary aggregation keys. (bddcc1d)
  • Improved docs for static methods in ScopedLoggingContexts. (c568eee)
  • Improved rate limiter behavior. (90f01f1)
  • Removed unused type parameter from ScopedLoggingContexts#applyLogLevelMap. (e2d80fb)
  • Refactored rate limiter classes. (209a0a4)
  • Fix bug whereby unused LogSiteStats were being generated. (bd2d607)

This release also updates many dependency versions, including updating log4j2 and gRPC to newer versions without vulnerabilities.

Commits
  • 5521e58 Update to latest Bazel Common to pick up new dependency versions, including f...
  • cb9e836 Support custom logsite formatting in SimpleAndroidLoggerBackend.
  • 70c5aea Adjust the google_bazel_common reference to pick up the latest changes.
  • 82362ff Use Tags.empty() as no-op argument. Reject multiple calls to withLogLevelMap.
  • 5aa0649 Accept no-op null arguments in ScopedLoggingContext.Builder.
  • 0e3818b Adding a static helper to expose the ScopeType constructor for ScopedLoggingC...
  • 13e8ba1 Ensure that if two InjectedLogSites have equal toString representations, the ...
  • e8f97f0 Removing generic type from aliased with method signature.
  • c25d34e Adding a new rate limiting method ("onAverageEvery(N)") which uses a pseudo r...
  • bddcc1d Adding a new variations of the "per()" method to allow arbitrary keys to be u...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2024

The following labels could not be found: java, dependencies, patch.

@sebastienvermeille
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/flogger.version-0.8 branch 2 times, most recently from f3e8d29 to f4f8f7b Compare August 20, 2024 05:08
@sebastienvermeille
Copy link
Owner

@dependabot rebase

Bumps `flogger.version` from 0.7.4 to 0.8.

Updates `com.google.flogger:flogger` from 0.7.4 to 0.8
- [Release notes](https://github.com/google/flogger/releases)
- [Commits](google/flogger@flogger-0.7.4...flogger-0.8)

Updates `com.google.flogger:flogger-slf4j-backend` from 0.7.4 to 0.8
- [Release notes](https://github.com/google/flogger/releases)
- [Commits](google/flogger@flogger-0.7.4...flogger-0.8)

---
updated-dependencies:
- dependency-name: com.google.flogger:flogger
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.flogger:flogger-slf4j-backend
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/flogger.version-0.8 branch from f4f8f7b to b3c6924 Compare August 20, 2024 05:11
@sebastienvermeille sebastienvermeille enabled auto-merge (squash) August 20, 2024 05:12
Copy link

sonarcloud bot commented Aug 20, 2024

@sebastienvermeille sebastienvermeille merged commit 442aea2 into master Aug 20, 2024
3 checks passed
@sebastienvermeille sebastienvermeille deleted the dependabot/maven/flogger.version-0.8 branch August 20, 2024 05:13
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.

1 participant