From 8d8f5beac27da62e6fecaa12ca6e67c367d51b4f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:23:09 -0400 Subject: [PATCH] chore(main): release logging 1.11.0 (#10196) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest-individual.json | 2 +- logging/CHANGES.md | 20 ++++++++++++++++++++ logging/internal/version.go | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 02b2824e48da..f71c3d056f70 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -8,7 +8,7 @@ "datastore": "1.17.1", "errorreporting": "0.3.1", "firestore": "1.15.0", - "logging": "1.10.0", + "logging": "1.11.0", "profiler": "0.4.1", "pubsub": "1.40.0", "pubsublite": "1.8.2", diff --git a/logging/CHANGES.md b/logging/CHANGES.md index 799ab3ec86fa..aced14a09b2b 100644 --- a/logging/CHANGES.md +++ b/logging/CHANGES.md @@ -1,5 +1,25 @@ # Changes +## [1.11.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.10.0...logging/v1.11.0) (2024-07-24) + + +### Features + +* **logging:** OpenTelemetry trace/span ID integration for Go logging library ([#10030](https://github.com/googleapis/google-cloud-go/issues/10030)) ([c6711b8](https://github.com/googleapis/google-cloud-go/commit/c6711b83cb6f9f35032e69a40632b7268fcdbd0a)) + + +### Bug Fixes + +* **logging:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **logging:** Bump google.golang.org/grpc@v1.64.1 ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5)) +* **logging:** Skip automatic resource detection if a CommonResource ([#10441](https://github.com/googleapis/google-cloud-go/issues/10441)) ([fc4c910](https://github.com/googleapis/google-cloud-go/commit/fc4c91099443385d3052e1d6cf1020c7918c0e5a)) +* **logging:** Update dependencies ([257c40b](https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758)) + + +### Documentation + +* **logging:** Documentation for automatic trace/span ID extraction ([#10536](https://github.com/googleapis/google-cloud-go/issues/10536)) ([8cf89a3](https://github.com/googleapis/google-cloud-go/commit/8cf89a340ad75cc1c39e8a9b876b47af069aa273)) + ## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.9.0...logging/v1.10.0) (2024-05-15) diff --git a/logging/internal/version.go b/logging/internal/version.go index 1850527884a3..77cefca24d54 100644 --- a/logging/internal/version.go +++ b/logging/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.10.0" +const Version = "1.11.0"