0.41.1
This commit is contained in:
parent
4d4cd18998
commit
ec2dab19d0
72
CHANGELOG.md
72
CHANGELOG.md
|
@ -1,3 +1,75 @@
|
||||||
|
# 0.41.1
|
||||||
|
* Backwards compatible changes:
|
||||||
|
* Added `playablelocations_v3`
|
||||||
|
* Added `realtimebidding_v1`
|
||||||
|
* Added `vectortile_v1`
|
||||||
|
* Updated `admin_directory_v1`
|
||||||
|
* Updated `apigee_v1`
|
||||||
|
* Updated `bigquery_v2`
|
||||||
|
* Updated `bigqueryconnection_v1beta1`
|
||||||
|
* Updated `bigqueryreservation_v1`
|
||||||
|
* Updated `bigqueryreservation_v1beta1`
|
||||||
|
* Updated `civicinfo_v2`
|
||||||
|
* Updated `cloudasset_v1`
|
||||||
|
* Updated `cloudbilling_v1`
|
||||||
|
* Updated `cloudbuild_v1`
|
||||||
|
* Updated `cloudbuild_v1alpha1`
|
||||||
|
* Updated `cloudbuild_v1alpha2`
|
||||||
|
* Updated `cloudfunctions_v1`
|
||||||
|
* Updated `cloudidentity_v1`
|
||||||
|
* Updated `cloudidentity_v1beta1`
|
||||||
|
* Updated `cloudresourcemanager_v1`
|
||||||
|
* Updated `cloudresourcemanager_v1beta1`
|
||||||
|
* Updated `cloudscheduler_v1`
|
||||||
|
* Updated `cloudscheduler_v1beta1`
|
||||||
|
* Updated `composer_v1beta1`
|
||||||
|
* Updated `compute_alpha`
|
||||||
|
* Updated `compute_beta`
|
||||||
|
* Updated `compute_v1`
|
||||||
|
* Updated `container_v1`
|
||||||
|
* Updated `containeranalysis_v1beta1`
|
||||||
|
* Updated `content_v2_1`
|
||||||
|
* Updated `datacatalog_v1beta1`
|
||||||
|
* Updated `dialogflow_v2`
|
||||||
|
* Updated `dialogflow_v2beta1`
|
||||||
|
* Updated `displayvideo_v1`
|
||||||
|
* Updated `dlp_v2`
|
||||||
|
* Updated `documentai_v1beta2`
|
||||||
|
* Updated `doubleclickbidmanager_v1_1`
|
||||||
|
* Updated `doubleclicksearch_v2`
|
||||||
|
* Updated `fcm_v1`
|
||||||
|
* Updated `healthcare_v1`
|
||||||
|
* Updated `healthcare_v1beta1`
|
||||||
|
* Updated `logging_v2`
|
||||||
|
* Updated `ml_v1`
|
||||||
|
* Updated `monitoring_v3`
|
||||||
|
* Updated `people_v1`
|
||||||
|
* Updated `prod_tt_sasportal_v1alpha1`
|
||||||
|
* Updated `pubsub_v1`
|
||||||
|
* Updated `redis_v1`
|
||||||
|
* Updated `redis_v1beta1`
|
||||||
|
* Updated `remotebuildexecution_v1`
|
||||||
|
* Updated `remotebuildexecution_v1alpha`
|
||||||
|
* Updated `remotebuildexecution_v2`
|
||||||
|
* Updated `run_v1`
|
||||||
|
* Updated `run_v1alpha1`
|
||||||
|
* Updated `run_v1beta1`
|
||||||
|
* Updated `sasportal_v1alpha1`
|
||||||
|
* Updated `secretmanager_v1`
|
||||||
|
* Updated `secretmanager_v1beta1`
|
||||||
|
* Updated `securitycenter_v1`
|
||||||
|
* Updated `securitycenter_v1p1beta1`
|
||||||
|
* Updated `servicecontrol_v1`
|
||||||
|
* Updated `servicemanagement_v1`
|
||||||
|
* Updated `sheets_v4`
|
||||||
|
* Updated `spanner_v1`
|
||||||
|
* Updated `speech_v1`
|
||||||
|
* Updated `speech_v1p1beta1`
|
||||||
|
* Updated `storage_v1`
|
||||||
|
* Updated `texttospeech_v1`
|
||||||
|
* Updated `texttospeech_v1beta1`
|
||||||
|
* Updated `webfonts_v1`
|
||||||
|
|
||||||
# 0.41.0
|
# 0.41.0
|
||||||
* Breaking changes:
|
* Breaking changes:
|
||||||
* Deleted `customsearch_v1`
|
* Deleted `customsearch_v1`
|
||||||
|
|
|
@ -17,7 +17,7 @@ require 'open3'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# Client library version
|
# Client library version
|
||||||
VERSION = '0.41.0'.freeze
|
VERSION = '0.41.1'.freeze
|
||||||
|
|
||||||
# Current operating system
|
# Current operating system
|
||||||
# @private
|
# @private
|
||||||
|
|
Loading…
Reference in New Issue