brianglass / orthocal-python

Orthodox Calendar
https://orthocal.info
MIT License
17 stars 3 forks source link

Bump google-cloud-logging from 3.10.0 to 3.11.0 #81

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps google-cloud-logging from 3.10.0 to 3.11.0.

Release notes

Sourced from google-cloud-logging's releases.

v3.11.0

3.11.0 (2024-07-15)

Features

  • OpenTelemetry trace/spanID integration for Python handlers (#889) (78168a3)

Bug Fixes

  • Added environment specific labels to client library when running in Cloud Run Jobs (#877) (9c5e8f0)
  • Added missing import into logger.py (#896) (9ca242d)
  • Added type hints to CloudLoggingHandler constructor (#903) (6959345)

Documentation

  • Add summary_overview template (#878) (b60714c)
  • Changed table in web-framework-integration to bulleted list (#875) (a4aa3a7)
  • Documentation update for OpenTelemetry (#915) (2a0539a)
  • Update dictConfig snippet (#885) (6264107)
Changelog

Sourced from google-cloud-logging's changelog.

3.11.0 (2024-07-15)

Features

  • OpenTelemetry trace/spanID integration for Python handlers (#889) (78168a3)

Bug Fixes

  • Added environment specific labels to client library when running in Cloud Run Jobs (#877) (9c5e8f0)
  • Added missing import into logger.py (#896) (9ca242d)
  • Added type hints to CloudLoggingHandler constructor (#903) (6959345)

Documentation

  • Add summary_overview template (#878) (b60714c)
  • Changed table in web-framework-integration to bulleted list (#875) (a4aa3a7)
  • Documentation update for OpenTelemetry (#915) (2a0539a)
  • Update dictConfig snippet (#885) (6264107)
Commits
  • 5bc9b44 chore(main): release 3.11.0 (#876)
  • 2a0539a docs: Documentation update for OpenTelemetry (#915)
  • 6266f39 chore(deps): update all dependencies (#914)
  • 953dcb8 chore(python): use python 3.10 for docs build (#913)
  • 09b7711 chore(python): Use latest python runtime in prerelease_deps session (#910)
  • 6959345 fix: Added type hints to CloudLoggingHandler constructor (#903)
  • a49f78c test: Fixed unsupported resource type in system test (#904)
  • 9ca242d fix: Added missing import into logger.py (#896)
  • 78168a3 feat: OpenTelemetry trace/spanID integration for Python handlers (#889)
  • e46bbf8 chore: fix minor typos (#894)
  • 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 show 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)