Version history
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.