0.42.1
This commit is contained in:
parent
c55c847a19
commit
cc35f161bb
70
CHANGELOG.md
70
CHANGELOG.md
|
@ -1,3 +1,73 @@
|
||||||
|
# 0.42.1
|
||||||
|
* Backwards compatible changes:
|
||||||
|
* Added `recommendationengine_v1beta1`
|
||||||
|
* Updated `admob_v1`
|
||||||
|
* Updated `appsmarket_v2`
|
||||||
|
* Updated `billingbudgets_v1beta1`
|
||||||
|
* Updated `blogger_v3`
|
||||||
|
* Updated `chat_v1`
|
||||||
|
* Updated `classroom_v1`
|
||||||
|
* Updated `cloudbuild_v1`
|
||||||
|
* Updated `cloudidentity_v1beta1`
|
||||||
|
* Updated `cloudscheduler_v1`
|
||||||
|
* Updated `cloudscheduler_v1beta1`
|
||||||
|
* Updated `cloudtrace_v1`
|
||||||
|
* Updated `cloudtrace_v2`
|
||||||
|
* Updated `compute_beta`
|
||||||
|
* Updated `compute_v1`
|
||||||
|
* Updated `container_v1`
|
||||||
|
* Updated `container_v1beta1`
|
||||||
|
* Updated `content_v2`
|
||||||
|
* Updated `content_v2_1`
|
||||||
|
* Updated `customsearch_v1`
|
||||||
|
* Updated `datacatalog_v1beta1`
|
||||||
|
* Updated `dataflow_v1b3`
|
||||||
|
* Updated `dataproc_v1`
|
||||||
|
* Updated `dataproc_v1beta2`
|
||||||
|
* Updated `datastore_v1`
|
||||||
|
* Updated `displayvideo_v1`
|
||||||
|
* Updated `dlp_v2`
|
||||||
|
* Updated `dns_v1`
|
||||||
|
* Updated `dns_v1beta2`
|
||||||
|
* Updated `dns_v2beta1`
|
||||||
|
* Updated `drive_v2`
|
||||||
|
* Updated `drive_v3`
|
||||||
|
* Updated `firestore_v1`
|
||||||
|
* Updated `firestore_v1beta1`
|
||||||
|
* Updated `gmail_v1`
|
||||||
|
* Updated `healthcare_v1`
|
||||||
|
* Updated `healthcare_v1beta1`
|
||||||
|
* Updated `iam_v1`
|
||||||
|
* Updated `memcache_v1beta2`
|
||||||
|
* Updated `ml_v1`
|
||||||
|
* Updated `monitoring_v3`
|
||||||
|
* Updated `networkmanagement_v1`
|
||||||
|
* Updated `networkmanagement_v1beta1`
|
||||||
|
* Updated `osconfig_v1`
|
||||||
|
* Updated `osconfig_v1beta`
|
||||||
|
* Updated `realtimebidding_v1`
|
||||||
|
* Updated `remotebuildexecution_v1`
|
||||||
|
* Updated `remotebuildexecution_v1alpha`
|
||||||
|
* Updated `remotebuildexecution_v2`
|
||||||
|
* Updated `reseller_v1`
|
||||||
|
* Updated `run_v1`
|
||||||
|
* Updated `run_v1alpha1`
|
||||||
|
* Updated `run_v1beta1`
|
||||||
|
* Updated `searchconsole_v1`
|
||||||
|
* Updated `serviceconsumermanagement_v1`
|
||||||
|
* Updated `serviceconsumermanagement_v1beta1`
|
||||||
|
* Updated `servicecontrol_v1`
|
||||||
|
* Updated `servicemanagement_v1`
|
||||||
|
* Updated `servicenetworking_v1`
|
||||||
|
* Updated `servicenetworking_v1beta`
|
||||||
|
* Updated `serviceusage_v1`
|
||||||
|
* Updated `serviceusage_v1beta1`
|
||||||
|
* Updated `sheets_v4`
|
||||||
|
* Updated `vision_v1`
|
||||||
|
* Updated `vision_v1p1beta1`
|
||||||
|
* Updated `vision_v1p2beta1`
|
||||||
|
* Updated `youtube_v3`
|
||||||
|
|
||||||
# 0.42.0
|
# 0.42.0
|
||||||
* Breaking changes:
|
* Breaking changes:
|
||||||
* Deleted `androidpublisher_v1_1`
|
* Deleted `androidpublisher_v1_1`
|
||||||
|
|
|
@ -17,7 +17,7 @@ require 'open3'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.42.0'.freeze
|
VERSION = '0.42.1'.freeze
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue