Skip to content

Commit c5703b0

Browse files
chore: release main
1 parent 4fea9f8 commit c5703b0

File tree

35 files changed

+86
-34
lines changed

35 files changed

+86
-34
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages/google-ads-admanager": "0.2.5",
33
"packages/google-ads-marketingplatform-admin": "0.1.5",
4-
"packages/google-ai-generativelanguage": "0.6.17",
4+
"packages/google-ai-generativelanguage": "0.6.18",
55
"packages/google-analytics-admin": "0.24.0",
66
"packages/google-analytics-data": "0.18.18",
77
"packages/google-apps-card": "0.1.7",
@@ -81,7 +81,7 @@
8181
"packages/google-cloud-discoveryengine": "0.13.8",
8282
"packages/google-cloud-dlp": "3.29.0",
8383
"packages/google-cloud-dms": "1.12.3",
84-
"packages/google-cloud-documentai": "3.4.0",
84+
"packages/google-cloud-documentai": "3.5.0",
8585
"packages/google-cloud-domains": "1.10.1",
8686
"packages/google-cloud-edgecontainer": "0.5.17",
8787
"packages/google-cloud-edgenetwork": "0.1.17",
@@ -124,7 +124,7 @@
124124
"packages/google-cloud-network-services": "0.5.20",
125125
"packages/google-cloud-notebooks": "1.13.2",
126126
"packages/google-cloud-optimization": "1.11.1",
127-
"packages/google-cloud-oracledatabase": "0.1.9",
127+
"packages/google-cloud-oracledatabase": "0.1.10",
128128
"packages/google-cloud-orchestration-airflow": "1.17.5",
129129
"packages/google-cloud-org-policy": "1.14.0",
130130
"packages/google-cloud-os-config": "1.20.1",
@@ -148,7 +148,7 @@
148148
"packages/google-cloud-redis-cluster": "0.1.15",
149149
"packages/google-cloud-resource-manager": "1.14.2",
150150
"packages/google-cloud-resource-settings": "1.12.0",
151-
"packages/google-cloud-retail": "2.0.0",
151+
"packages/google-cloud-retail": "2.1.0",
152152
"packages/google-cloud-run": "0.10.17",
153153
"packages/google-cloud-scheduler": "2.16.1",
154154
"packages/google-cloud-secret-manager": "2.23.3",
@@ -203,7 +203,7 @@
203203
"packages/google-shopping-merchant-conversions": "0.1.8",
204204
"packages/google-shopping-merchant-datasources": "0.1.9",
205205
"packages/google-shopping-merchant-inventories": "0.1.14",
206-
"packages/google-shopping-merchant-lfp": "0.1.9",
206+
"packages/google-shopping-merchant-lfp": "0.1.10",
207207
"packages/google-shopping-merchant-notifications": "0.1.7",
208208
"packages/google-shopping-merchant-ordertracking": "0.1.0",
209209
"packages/google-shopping-merchant-products": "0.2.4",

packages/google-ai-generativelanguage/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.6.18](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.17...google-ai-generativelanguage-v0.6.18) (2025-04-29)
4+
5+
6+
### Features
7+
8+
* add CODE_RETRIEVAL_QUERY embedding task type ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
9+
* add CODE_RETRIEVAL_QUERY embedding task type ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
10+
* add language_code to speech config ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
11+
* add minimum, maximum, any_of, property_ordering, default and null type to Schema ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
12+
* add seed to GenerationConfig ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
13+
* add support for live API (https://github.com/googleapis/go-genai/issues/275) ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
14+
* add support for ModalityTokenCounts in UsageMetadata responses ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
15+
* add support for ModalityTokenCounts in UsageMetadata responses ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
16+
* add support for Veo: PredictLongRunning and generated/downloadable files ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
17+
* add ThinkingConfig, MediaResolution, and seed to GenerationConfig ([d530650](https://github.com/googleapis/google-cloud-python/commit/d530650ea02714abaef4c8295717d286743ed4f1))
18+
319
## [0.6.17](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.16...google-ai-generativelanguage-v0.6.17) (2025-03-15)
420

521

packages/google-ai-generativelanguage/google/ai/generativelanguage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/google/ai/generativelanguage_v1beta3/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.6.18" # {x-release-please-version}

packages/google-ai-generativelanguage/samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-ai-generativelanguage",
11-
"version": "0.1.0"
11+
"version": "0.6.18"
1212
},
1313
"snippets": [
1414
{

packages/google-ai-generativelanguage/samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-ai-generativelanguage",
11-
"version": "0.1.0"
11+
"version": "0.6.18"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)