Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 8, 2025
1 parent 2c1e359 commit ea85022
Show file tree
Hide file tree
Showing 37 changed files with 108 additions and 36 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/google-ads-admanager": "0.2.3",
"packages/google-ads-marketingplatform-admin": "0.1.3",
"packages/google-ai-generativelanguage": "0.6.14",
"packages/google-ai-generativelanguage": "0.6.15",
"packages/google-analytics-admin": "0.23.3",
"packages/google-analytics-data": "0.18.16",
"packages/google-apps-card": "0.1.5",
Expand Down Expand Up @@ -97,7 +97,7 @@
"packages/google-cloud-iam-logging": "1.4.0",
"packages/google-cloud-iap": "1.15.0",
"packages/google-cloud-ids": "1.9.0",
"packages/google-cloud-kms": "3.2.1",
"packages/google-cloud-kms": "3.2.2",
"packages/google-cloud-kms-inventory": "0.2.12",
"packages/google-cloud-language": "2.16.0",
"packages/google-cloud-life-sciences": "0.9.15",
Expand All @@ -117,7 +117,7 @@
"packages/google-cloud-network-services": "0.5.17",
"packages/google-cloud-notebooks": "1.12.0",
"packages/google-cloud-optimization": "1.10.0",
"packages/google-cloud-oracledatabase": "0.1.3",
"packages/google-cloud-oracledatabase": "0.1.4",
"packages/google-cloud-orchestration-airflow": "1.16.0",
"packages/google-cloud-os-config": "1.19.0",
"packages/google-cloud-os-login": "2.16.0",
Expand All @@ -127,12 +127,12 @@
"packages/google-cloud-policysimulator": "0.1.11",
"packages/google-cloud-policytroubleshooter-iam": "0.1.10",
"packages/google-cloud-private-ca": "1.14.0",
"packages/google-cloud-private-catalog": "0.9.14",
"packages/google-cloud-private-catalog": "0.9.15",
"packages/google-cloud-privilegedaccessmanager": "0.1.5",
"packages/google-cloud-public-ca": "0.3.15",
"packages/google-cloud-quotas": "0.1.14",
"packages/google-cloud-quotas": "0.1.15",
"packages/google-cloud-rapidmigrationassessment": "0.1.12",
"packages/google-cloud-recaptcha-enterprise": "1.26.0",
"packages/google-cloud-recaptcha-enterprise": "1.26.1",
"packages/google-cloud-recommendations-ai": "0.10.15",
"packages/google-cloud-recommender": "2.17.0",
"packages/google-cloud-redis": "2.17.0",
Expand All @@ -158,7 +158,7 @@
"packages/google-cloud-storage-transfer": "1.15.0",
"packages/google-cloud-storageinsights": "0.1.13",
"packages/google-cloud-support": "0.1.12",
"packages/google-cloud-talent": "2.15.0",
"packages/google-cloud-talent": "2.16.0",
"packages/google-cloud-tasks": "2.18.0",
"packages/google-cloud-telcoautomation": "0.2.8",
"packages/google-cloud-texttospeech": "2.23.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/google-ai-generativelanguage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.6.15](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.14...google-ai-generativelanguage-v0.6.15) (2025-01-08)


### Features

* Add BidiGenerateContent + all the necessary protos ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add civic_integrity toggle to generation_config ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add GoogleSearch tool type ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add id to FunctionCall and FunctionResponse ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add image_safety block_reason + finish_reason ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add response_modalities to generation_config ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add return type `Schema response` to function declarations ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add TuningMultiturnExample ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add v1alpha ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))
* Add voice_config to generation_config ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))


### Documentation

