Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"automl": "1.13.7",
"backupdr": "0.1.1",
"baremetalsolution": "1.2.6",
"batch": "1.8.6",
"batch": "1.8.7",
"beyondcorp": "1.0.6",
"billing": "1.18.5",
"binaryauthorization": "1.8.3",
Expand Down Expand Up @@ -53,7 +53,7 @@
"dialogflow": "1.53.0",
"discoveryengine": "1.8.0",
"dlp": "1.14.0",
"documentai": "1.29.0",
"documentai": "1.30.0",
"domains": "0.9.7",
"edgecontainer": "1.2.1",
"edgenetwork": "0.2.4",
Expand Down Expand Up @@ -88,7 +88,7 @@
"networkconnectivity": "1.14.6",
"networkmanagement": "1.13.2",
"networksecurity": "0.9.7",
"networkservices": "0.0.0",
"networkservices": "0.1.0",
"notebooks": "1.11.5",
"optimization": "1.6.5",
"orchestration": "1.9.2",
Expand All @@ -104,9 +104,9 @@
"recaptchaenterprise": "2.13.0",
"recommendationengine": "0.8.7",
"recommender": "1.12.3",
"redis": "1.15.0",
"redis": "1.16.0",
"resourcemanager": "1.9.7",
"resourcesettings": "1.6.7",
"resourcesettings": "1.7.0",
"retail": "1.16.2",
"run": "1.3.7",
"scheduler": "1.10.8",
Expand All @@ -122,7 +122,7 @@
"servicemanagement": "1.9.8",
"serviceusage": "1.8.6",
"shell": "1.7.7",
"shopping": "0.7.0",
"shopping": "0.8.0",
"speech": "1.23.1",
"storageinsights": "1.0.7",
"storagetransfer": "1.10.6",
Expand Down
7 changes: 7 additions & 0 deletions batch/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## [1.8.7](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.6...batch/v1.8.7) (2024-06-05)


### Documentation

* **batch:** Documentation improvements ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))

## [1.8.6](https://github.com/googleapis/google-cloud-go/compare/batch/v1.8.5...batch/v1.8.6) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion batch/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions documentai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes


## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.29.0...documentai/v1.30.0) (2024-06-05)


### Features

* **documentai:** Make Layout Parser generally available in V1 ([#10286](https://github.com/googleapis/google-cloud-go/issues/10286)) ([92dc381](https://github.com/googleapis/google-cloud-go/commit/92dc381da281197567a2c9eb8dc941292000a3da))

## [1.29.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.28.1...documentai/v1.29.0) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion documentai/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.29.0"
const Version = "1.30.0"
10 changes: 9 additions & 1 deletion networkservices/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Changes
# Changelog

## 0.1.0 (2024-06-05)


### Features

* **networkservices:** New client(s) ([#10314](https://github.com/googleapis/google-cloud-go/issues/10314)) ([ee4df98](https://github.com/googleapis/google-cloud-go/commit/ee4df98e7ff89c005ee345120fb53c85086a2461))

## Changes
2 changes: 1 addition & 1 deletion networkservices/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions redis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## [1.16.0](https://github.com/googleapis/google-cloud-go/compare/redis/v1.15.0...redis/v1.16.0) (2024-06-05)


### Features

* **redis/cluster:** [Memorystore for Redis Cluster] Add persistence support ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))
* **redis/cluster:** [Memorystore for Redis Cluster] Add support for different node types ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))
* **redis/cluster:** [Memorystore for Redis Cluster] Get details of certificate authority from redis cluster ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))


### Documentation

* **redis/cluster:** [Memorystore for Redis Cluster] size_gb field shows the size of the cluster rounded up to the next integer, precise_size_gb field will show the exact size of the cluster ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))

## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/redis/v1.14.4...redis/v1.15.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion redis/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.15.0"
const Version = "1.16.0"
7 changes: 7 additions & 0 deletions resourcesettings/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/resourcesettings/v1.6.7...resourcesettings/v1.7.0) (2024-06-05)


### Features

* **resourcesettings:** Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 ([#10300](https://github.com/googleapis/google-cloud-go/issues/10300)) ([6015637](https://github.com/googleapis/google-cloud-go/commit/6015637c97c205a5811cea64be51676b3dcf16d8))

## [1.6.7](https://github.com/googleapis/google-cloud-go/compare/resourcesettings/v1.6.6...resourcesettings/v1.6.7) (2024-05-01)


Expand Down
2 changes: 1 addition & 1 deletion resourcesettings/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.6.7"
const Version = "1.7.0"
13 changes: 12 additions & 1 deletion shopping/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.7.0...shopping/v0.8.0) (2024-06-05)


### Features

* **shopping:** New client(s) ([#10313](https://github.com/googleapis/google-cloud-go/issues/10313)) ([b439b80](https://github.com/googleapis/google-cloud-go/commit/b439b80a7488ff6b3bce775b63f7923951ee5e1a))


### Documentation

* **shopping/merchant/accounts:** Mark `BusinessInfo.phone` as output only ([#10319](https://github.com/googleapis/google-cloud-go/issues/10319)) ([d5150d3](https://github.com/googleapis/google-cloud-go/commit/d5150d34eabac0218cbd16a9bbdaaaf019cf237d))

## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/shopping/v0.6.0...shopping/v0.7.0) (2024-05-22)


Expand Down Expand Up @@ -125,4 +137,3 @@
* **shopping:** New clients ([#8699](https://github.com/googleapis/google-cloud-go/issues/8699)) ([0e43b40](https://github.com/googleapis/google-cloud-go/commit/0e43b40184bacac8d355ea2cfd00ebe58bd9e30b))

## Changes

2 changes: 1 addition & 1 deletion shopping/internal/version.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.