Skip to content

Commit 810687c

Browse files
chore: release main
1 parent 54b593d commit 810687c

40 files changed

Lines changed: 127 additions & 40 deletions

File tree

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/google-ads-admanager": "0.1.0",
3-
"packages/google-ai-generativelanguage": "0.6.1",
3+
"packages/google-ai-generativelanguage": "0.6.2",
44
"packages/google-analytics-admin": "0.22.7",
55
"packages/google-analytics-data": "0.18.7",
66
"packages/google-apps-card": "0.1.1",
@@ -24,9 +24,9 @@
2424
"packages/google-cloud-asset": "3.26.0",
2525
"packages/google-cloud-assured-workloads": "1.12.3",
2626
"packages/google-cloud-automl": "2.13.3",
27-
"packages/google-cloud-backupdr": "0.0.0",
27+
"packages/google-cloud-backupdr": "0.1.0",
2828
"packages/google-cloud-bare-metal-solution": "1.7.3",
29-
"packages/google-cloud-batch": "0.17.17",
29+
"packages/google-cloud-batch": "0.17.18",
3030
"packages/google-cloud-beyondcorp-appconnections": "0.4.9",
3131
"packages/google-cloud-beyondcorp-appconnectors": "0.4.9",
3232
"packages/google-cloud-beyondcorp-appgateways": "0.4.9",
@@ -102,7 +102,7 @@
102102
"packages/google-cloud-media-translation": "0.11.9",
103103
"packages/google-cloud-memcache": "1.9.3",
104104
"packages/google-cloud-migrationcenter": "0.1.7",
105-
"packages/google-cloud-monitoring": "2.19.3",
105+
"packages/google-cloud-monitoring": "2.19.4",
106106
"packages/google-cloud-monitoring-dashboards": "2.15.1",
107107
"packages/google-cloud-monitoring-metrics-scopes": "1.6.3",
108108
"packages/google-cloud-netapp": "0.3.9",
@@ -174,12 +174,12 @@
174174
"packages/google-maps-fleetengine": "0.1.9",
175175
"packages/google-maps-fleetengine-delivery": "0.1.7",
176176
"packages/google-maps-mapsplatformdatasets": "0.3.7",
177-
"packages/google-maps-places": "0.1.11",
178-
"packages/google-maps-routing": "0.6.7",
177+
"packages/google-maps-places": "0.1.12",
178+
"packages/google-maps-routing": "0.6.8",
179179
"packages/google-shopping-css": "0.1.4",
180-
"packages/google-shopping-merchant-inventories": "0.1.5",
180+
"packages/google-shopping-merchant-inventories": "0.1.6",
181181
"packages/google-shopping-merchant-quota": "0.1.0",
182-
"packages/google-shopping-merchant-reports": "0.1.5",
182+
"packages/google-shopping-merchant-reports": "0.1.6",
183183
"packages/google-shopping-type": "0.1.5",
184184
"packages/grafeas": "1.10.0"
185185
}

packages/google-ai-generativelanguage/CHANGELOG.md

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

3+
## [0.6.2](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.1...google-ai-generativelanguage-v0.6.2) (2024-04-12)
4+
5+
6+
### Features
7+
8+
* **v1:** Add `output dimensionality` to `EmbedContentRequest` message ([e3bfbc6](https://github.com/googleapis/google-cloud-python/commit/e3bfbc6d55935b2120f282926aae1c4683f8e0ca))
9+
* **v1:** Add `QUESTION_ANSWERING` and `FACT_VERIFICATION` to `TaskType` Enum ([e3bfbc6](https://github.com/googleapis/google-cloud-python/commit/e3bfbc6d55935b2120f282926aae1c4683f8e0ca))
10+
* **v1:** Add rest binding for tuned models ([e3bfbc6](https://github.com/googleapis/google-cloud-python/commit/e3bfbc6d55935b2120f282926aae1c4683f8e0ca))
11+
* **v1beta:** Add `output dimensionality` to `EmbedContentRequest` message ([e2cf0c4](https://github.com/googleapis/google-cloud-python/commit/e2cf0c45ea82e6cb6144d6702d68b47099da0376))
12+
* **v1beta:** Add `QUESTION_ANSWERING` and `FACT_VERIFICATION` to `TaskType` Enum ([e2cf0c4](https://github.com/googleapis/google-cloud-python/commit/e2cf0c45ea82e6cb6144d6702d68b47099da0376))
13+
* **v1beta:** Add `response_mime_type` to `GenerationConfig` message ([e2cf0c4](https://github.com/googleapis/google-cloud-python/commit/e2cf0c45ea82e6cb6144d6702d68b47099da0376))
14+
15+
16+
### Documentation
17+
18+
* **v1beta:** A bunch of small fixes ([e2cf0c4](https://github.com/googleapis/google-cloud-python/commit/e2cf0c45ea82e6cb6144d6702d68b47099da0376))
19+
* **v1:** Lots of small fixes ([e3bfbc6](https://github.com/googleapis/google-cloud-python/commit/e3bfbc6d55935b2120f282926aae1c4683f8e0ca))
20+
321
## [0.6.1](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.0...google-ai-generativelanguage-v0.6.1) (2024-04-03)
422

523

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.2" # {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.2" # {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.2" # {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.2" # {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.2" # {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.2"
1212
},
1313
"snippets": [
1414
{

packages/google-ai-generativelanguage/samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1beta.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.2"
1212
},
1313
"snippets": [
1414
{

packages/google-ai-generativelanguage/samples/generated_samples/snippet_metadata_google.ai.generativelanguage.v1beta2.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.2"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)