Version history
Version 1.0.0-beta07, released 2024-08-13
New features
- Optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates (commit f6efb2e)
- Optional fields for setting up automatic base image updates. (commit f6efb2e)
- Optional field for specifying a revision on GetFunction. (commit f6efb2e)
- Optional field for binary authorization policy. (commit f6efb2e)
- Optional field for deploying a source from a GitHub repository. (commit f6efb2e)
- Additional field on the output that specified whether the deployment supports Physical Zone Separation. (commit f6efb2e)
- Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. (commit f6efb2e)
- ListRuntimes response now includes deprecation and decommissioning dates. (commit f6efb2e)
Documentation improvements
- Refined description in several fields. (commit f6efb2e)
Version 1.0.0-beta06, released 2024-05-08
New features
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
Version 1.0.0-beta05, released 2024-03-26
New features
- Change netstandard2.1 target to netstandard2.0 (commit 82bea85)
Version 1.0.0-beta04, released 2024-02-28
No API surface changes; just dependency updates.
Version 1.0.0-beta03, released 2023-05-26
New features
- ListFunctions now include metadata which indicates whether a function is a
GEN_1
orGEN_2
function (commit 6634dea) - KMS crypto keys can now be specified when uploading function source code, enabling source code to be encrypted at rest with a user-managed encryption key (commit 6634dea)
- You can now specify concurrency and cpu of a gen 2 function through the Function API, without needing to modify the underlying Cloud Run service (commit 6634dea)
Version 1.0.0-beta02, released 2023-01-19
New features
- Enable REST transport in C# (commit 496c8ab)
Version 1.0.0-beta01, released 2022-06-30
Initial release.