Changelog

PyPI History

0.12.0 (2025年10月20日)

Features

Bug Fixes

0.11.0 (2025年08月29日)

⚠ BREAKING CHANGES

  • A type of an existing resource_reference option of the field worker_pool in message .google.cloud.run.v2.SubmitBuildRequest is changed from cloudbuild.googleapis.com/WorkerPool to cloudbuild.googleapis.com/BuildWorkerPool

  • A type of an existing resource_reference option of the field worker_pool in message .google.cloud.run.v2.BuildConfig is changed from cloudbuild.googleapis.com/WorkerPool to cloudbuild.googleapis.com/BuildWorkerPool

  • [google-cloud-run] An existing resource_definition cloudbuild.googleapis.com/WorkerPool is removed

Features

  • Adding new resource tpye run.googleapis.com/WorkerPool. (077a8ff)

Bug Fixes

  • [google-cloud-run] An existing resource_definition cloudbuild.googleapis.com/WorkerPool is removed (077a8ff)

  • A type of an existing resource_reference option of the field worker_pool in message .google.cloud.run.v2.BuildConfig is changed from cloudbuild.googleapis.com/WorkerPool to cloudbuild.googleapis.com/BuildWorkerPool (077a8ff)

  • A type of an existing resource_reference option of the field worker_pool in message .google.cloud.run.v2.SubmitBuildRequest is changed from cloudbuild.googleapis.com/WorkerPool to cloudbuild.googleapis.com/BuildWorkerPool (077a8ff)

0.10.19 (2025年07月16日)

Features

  • add new field term_signal to .google.cloud.run.v2.TaskAttemptResult (078e0e2)

  • support GPU zonal redundancy setting for Cloud Run jobs (078e0e2)

0.10.18 (2025年05月15日)

Features

  • support GPU zonal redundancy setting in Cloud Run services (2f33995)

  • support node selector in Cloud Run jobs for GPU setting (2f33995)

0.10.17 (2025年03月15日)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x (784a3ca)

  • remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)

0.10.16 (2025年02月18日)

Bug Fixes

  • deps: Require grpc-google-iam-v1>=0.14.0 (770cf0f)

0.10.15 (2025年02月12日)

Features

  • add Base Image URI to Container (8a3376a)

  • add BuildConfig to Services for configuring Run functions (8a3376a)

  • add BuildInfo to Revision for displaying BuildConfig used for a specific revision deployment (8a3376a)

  • add creator field to Execution (8a3376a)

  • add project_descriptor to BuildspackBuild (8a3376a)

  • Add REST Interceptors which support reading metadata (8a3376a)

  • Add support for reading selective GAPIC generation methods from service YAML (8a3376a)

Documentation

  • some typos were fixed and formatting changed (8a3376a)

0.10.14 (2024年12月12日)

Features

  • Add support for opt-in debug logging (856e0f0)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (856e0f0)

0.10.13 (2024年11月21日)

Features

  • support manual instance count in Cloud Run for manual scaling feature (16b5ba7)

0.10.12 (2024年11月14日)

Features

  • add EncryptionKeyRevocationAction and shutdown duration configuration to Services (579e338)

Documentation

  • fixed formatting of some documentation (579e338)

0.10.11 (2024年11月11日)

Features

  • support advanced configurations options for cloud storage volumes by setting mount_options in the GCSVolumeSource configuration (97b9b6b)

Bug Fixes

Documentation

  • A comment for field max_instance_request_concurrency in message .google.cloud.run.v2.RevisionTemplate is changed (97b9b6b)

  • For field invoker_iam_disabled in message .google.cloud.run.v2.Service, clarify that feature is available by invitation only (97b9b6b)

  • Update docs for field value in message .google.cloud.run.v2.EnvVar to reflect Cloud Run product capabilities (97b9b6b)

0.10.10 (2024年10月24日)

Features

0.10.9 (2024年10月08日)

Features

  • add Builds API (6dde382)

  • add GPU configuration to Services (6dde382)

  • add INGRESS_TRAFFIC_NONE to Services (6dde382)

  • add Service Mesh configuration to Services (6dde382)

  • add ServiceScaling to Services (6dde382)

Documentation

  • fixed formatting of some documentation (6dde382)

0.10.8 (2024年07月30日)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination (52db52e)

0.10.7 (2024年07月10日)

Features

  • add Job ExecutionReference.completion_status to show status of the most recent execution (0829cc1)

  • add Job start_execution_token and run_execution_token to execute jobs immediately on creation (0829cc1)

  • support update_mask in Cloud Run UpdateService (0829cc1)

