Skip to content

Commit df2bd94

Browse files
chore: release main (#11919)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d5cb2e5 commit df2bd94

File tree

7 files changed

+51
-7
lines changed

7 files changed

+51
-7
lines changed

.release-please-manifest-submodules.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"accesscontextmanager": "1.9.5",
44
"advisorynotifications": "1.5.4",
55
"ai": "0.10.1",
6-
"aiplatform": "1.80.0",
6+
"aiplatform": "1.81.0",
77
"alloydb": "1.15.0",
88
"analytics": "0.27.1",
99
"apigateway": "1.7.5",
@@ -71,7 +71,7 @@
7171
"gkemulticloud": "1.5.2",
7272
"grafeas": "0.3.15",
7373
"gsuiteaddons": "1.7.6",
74-
"iam": "1.4.2",
74+
"iam": "1.5.0",
7575
"iap": "1.10.5",
7676
"identitytoolkit": "0.2.4",
7777
"ids": "1.5.5",
@@ -138,7 +138,7 @@
138138
"support": "1.1.5",
139139
"talent": "1.8.2",
140140
"telcoautomation": "1.1.4",
141-
"texttospeech": "1.11.2",
141+
"texttospeech": "1.12.0",
142142
"tpu": "1.8.2",
143143
"trace": "1.11.5",
144144
"translate": "1.12.4",

aiplatform/CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changes
22

33

4+
## [1.81.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.80.0...aiplatform/v1.81.0) (2025-03-31)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1 ([#11917](https://github.com/googleapis/google-cloud-go/issues/11917)) ([28632c6](https://github.com/googleapis/google-cloud-go/commit/28632c6b7c8f0f9250c2dd6ab86d8cc19de84522))
10+
* **aiplatform:** Add page spans in retrieved contexts from Vertex RAG Engine in aiplatform v1beta1 ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
11+
12+
13+
### Documentation
14+
15+
* **aiplatform:** A comment for field `model_name` in message `.google.cloud.aiplatform.v1beta1.RagFileParsingConfig` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
16+
* **aiplatform:** A comment for field `rag_files_count` in message `.google.cloud.aiplatform.v1beta1.RagCorpus` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
17+
418
## [1.80.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.79.0...aiplatform/v1.80.0) (2025-03-27)
519

620

aiplatform/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.80.0"
18+
const Version = "1.81.0"

iam/CHANGES.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changes
22

33

4+
## [1.5.0](https://github.com/googleapis/google-cloud-go/compare/iam/v1.4.2...iam/v1.5.0) (2025-03-31)
5+
6+
7+
### Features
8+
9+
* **iam:** New client(s) ([#11933](https://github.com/googleapis/google-cloud-go/issues/11933)) ([d5cb2e5](https://github.com/googleapis/google-cloud-go/commit/d5cb2e58334c6963cc46885f565fe3b19c52cb63))
10+
411
## [1.4.2](https://github.com/googleapis/google-cloud-go/compare/iam/v1.4.1...iam/v1.4.2) (2025-03-13)
512

613

@@ -265,4 +272,3 @@
265272

266273
This is the first tag to carve out iam as its own module. See
267274
[Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository).
268-

iam/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.4.2"
18+
const Version = "1.5.0"

texttospeech/CHANGES.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changes
22

3+
## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.11.2...texttospeech/v1.12.0) (2025-03-31)
4+
5+
6+
### Features
7+
8+
* **texttospeech:** Support HD voice custom pronunciations ([#11920](https://github.com/googleapis/google-cloud-go/issues/11920)) ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
9+
10+
11+
### Documentation
12+
13+
* **texttospeech:** A comment for enum value `OGG_OPUS` in enum `AudioEncoding` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
14+
* **texttospeech:** A comment for enum value `PCM` in enum `AudioEncoding` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
15+
* **texttospeech:** A comment for enum value `PHONETIC_ENCODING_IPA` in enum `PhoneticEncoding` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
16+
* **texttospeech:** A comment for enum value `PHONETIC_ENCODING_X_SAMPA` in enum `PhoneticEncoding` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
17+
* **texttospeech:** A comment for field `audio_encoding` in message `.google.cloud.texttospeech.v1.StreamingAudioConfig` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
18+
* **texttospeech:** A comment for field `custom_pronunciations` in message `.google.cloud.texttospeech.v1.SynthesisInput` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
19+
* **texttospeech:** A comment for field `low_latency_journey_synthesis` in message `.google.cloud.texttospeech.v1.AdvancedVoiceOptions` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
20+
* **texttospeech:** A comment for field `phrase` in message `.google.cloud.texttospeech.v1.CustomPronunciationParams` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
21+
* **texttospeech:** A comment for field `pronunciations` in message `.google.cloud.texttospeech.v1.CustomPronunciations` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
22+
* **texttospeech:** A comment for field `text` in message `.google.cloud.texttospeech.v1.StreamingSynthesisInput` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
23+
* **texttospeech:** A comment for field `voice_clone` in message `.google.cloud.texttospeech.v1.VoiceSelectionParams` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
24+
* **texttospeech:** A comment for message `MultiSpeakerMarkup` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
25+
* **texttospeech:** A comment for method `StreamingSynthesize` in service `TextToSpeech` is changed ([f437f08](https://github.com/googleapis/google-cloud-go/commit/f437f0871a88abbeb918ce7364d0299a513cc311))
26+
327
## [1.11.2](https://github.com/googleapis/google-cloud-go/compare/texttospeech/v1.11.1...texttospeech/v1.11.2) (2025-03-13)
428

529

texttospeech/internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.11.2"
18+
const Version = "1.12.0"

0 commit comments

Comments
 (0)