* Update safety filter list to include civic_integrity ([2c1e359](https://github.com/googleapis/google-cloud-python/commit/2c1e35981f7064f293669109097eb4b8c4942692))

## [0.6.14](https://github.com/googleapis/google-cloud-python/compare/google-ai-generativelanguage-v0.6.13...google-ai-generativelanguage-v0.6.14) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.6.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.15"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.15"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.15"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-ai-generativelanguage",
"version": "0.1.0"
"version": "0.6.15"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-kms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-kms/#history

## [3.2.2](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.2.1...google-cloud-kms-v3.2.2) (2025-01-08)


### Documentation

* [google-cloud-kms] modify enum comment ([#13410](https://github.com/googleapis/google-cloud-python/issues/13410)) ([129140e](https://github.com/googleapis/google-cloud-python/commit/129140eeb51c96459b22d9e8fedb26a432d36ff6))

## [3.2.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-kms-v3.2.0...google-cloud-kms-v3.2.1) (2024-12-18)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.2.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "3.2.2" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-kms",
"version": "0.1.0"
"version": "3.2.2"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-oracledatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/googleapis/google-cloud-python/compare/google-cloud-oracledatabase-v0.1.3...google-cloud-oracledatabase-v0.1.4) (2025-01-08)


### Documentation

* [google-cloud-oracledatabase] the CloudVmClusterProperties.system_version field is no longer labeled as output only ([#13397](https://github.com/googleapis/google-cloud-python/issues/13397)) ([e326602](https://github.com/googleapis/google-cloud-python/commit/e3266022dc8277b27d481107cf76f13b45ea0f90))

## [0.1.3](https://github.com/googleapis/google-cloud-python/compare/google-cloud-oracledatabase-v0.1.2...google-cloud-oracledatabase-v0.1.3) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.4" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-oracledatabase",
"version": "0.1.0"
"version": "0.1.4"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-private-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.15](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-catalog-v0.9.14...google-cloud-private-catalog-v0.9.15) (2025-01-08)


### Documentation

* [google-cloud-private-catalog] fixed format string formatting ([#13401](https://github.com/googleapis/google-cloud-python/issues/13401)) ([fbd1b6a](https://github.com/googleapis/google-cloud-python/commit/fbd1b6a6920e0b1009922dc7b89f457306bd3c44))

## [0.9.14](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-catalog-v0.9.13...google-cloud-private-catalog-v0.9.14) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-private-catalog",
"version": "0.1.0"
"version": "0.9.15"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-quotas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.15](https://github.com/googleapis/google-cloud-python/compare/google-cloud-quotas-v0.1.14...google-cloud-quotas-v0.1.15) (2025-01-08)


### Features

* Add v1beta client libraries for cloudquotas API ([#13408](https://github.com/googleapis/google-cloud-python/issues/13408)) ([c757c44](https://github.com/googleapis/google-cloud-python/commit/c757c441cd4f2c830062717d35595840d111a977))

## [0.1.14](https://github.com/googleapis/google-cloud-python/compare/google-cloud-quotas-v0.1.13...google-cloud-quotas-v0.1.14) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.15" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-quotas",
"version": "0.1.0"
"version": "0.1.15"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-recaptcha-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.26.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.26.0...google-cloud-recaptcha-enterprise-v1.26.1) (2025-01-08)


### Documentation

* [google-cloud-recaptcha-enterprise] Update docs for FraudPrevention field in CreateAssessment ([#13403](https://github.com/googleapis/google-cloud-python/issues/13403)) ([ee59d69](https://github.com/googleapis/google-cloud-python/commit/ee59d691c71b57b591edce7dc3beb8c58020d62c))
* challenge is also returned for INVISIBLE keys ([ee59d69](https://github.com/googleapis/google-cloud-python/commit/ee59d691c71b57b591edce7dc3beb8c58020d62c))

## [1.26.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-recaptcha-enterprise-v1.25.0...google-cloud-recaptcha-enterprise-v1.26.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.26.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.26.1" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-recaptcha-enterprise",
"version": "0.1.0"
"version": "1.26.1"
},
"snippets": [
{
Expand Down
15 changes: 15 additions & 0 deletions packages/google-cloud-talent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

[1]: https://pypi.org/project/google-cloud-talent/#history

## [2.16.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-talent-v2.15.0...google-cloud-talent-v2.16.0) (2025-01-08)


### Features

* [google-cloud-talent] A new enum `RelevanceThreshold` is added ([#13399](https://github.com/googleapis/google-cloud-python/issues/13399)) ([d2a6625](https://github.com/googleapis/google-cloud-python/commit/d2a6625b85a9f51fd496b992081453df11832102))
* A new field `relevance_threshold` is added to message ([d2a6625](https://github.com/googleapis/google-cloud-python/commit/d2a6625b85a9f51fd496b992081453df11832102))
* **v4:** A new enum `RelevanceThreshold` is added ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))
* **v4:** A new field `relevance_threshold` is added to message `.google.cloud.talent.v4.SearchJobsRequest` ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))


### Documentation

* **v4:** multiple fixes for links in documentation ([d0fee2c](https://github.com/googleapis/google-cloud-python/commit/d0fee2c1854cdcc30523f060834874ca3d31593c))

## [2.15.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-talent-v2.14.1...google-cloud-talent-v2.15.0) (2024-12-12)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.16.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.16.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "2.16.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-talent",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-talent",
"version": "0.1.0"
"version": "2.16.0"
},
"snippets": [
{
Expand Down

0 comments on commit ea85022

Please sign in to comment.