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 or GEN_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)
[[["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-03-21 UTC."],[[["The latest version is 1.0.0-beta07, with 1.0.0-beta06 being the most recently detailed release, from May 8, 2024, introducing `IServiceCollection` extension methods for client registration."],["Version 1.0.0-beta05, released on March 26, 2024, changed the target framework from `netstandard2.1` to `netstandard2.0`."],["Version 1.0.0-beta03, released on May 26, 2023, added metadata to `ListFunctions` to indicate if a function is `GEN_1` or `GEN_2`, enabled KMS crypto key specification for source code encryption, and allowed concurrency/CPU specification for gen 2 functions."],["Version 1.0.0-beta02, released on January 19, 2023, introduced REST transport capability in C#."],["The initial release, version 1.0.0-beta01, was on June 30, 2022."]]],[]]