Version history
Version 2.10.0, released 2024-10-07
New features
- Add Builds API (commit b72b1d8)
- Add Service Mesh configuration to Services (commit b72b1d8)
- Add GPU configuration to Services (commit b72b1d8)
- Add INGRESS_TRAFFIC_NONE to Services (commit b72b1d8)
- Add ServiceScaling to Services (commit b72b1d8)
Documentation improvements
- Fixed formatting of some documentation (commit b72b1d8)
Version 2.9.0, released 2024-07-22
New features
- Support update_mask in Cloud Run UpdateService (commit bb34cc0)
- Add Job start_execution_token and run_execution_token to execute jobs immediately on creation (commit bb34cc0)
- Add Job ExecutionReference.completion_status to show status of the most recent execution (commit bb34cc0)
Documentation improvements
- Clarify optional fields in Cloud Run requests (commit bb34cc0)
Version 2.8.0, released 2024-05-14
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 2.7.0, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 2.6.0, released 2024-03-05
New features
- Support mounting NFS and GCS volumes in Cloud Run Jobs and Services (commit e85fcd7)
- Support specifying a per-Service min-instance-count (commit e85fcd7)
- Support disabling waiting for health checks during Service deployment. (commit e85fcd7)
- Allow disabling the default URL (run.app) for Cloud Run Services (commit e85fcd7)
Documentation improvements
- Clarify some defaults and required or optional values (commit e85fcd7)
Version 2.5.0, released 2024-02-29
No API surface changes; just dependency updates.
Version 2.4.0, released 2023-09-28
BREAKING CHANGE: The removal of the TrafficTagsCleanupThreshold (introduced in 2.3.0 accidentally) is clearly a breaking change, but we hope we've released this update quickly enough to avoid any customers actually being affected. We believe that using a minor version is less disruptive to customers than using a major version bump in this particular case. We apologize for any inconvenience.
Bug fixes
- Removes accidentally exposed field service.traffic_tags_cleanup_threshold in Cloud Run Service (commit 6b18d1f)
Documentation improvements
- Minor comment fixes (commit 6b18d1f)
Version 2.3.0, released 2023-09-26
New features
- Adds support for cancel Execution (commit 887dc16)
- Adds support for Execution overrides (commit 887dc16)
- Adds support for Direct VPC egress setting (commit 887dc16)
- New fields for multi-container (commit 887dc16)
- New field for Task's scheduled timestamp (commit 887dc16)
Documentation improvements
- General documentation fixes. (commit 887dc16)
Version 2.2.0, released 2023-07-13
New features
- Adds support for custom audiences (commit 5233add)
Version 2.1.0, released 2023-05-03
New features
- Adds support for Startup CPU Boost (GA) (commit 32b5017)
- Adds support for Session affinity in Service (GA) (commit 32b5017)
- New 'port' field for HttpGetAction probe type (commit 32b5017)
- New fields/enum values (commit 32b5017)
Documentation improvements
- General documentation fixes. (commit 32b5017)
Version 2.0.0, released 2023-03-27
No API surface changes; just dependency updates and initial GA release.
Version 2.0.0-beta05, released 2023-01-20
New features
- Adding support for encryption_key_revocation_action and encryption_key_shutdown_duration for RevisionTemplate and ExecutionTemplate (commit 1ba9bc3)
Documentation improvements
- Documentation improvements, including clarification that v1 labels/annotations are rejected in v2 API (commit 1ba9bc3)
Version 2.0.0-beta04, released 2023-01-18
New features
- Enable REST transport in C# (commit f9ccce7)
Version 2.0.0-beta03, released 2022-11-10
New features
- Adds gRPC probe support to Cloud Run v2 API client libraries (commit e832ba9)
- Adds Cloud Run Jobs v2 API client libraries (commit 85bc403)
Version 2.0.0-beta02, released 2022-10-17
New features
- Adds Startup and Liveness probes to Cloud Run v2 API client libraries (commit 79832b5)
Version 2.0.0-beta01, released 2022-06-09
This is the first version of this package to depend on GAX v4.
There are some breaking changes, both in GAX v4 and in the generated code. The changes that aren't specific to any given API are described in the Google Cloud documentation. We don't anticipate any changes to most customer code, but please file a GitHub issue if you run into problems.
The most important change in this release is the use of the Grpc.Net.Client package for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+ this should lead to a smaller installation footprint and greater compatibility (e.g. with Apple M1 chips). Any significant change in a core component comes with the risk of incompatibility, however - so again, please let us know if you encounter any issues.
Version 1.0.0-beta02, released 2022-05-11
Bug fixes
- BREAKING CHANGE Updates pre-release Cloud Run v2 Preview client libraries to work with the latest API revision (commit f438701)
Version 1.0.0-beta01, released 2022-04-22
Initial release.