Documentation

  • clarify optional fields in Cloud Run requests (0829cc1)

0.10.6 (2024年07月08日)

Bug Fixes

0.10.5 (2024年03月05日)

Features

  • Allow disabling the default URL (run.app) for Cloud Run Services (5535d1e)

  • Support disabling waiting for health checks during Service deployment. (5535d1e)

  • Support mounting NFS and GCS volumes in Cloud Run Jobs and Services (5535d1e)

  • Support specifying a per-Service min-instance-count (5535d1e)

Bug Fixes

Documentation

  • Clarify some defaults and required or optional values (5535d1e)

0.10.4 (2024年02月22日)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12309) (c23398a)

  • fix ValueError in test__validate_universe_domain (89c1b05)

0.10.3 (2024年02月06日)

Bug Fixes

  • Add google-auth as a direct dependency (9e8d039)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (9e8d039)

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (9e8d039)

0.10.2 (2024年02月01日)

Features

  • Allow users to explicitly configure universe domain (4368029)

0.10.1 (2023年12月07日)

Features

  • Add support for python 3.12 (9a629e1)

  • Introduce compatibility with native namespace packages (9a629e1)

Bug Fixes

  • Require proto-plus >= 1.22.3 (9a629e1)

  • Use retry_async instead of retry in async client (9a629e1)

0.10.0 (2023年10月09日)

Features

  • Adds support for cancel Execution (f2c76e1)

  • Adds support for Direct VPC egress setting (f2c76e1)

  • Adds support for Execution overrides (f2c76e1)

  • New field for Task’s scheduled timestamp (f2c76e1)

  • New fields for multi-container (f2c76e1)

Documentation

0.9.1 (2023年08月02日)

Documentation

0.9.0 (2023年07月06日)

Features

0.8.1 (2023年07月04日)

Bug Fixes

  • Add async context manager return types (#105) (592b761)

0.8.0 (2023年05月25日)

Features

  • Adds support for Session affinity in Service (GA) (c907927)

  • Adds support for Startup CPU Boost (GA) (c907927)

  • New ‘port’ field for HttpGetAction probe type (c907927)

  • New fields/enum values (c907927)

Documentation

  • General documentation fixes. (c907927)

0.7.1 (2023年03月23日)

Documentation

  • Fix formatting of request arg in docstring (#93) (4db3679)

0.7.0 (2023年01月20日)

Features

  • Adding support for encryption_key_revocation_action and encryption_key_shutdown_duration for RevisionTemplate and ExecutionTemplate (bdb8baf)

Bug Fixes

  • Add context manager return types (bdb8baf)

Documentation

  • Add documentation for enums (bdb8baf)

  • Documentation improvements, including clarification that v1 labels/annotations are rejected in v2 API (bdb8baf)

0.6.0 (2023年01月10日)

Features

0.5.0 (2022年12月14日)

Features

  • Add support for google.cloud.run.__version__ (a19c445)

  • Add typing to proto.Message based class attributes (a19c445)

  • Adds Cloud Run Jobs v2 API client libraries (a19c445)

  • Adds Startup and Liveness probes to Cloud Run v2 API client libraries (#60) (d4d22ec)

Bug Fixes

  • Add dict typing for client_options (a19c445)

  • deps: Require google-api-core >=1.34.0, >=2.11.0 (cfedfb2)

  • Drop usage of pkg_resources (cfedfb2)

  • Fix timeout default values (cfedfb2)

Documentation

  • samples: Snippetgen handling of repeated enum field (a19c445)

  • samples: Snippetgen should call await on the operation coroutine before calling result (cfedfb2)

0.4.2 (2022年10月10日)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#58) (87dcb78)

  • deps: require google-api-core>=1.33.2 (87dcb78)

0.4.1 (2022年10月03日)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#55) (7a85bac)

0.4.0 (2022年09月13日)

Features

0.3.0 (2022年08月15日)

Features

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#33) (55bf980)

  • deps: require google-api-core>=1.32.0,>=2.8.0 (0d02163)

  • deps: require proto-plus >= 1.22.0 (55bf980)

  • Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision (0d02163)

0.2.1 (2022年07月26日)

Bug Fixes

0.2.0 (2022年04月14日)

Features

Bug Fixes

  • deps: require grpc-google-iam-v1 >=0.12.4 (43244bc)

Documentation

  • fix type in docstring for map fields (43244bc)

0.1.0 (2022年04月03日)

Features

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.