diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index cf6dca2b18e9..44f7b15680d1 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -8,7 +8,7 @@ "datastore": "1.17.0", "errorreporting": "0.3.0", "firestore": "1.15.0", - "logging": "1.9.0", + "logging": "1.10.0", "profiler": "0.4.0", "pubsub": "1.38.0", "pubsublite": "1.8.1", diff --git a/logging/CHANGES.md b/logging/CHANGES.md index b35449a67701..799ab3ec86fa 100644 --- a/logging/CHANGES.md +++ b/logging/CHANGES.md @@ -1,5 +1,20 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.9.0...logging/v1.10.0) (2024-05-15) + + +### Features + +* **logging/logadmin:** Allow logging PageSize to override ([#9409](https://github.com/googleapis/google-cloud-go/issues/9409)) ([5ca0271](https://github.com/googleapis/google-cloud-go/commit/5ca0271f4354d51a968cf5819322d1c093944d1c)) + + +### Bug Fixes + +* **logging:** Bump x/net to v0.24.0 ([ba31ed5](https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4)) +* **logging:** Enable universe domain resolution options ([fd1d569](https://github.com/googleapis/google-cloud-go/commit/fd1d56930fa8a747be35a224611f4797b8aeb698)) +* **logging:** Set default value for BundleByteLimit to 9.5 MiB to avoid payload size limits. ([#9662](https://github.com/googleapis/google-cloud-go/issues/9662)) ([d5815da](https://github.com/googleapis/google-cloud-go/commit/d5815da84dfb3fedd67bce4c7a24e2f0ab235811)) +* **logging:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a)) + ## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.8.1...logging/v1.9.0) (2023-12-12) @@ -153,6 +168,3 @@ This is the first tag to carve out logging as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. - - - diff --git a/logging/internal/version.go b/logging/internal/version.go index 37e23cdd396f..1850527884a3 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.9.0" +const Version = "1.10.0"