0.41.0
This commit is contained in:
parent
76b9229974
commit
4a4babb8f0
66
CHANGELOG.md
66
CHANGELOG.md
|
@ -1,3 +1,69 @@
|
||||||
|
# 0.41.0
|
||||||
|
* Breaking changes:
|
||||||
|
* Deleted `customsearch_v1`
|
||||||
|
* Backwards compatible changes:
|
||||||
|
* Added `documentai_v1beta2`
|
||||||
|
* Updated `androidmanagement_v1`
|
||||||
|
* Updated `androidpublisher_v3`
|
||||||
|
* Updated `appsmarket_v2`
|
||||||
|
* Updated `artifactregistry_v1beta1`
|
||||||
|
* Updated `bigquerydatatransfer_v1`
|
||||||
|
* Updated `bigtableadmin_v1`
|
||||||
|
* Updated `bigtableadmin_v2`
|
||||||
|
* Updated `books_v1`
|
||||||
|
* Updated `calendar_v3`
|
||||||
|
* Updated `chat_v1`
|
||||||
|
* Updated `cloudasset_v1`
|
||||||
|
* Updated `cloudasset_v1beta1`
|
||||||
|
* Updated `cloudasset_v1p4beta1`
|
||||||
|
* Updated `clouderrorreporting_v1beta1`
|
||||||
|
* Updated `cloudidentity_v1`
|
||||||
|
* Updated `cloudidentity_v1beta1`
|
||||||
|
* Updated `cloudresourcemanager_v1`
|
||||||
|
* Updated `cloudresourcemanager_v1beta1`
|
||||||
|
* Updated `cloudresourcemanager_v2`
|
||||||
|
* Updated `cloudresourcemanager_v2beta1`
|
||||||
|
* Updated `compute_alpha`
|
||||||
|
* Updated `compute_beta`
|
||||||
|
* Updated `compute_v1`
|
||||||
|
* Updated `container_v1beta1`
|
||||||
|
* Updated `content_v2`
|
||||||
|
* Updated `content_v2_1`
|
||||||
|
* Updated `dataproc_v1`
|
||||||
|
* Updated `dataproc_v1beta2`
|
||||||
|
* Updated `dialogflow_v2`
|
||||||
|
* Updated `dialogflow_v2beta1`
|
||||||
|
* Updated `drive_v2`
|
||||||
|
* Updated `drive_v3`
|
||||||
|
* Updated `fcm_v1`
|
||||||
|
* Updated `firebase_v1beta1`
|
||||||
|
* Updated `healthcare_v1`
|
||||||
|
* Updated `healthcare_v1beta1`
|
||||||
|
* Updated `iam_v1`
|
||||||
|
* Updated `iamcredentials_v1`
|
||||||
|
* Updated `lifesciences_v2beta`
|
||||||
|
* Updated `monitoring_v3`
|
||||||
|
* Updated `people_v1`
|
||||||
|
* Updated `run_v1`
|
||||||
|
* Updated `run_v1alpha1`
|
||||||
|
* Updated `run_v1beta1`
|
||||||
|
* Updated `secretmanager_v1`
|
||||||
|
* Updated `secretmanager_v1beta1`
|
||||||
|
* Updated `securitycenter_v1`
|
||||||
|
* Updated `securitycenter_v1p1beta1`
|
||||||
|
* Updated `serviceconsumermanagement_v1`
|
||||||
|
* Updated `serviceconsumermanagement_v1beta1`
|
||||||
|
* Updated `servicemanagement_v1`
|
||||||
|
* Updated `servicenetworking_v1`
|
||||||
|
* Updated `servicenetworking_v1beta`
|
||||||
|
* Updated `serviceusage_v1`
|
||||||
|
* Updated `serviceusage_v1beta1`
|
||||||
|
* Updated `slides_v1`
|
||||||
|
* Updated `vision_v1`
|
||||||
|
* Updated `vision_v1p1beta1`
|
||||||
|
* Updated `vision_v1p2beta1`
|
||||||
|
* Updated `youtube_v3`
|
||||||
|
|
||||||
# 0.40.2
|
# 0.40.2
|
||||||
* Backwards compatible changes:
|
* Backwards compatible changes:
|
||||||
* Updated `androidenterprise_v1`
|
* Updated `androidenterprise_v1`
|
||||||
|
|
|
@ -17,7 +17,7 @@ require 'open3'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.40.2'.freeze
|
VERSION = '0.41.0'.freeze
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue