Version history

Version 2.7.0, released 2024-03-26

New features

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

Version 2.3.0, released 2023-09-26

New features

Documentation improvements

Version 2.2.0, released 2023-07-13

New features

Version 2.1.0, released 2023-05-03

New features

Documentation improvements

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

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.