Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2023

This PR contains the following updates:

Package Change Age Confidence
google-cloud-logging ^1.12 -> ^3.0.0 age confidence

Release Notes

googleapis/python-logging (google-cloud-logging)

v3.12.1

Compare Source

Bug Fixes
  • Make logging handler close conditional to having the transport opened (#​990) (66c6b91)

v3.12.0

Compare Source

Features
  • Add REST Interceptors which support reading metadata (681bcc5)
  • Add support for opt-in debug logging (681bcc5)
  • Added flushes/close functionality to logging handlers (#​917) (d179304)
Bug Fixes
Documentation
  • Added documentation on log_level and excluded_loggers params in setup_logging (#​971) (70d9d25)
  • Update README to break infinite redirect loop (#​972) (52cd907)

v3.11.4

Compare Source

Bug Fixes

v3.11.3

Compare Source

Bug Fixes

v3.11.2

Compare Source

Bug Fixes
  • deps: Require google-cloud-appengine-logging>=0.1.3 (550abca)
  • deps: Require google-cloud-audit-log >= 0.2.4 (550abca)
  • deps: Require opentelemetry-api>=1.9.0 (550abca)
  • Fixed type hinting issue with specifying Transport class (#​930) (e2875d6)

v3.11.1

Compare Source

Bug Fixes

v3.11.0

Compare Source

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

v3.10.0

Compare Source

Features
  • Allow users to explicitly configure universe domain (#​846) (e998a21)
Bug Fixes
  • Added placeholder kwargs to StructuredLogHandler (#​845) (9bc0a37)
  • Allowed for a partial override of loggers that get excluded from setup_client (#​831) (870c940)
  • Remove usage in including_default_value_fields to prepare for protobuf 5.x (#​866) (66a534d)
  • Use value of cluster-location in GKE for tagging location (#​830) (c15847c)
Documentation
  • Added documentation for Django/Flask integrations and dictConfig (#​848) (c65ec92)

v3.9.0

Compare Source

Features
Bug Fixes
  • Fixed DeprecationWarning for datetime objects for Python 3.12 (#​824) (2384981)
  • Fixed object paths in autogenerated code in owlbot.py (#​804) (b14bb14)
  • Updated protobuf JSON formatting to support nested protobufs (#​797) (a00c261)
  • Use retry_async instead of retry in async client (#​816) (c79f7f5)
  • Use warning instead of warn in system tests to avoid DeprecationWarning (#​821) (c447175)

v3.8.0

Compare Source

Features

v3.7.0

Compare Source

Features
  • Add ConfigServiceV2.CreateBucketAsync method for creating Log Buckets asynchronously (30f24a8)
  • Add ConfigServiceV2.CreateLink method for creating linked datasets for Log Analytics Buckets (30f24a8)
  • Add ConfigServiceV2.DeleteLink method for deleting linked datasets (30f24a8)
  • Add ConfigServiceV2.GetLink methods for describing linked datasets (30f24a8)
  • Add ConfigServiceV2.ListLinks method for listing linked datasets (30f24a8)
  • Add ConfigServiceV2.UpdateBucketAsync method for creating Log Buckets asynchronously (30f24a8)
  • Add LogBucket.analytics_enabled field that specifies whether Log Bucket's Analytics features are enabled (30f24a8)
  • Add LogBucket.index_configs field that contains a list of Log Bucket's indexed fields and related configuration data (30f24a8)
  • Log Analytics features of the Cloud Logging API (30f24a8)
Bug Fixes
Documentation
  • Documentation for the Log Analytics features of the Cloud Logging API (30f24a8)
  • Minor formatting (30f24a8)

v3.6.0

Compare Source

Features
  • Add logic to convert severity string to uppercase (#​744) (c1c8ce1)
Bug Fixes
Documentation

v3.5.0

Compare Source

Features
  • Add support for Python 3.11 (412d481)
Bug Fixes
  • Add context manager return types (e2278c1)
  • Instrumentation entries should not contain user labels (#​703) (e05d132)
  • Require proto-plus 1.22.2 for Python 3.11 (412d481)
  • Send StructuredLogHandler instrumentation log using an explicit logger (#​705) (ac6a2c6)
Documentation
  • Add documentation for enums (e2278c1)

v3.4.0

Compare Source

Features
  • Add typing to proto.Message based class attributes (9d505f1)
Bug Fixes
  • Add dict typing for client_options (9d505f1)
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (9d505f1)
  • Drop usage of pkg_resources (9d505f1)
  • Fix timeout default values (9d505f1)
Documentation
  • samples: Snippetgen handling of repeated enum field (9d505f1)
  • samples: Snippetgen should call await on the operation coroutine before calling result (9d505f1)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
Bug Fixes

v3.2.5

Compare Source

Bug Fixes

v3.2.4

Compare Source

Bug Fixes

v3.2.3

Compare Source

Bug Fixes
  • Mimic the pubsub test to clean up bigquery datasets (#​639) (44deb1b)
  • Nested json with structured log handler (#​636) (b840435)
  • Structured log handler drops reserved fields in json_fields (#​634) (4ef38b3)

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.2

Compare Source

Bug Fixes
Documentation

v3.1.1

Compare Source

Documentation

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • make logging API more friendly to use (#​422)
  • api consistency between HTTP and Gapic layers (#​375)
  • support string-encoded json (#​339)
  • Infer default resource in logger (#​315)
  • support json logs (#​316)
  • deprecate AppEngineHandler and ContainerEngineHandler (#​310)
Features
Bug Fixes
Miscellaneous Chores
  • deprecate AppEngineHandler and ContainerEngineHandler (#​310) (e3cac88)
Documentation

v2.7.2

Compare Source

Bug Fixes

v2.7.1

Compare Source

2.7.1 (2022-04-06)
Bug Fixes
  • deps: require google-api-core >= 1.31.5, >= 2.3.2 on v2 release (#​501) (0c5d9aa)

v2.7.0

Compare Source

Features
Bug Fixes
  • add 'dict' annotation type to 'request' (76ac729)
  • add 'dict' annotation type to 'request' (23f9e1f)
  • deps: drop packaging dependency (9d38995)
  • deps: require google-api-core >= 1.28.0 (9d38995)
  • deps: require proto-plus==1.15.0 (76ac729)
  • exception log message format (#​394) (c426bf5)
  • improper types in pagers generation (76ac729)
  • improper types in pagers generation (6a837a5)
Documentation
  • list oneofs in docstring (9d38995)

v2.6.0

Compare Source

Features
Bug Fixes
Documentation

v2.5.0

Compare Source

Features
Bug Fixes

v2.4.0

Compare Source

Features
Bug Fixes

v2.3.1

Compare Source

Bug Fixes
  • detect project from environment instead of from logger (#​238) (813b97c)
  • revert default resource behavior to avoid breaking changes (#​237) (24a0a5e)

v2.3.0

Compare Source

Features
  • Add json setting to allow unicodes to show in log instead of ascii ch… (#​193) (e8c8e30)
  • detect monitored resources on all GCP environments (#​200) (4eda681)
Bug Fixes
Documentation

v2.2.0

Compare Source

Features
  • add 'from_service_account_info' factory to clients (a9ff2b7)
Bug Fixes

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features
Bug Fixes
  • add InternalServerError to list of expected errors (#​151) (9bf49f5)
Documentation

v2.0.2

Compare Source

Bug Fixes
  • Add submodule imports for handlers to logging alias (#​117) (6843a3a)
  • remove client recv msg limit fix: add enums to types/__init__.py (#​131) (6349b89)
  • Remove keyword only argument for RequestsMiddleware (#​113) (e704f28)

v2.0.1

Compare Source

Bug Fixes
Documentation

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • Use microgenerator for GAPIC layer. See UPGRADING.md for details. (#​94)
  • removes support for webapp2 and other Python2 specific code
Features
Bug Fixes
Code Refactoring
Documentation

v1.15.3

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.15%. Comparing base (734841f) to head (e836d22).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   43.15%   43.15%           
=======================================
  Files          24       24           
  Lines        1622     1622           
=======================================
  Hits          700      700           
  Misses        922      922           

@renovate renovate bot force-pushed the renovate/google-cloud-logging-3.x branch 3 times, most recently from 9b1cc9d to 2656bb9 Compare March 20, 2023 20:25
@renovate renovate bot force-pushed the renovate/google-cloud-logging-3.x branch 5 times, most recently from 02a31eb to e836d22 Compare January 30, 2024 05:53
@renovate renovate bot force-pushed the renovate/google-cloud-logging-3.x branch from e836d22 to 627c39c Compare August 14, 2025 23:42
Copy link
Contributor Author

renovate bot commented Aug 16, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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