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
22 changes: 11 additions & 11 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ libraries:
- internal/generated/snippets/advisorynotifications/
tag_format: '{id}/v{version}'
- id: ai
version: 0.14.0
version: 0.15.0
last_generated_commit: ef6a532bfd9ab7a944bdedd64c69a2b4042db58b
apis:
- path: google/ai/generativelanguage/v1
Expand Down Expand Up @@ -137,7 +137,7 @@ libraries:
- internal/generated/snippets/ai/
tag_format: '{id}/v{version}'
- id: aiplatform
version: 1.112.0
version: 1.113.0
last_generated_commit: d4a34bf03d617723146fe3ae15192c4d93981a27
apis:
- path: google/cloud/aiplatform/v1
Expand Down Expand Up @@ -174,7 +174,7 @@ libraries:
- internal/generated/snippets/aiplatform/
tag_format: '{id}/v{version}'
- id: alloydb
version: 1.19.0
version: 1.20.0
last_generated_commit: d4a34bf03d617723146fe3ae15192c4d93981a27
apis:
- path: google/cloud/alloydb/v1
Expand Down Expand Up @@ -409,7 +409,7 @@ libraries:
- internal/generated/snippets/apikeys/
tag_format: '{id}/v{version}'
- id: apiregistry
version: 0.0.0
version: 0.1.0
last_generated_commit: b607ece2e97f19a8f105a6cd40368da68e7bc613
apis:
- path: google/cloud/apiregistry/v1beta
Expand Down Expand Up @@ -568,7 +568,7 @@ libraries:
- internal/generated/snippets/area120/
tag_format: '{id}/v{version}'
- id: artifactregistry
version: 1.18.0
version: 1.19.0
last_generated_commit: ef6a532bfd9ab7a944bdedd64c69a2b4042db58b
apis:
- path: google/devtools/artifactregistry/v1
Expand Down Expand Up @@ -1637,7 +1637,7 @@ libraries:
- internal/generated/snippets/commerce/
tag_format: '{id}/v{version}'
- id: compute
version: 1.52.0
version: 1.53.0
last_generated_commit: d4a34bf03d617723146fe3ae15192c4d93981a27
apis:
- path: google/cloud/compute/v1
Expand Down Expand Up @@ -2491,7 +2491,7 @@ libraries:
- internal/generated/snippets/edgenetwork/
tag_format: '{id}/v{version}'
- id: errorreporting
version: 0.3.2
version: 0.4.0
last_generated_commit: 72e7439c8e7e9986cf1865e337fc7c64ca5bda1f
apis:
- path: google/devtools/clouderrorreporting/v1beta1
Expand Down Expand Up @@ -2714,7 +2714,7 @@ libraries:
- internal/generated/snippets/functions/
tag_format: '{id}/v{version}'
- id: geminidataanalytics
version: 0.4.0
version: 0.5.0
last_generated_commit: ef6a532bfd9ab7a944bdedd64c69a2b4042db58b
apis:
- path: google/cloud/geminidataanalytics/v1beta
Expand Down Expand Up @@ -3300,7 +3300,7 @@ libraries:
- internal/generated/snippets/logging/
tag_format: '{id}/v{version}'
- id: longrunning
version: 0.7.0
version: 0.8.0
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818
apis:
- path: google/longrunning
Expand Down Expand Up @@ -3350,7 +3350,7 @@ libraries:
- internal/generated/snippets/lustre/
tag_format: '{id}/v{version}'
- id: maintenance
version: 0.2.0
version: 0.3.0
last_generated_commit: ef6a532bfd9ab7a944bdedd64c69a2b4042db58b
apis:
- path: google/cloud/maintenance/api/v1beta
Expand Down Expand Up @@ -5701,7 +5701,7 @@ libraries:
- spanner/testdata
tag_format: '{id}/v{version}'
- id: speech
version: 1.28.1
version: 1.29.0
last_generated_commit: d4a34bf03d617723146fe3ae15192c4d93981a27
apis:
- path: google/cloud/speech/v1
Expand Down
10 changes: 10 additions & 0 deletions ai/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changes


## [0.15.0](https://github.com/googleapis/google-cloud-go/releases/tag/ai%2Fv0.15.0) (2026-01-08)

### Features

* add IMAGE_RECITATION reason when generation is stopped due to recitation ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))
* add json_name for GenerationConfig.response_json_schema_ordered field ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))
* add support for GoogleMaps and FileSearch tools ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))
* add support for GroundingMetadata.google_maps_widget_context_token ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))
* add support for RetrievalConfig ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

## [0.14.0](https://github.com/googleapis/google-cloud-go/releases/tag/ai%2Fv0.14.0) (2025-10-22)

### Features
Expand Down
4 changes: 2 additions & 2 deletions ai/internal/version.go

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

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


## [1.113.0](https://github.com/googleapis/google-cloud-go/releases/tag/aiplatform%2Fv1.113.0) (2026-01-08)

### Features

