[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe latest version, 1.7.0, released on 2024-08-13, introduces several optional fields for enhanced control, including specifying a service account for builds, setting up automatic base image updates, and defining a revision on GetFunction.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.7.0 includes the capability to deploy from a GitHub repository, support for specifying GCF generation for upload URLs, and added deprecation/decommissioning dates in ListRuntimes.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.6.0, released on 2024-05-14, added IServiceCollection extension methods for client registration where an IServiceProvider is required.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.5.0 updated the target framework from netstandard2.1 to netstandard2.0.\u003c/p\u003e\n"],["\u003cp\u003eVersion 1.3.0 added metadata to ListFunctions to indicate whether a function is GEN_1 or GEN_2, while version 1.2.0 included \u003ccode\u003eavailable_cpu\u003c/code\u003e, \u003ccode\u003ekms_key_name\u003c/code\u003e, \u003ccode\u003emax_instance_request_concurrency\u003c/code\u003e, and \u003ccode\u003esecurity_level\u003c/code\u003e fields.\u003c/p\u003e\n"]]],[],null,["Version latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/history)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.6.0/history)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.5.0/history)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.4.0/history)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.3.0/history)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.2.0/history)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.1.0/history)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.0.0/history) \n\nVersion history\n===============\n\nVersion 1.7.0, released 2024-08-13\n----------------------------------\n\n### New features\n\n- 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 \u003chttps://cloud.google.com/build/docs/cloud-build-service-account-updates\u003e ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Optional fields for setting up automatic base image updates. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Optional field for specifying a revision on GetFunction. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Optional field for binary authorization policy. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Optional field for deploying a source from a GitHub repository. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Additional field on the output that specified whether the deployment supports Physical Zone Separation. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n- ListRuntimes response now includes deprecation and decommissioning dates. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n\n### Documentation improvements\n\n- Refined description in several fields. ([commit d169759](https://github.com/googleapis/google-cloud-dotnet/commit/d1697594643e72eecbec96b932458873cb6845c5))\n\nVersion 1.6.0, released 2024-05-14\n----------------------------------\n\n### New features\n\n- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))\n\nVersion 1.5.0, released 2024-03-26\n----------------------------------\n\n### New features\n\n- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))\n\nVersion 1.4.0, released 2024-02-28\n----------------------------------\n\nNo API surface changes; just dependency updates.\n\nVersion 1.3.0, released 2023-05-26\n----------------------------------\n\n### New features\n\n- ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([commit a678905](https://github.com/googleapis/google-cloud-dotnet/commit/a678905cbacd1970ed1b3e2d46e14d82635c5dcd))\n\nVersion 1.2.0, released 2023-03-20\n----------------------------------\n\n### New features\n\n- Add `available_cpu` field ([commit 1fe48c2](https://github.com/googleapis/google-cloud-dotnet/commit/1fe48c20af36a2f9d5b6de66a2d8ddda3383e991))\n- Add `kms_key_name` field to ServiceConfig (the CMEK use case) ([commit 1fe48c2](https://github.com/googleapis/google-cloud-dotnet/commit/1fe48c20af36a2f9d5b6de66a2d8ddda3383e991))\n- Add `max_instance_request_concurrency` field ([commit 1fe48c2](https://github.com/googleapis/google-cloud-dotnet/commit/1fe48c20af36a2f9d5b6de66a2d8ddda3383e991))\n- Add `security_level` field ([commit 1fe48c2](https://github.com/googleapis/google-cloud-dotnet/commit/1fe48c20af36a2f9d5b6de66a2d8ddda3383e991))\n\nVersion 1.1.0, released 2023-01-19\n----------------------------------\n\n### New features\n\n- Enable REST transport in C# ([commit 496c8ab](https://github.com/googleapis/google-cloud-dotnet/commit/496c8abe53e80646e5dd5a6d4a2231b11b36969a))\n\nVersion 1.0.0, released 2022-09-15\n----------------------------------\n\nNo API surface changes; just dependency updates and promotion to GA.\n\nVersion 1.0.0-beta01, released 2022-07-27\n-----------------------------------------\n\nInitial release."]]