* Add Lustre support to the Vertex Training Custom Job API ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))
* add streaming function call argument API changes ([d19e89c](https://github.com/googleapis/google-cloud-go/commit/d19e89cabf2fe93f95411bc2884a111568d5a5b0))

### Documentation

* A comment for field `args` in message `.google.cloud.aiplatform.v1beta1.FunctionCall` is changed ([d19e89c](https://github.com/googleapis/google-cloud-go/commit/d19e89cabf2fe93f95411bc2884a111568d5a5b0))
* A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.FunctionCall` is changed ([d19e89c](https://github.com/googleapis/google-cloud-go/commit/d19e89cabf2fe93f95411bc2884a111568d5a5b0))
* Update comments for machine resources and autoscaling ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

## [1.112.0](https://github.com/googleapis/google-cloud-go/releases/tag/aiplatform%2Fv1.112.0) (2025-12-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions aiplatform/internal/version.go

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

6 changes: 6 additions & 0 deletions alloydb/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@



## [1.20.0](https://github.com/googleapis/google-cloud-go/releases/tag/alloydb%2Fv1.20.0) (2026-01-08)

### Features

* add POSTGRES_18 to DatabaseVersion ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

## [1.19.0](https://github.com/googleapis/google-cloud-go/releases/tag/alloydb%2Fv1.19.0) (2025-10-10)

### Features
Expand Down
4 changes: 2 additions & 2 deletions alloydb/internal/version.go

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

11 changes: 11 additions & 0 deletions apiregistry/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Changes

## [0.1.0](https://github.com/googleapis/google-cloud-go/releases/tag/apiregistry%2Fv0.1.0) (2026-01-08)

### Features

* add new clients (#13525) ([1c4f400](https://github.com/googleapis/google-cloud-go/commit/1c4f4008f115ea586a802db160ac5e1089f948dd))

### Documentation

* another bulk typo correction (#13527) ([90a4f21](https://github.com/googleapis/google-cloud-go/commit/90a4f21fc7c19aec71e92dfa9b810bad9544a7c0))

4 changes: 2 additions & 2 deletions apiregistry/internal/version.go

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

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

## [1.19.0](https://github.com/googleapis/google-cloud-go/releases/tag/artifactregistry%2Fv1.19.0) (2026-01-08)

### Features

* add Fingerprint to Artifact Registry Version resource ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

### Documentation

* update the description of ExportArtifact ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

## [1.18.0](https://github.com/googleapis/google-cloud-go/releases/tag/artifactregistry%2Fv1.18.0) (2025-12-04)

### Features
Expand Down
4 changes: 2 additions & 2 deletions artifactregistry/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 compute/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.53.0](https://github.com/googleapis/google-cloud-go/releases/tag/compute%2Fv1.53.0) (2026-01-08)

### Features

* Update Compute Engine v1 API to revision 20251210 (#1137) ([d19e89c](https://github.com/googleapis/google-cloud-go/commit/d19e89cabf2fe93f95411bc2884a111568d5a5b0))
* Update Compute Engine v1beta API to revision 20251210 (#1138) ([d19e89c](https://github.com/googleapis/google-cloud-go/commit/d19e89cabf2fe93f95411bc2884a111568d5a5b0))

## [1.52.0](https://github.com/googleapis/google-cloud-go/releases/tag/compute%2Fv1.52.0) (2025-12-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions compute/internal/version.go

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

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

## [0.4.0](https://github.com/googleapis/google-cloud-go/releases/tag/errorreporting%2Fv0.4.0) (2026-01-08)

### Bug Fixes

* update golang.org/x/net to 0.37.0 ([1144978](https://github.com/googleapis/google-cloud-go/commit/11449782c7fb4896bf8b8b9cde8e7441c84fb2fd))
* update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))
* update google.golang.org/api to 0.229.0 ([3319672](https://github.com/googleapis/google-cloud-go/commit/3319672f3dba84a7150772ccb5433e02dab7e201))
* upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025. ([a33d766](https://github.com/googleapis/google-cloud-go/commit/a33d766617dd6977a1179d58d9168177af4e1821))

### Documentation

* Removes references as a "global-only" service ([a33d766](https://github.com/googleapis/google-cloud-go/commit/a33d766617dd6977a1179d58d9168177af4e1821))
* Updates documentation with regional resource names for multiple requests ([a33d766](https://github.com/googleapis/google-cloud-go/commit/a33d766617dd6977a1179d58d9168177af4e1821))
* automated code change ([a33d766](https://github.com/googleapis/google-cloud-go/commit/a33d766617dd6977a1179d58d9168177af4e1821))

## [0.3.2](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.1...errorreporting/v0.3.2) (2024-12-10)


Expand Down
6 changes: 4 additions & 2 deletions errorreporting/internal/version.go

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

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

## [0.5.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.5.0) (2026-01-08)

### Features

* add LookerGoldenQuery to Context ([db65e79](https://github.com/googleapis/google-cloud-go/commit/db65e7927e54b21a39a54f685810495d2885cb33))

### Documentation

* another bulk typo correction (#13527) ([90a4f21](https://github.com/googleapis/google-cloud-go/commit/90a4f21fc7c19aec71e92dfa9b810bad9544a7c0))
* fix typo in README.md entries (#13526) ([ac32b85](https://github.com/googleapis/google-cloud-go/commit/ac32b85197bf5b33aeb3af1ac69b752dff7a8a57))

## [0.4.0](https://github.com/googleapis/google-cloud-go/releases/tag/geminidataanalytics%2Fv0.4.0) (2025-12-18)

### Features
Expand Down
4 changes: 2 additions & 2 deletions geminidataanalytics/internal/version.go

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

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ai/generativelanguage/apiv1",
"version": "0.14.0",
"version": "0.15.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ai/generativelanguage/apiv1alpha",
"version": "0.14.0",
"version": "0.15.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ai/generativelanguage/apiv1beta",
"version": "0.14.0",
"version": "0.15.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/ai/generativelanguage/apiv1beta2",
"version": "0.14.0",
"version": "0.15.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1",
"version": "1.112.0",
"version": "1.113.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1beta1",
"version": "1.112.0",
"version": "1.113.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/alloydb/apiv1",
"version": "1.19.0",
"version": "1.20.0",
"language": "GO",
"apis": [
{
Expand Down
Loading
Loading