Skip to content

Commit ed81fd1

Browse files
committed
Update version: 1.57.0 => 1.58.0
And support version: 1.58.0-beta02 => 1.58.0 Bug fixes: - googleapis#2273 Don't attempt to use an empty/null media type in batch responses - googleapis#2251 Which fixes a typo on then name of one of the AWS Credential environment variables. - googleapis#2264 Which adds a missing line break in AWS Credential canonical request. Features - googleapis#2269 Support per-request max retry configuration. - googleapis#2228 Supports Quota Project environment variable for ADC. - googleapis#2219 Removes obsolete OOB code. BREAKING CHANGE: We have removed OOB support from the library because the feature is not supported by Google OAuth as of October 3rd 2022. See the [official announcement](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob) for more information. - googleapis#2216 Log errors when trying to reach Compute's metadata server. - googleapis#2177, googleapis#2197, googleapis#2200, googleapis#2206, googleapis#2215, googleapis#2235 Support for Workload Identity Federation and Worforce Identity Federation. - googleapis#2103 Compute credentials support explicit scopes. - googleapis#2096 Improves deserialization error handling.
1 parent 7170ba4 commit ed81fd1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CSharpGeneratorFunctions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is intended to be imported using the "source" function
22
# from any script that wants to invoke the C#-based generator.
33

4-
declare -r GAPIC_GENERATOR_VERSION=1.4.8
4+
declare -r GAPIC_GENERATOR_VERSION=1.4.9
55

66
TMP_CSHARP_GENERATOR_DIR=tmp-gapic-generator-csharp
77
if [[ $CSHARP_GENERATOR_DIR == "" ]]

Src/Support/CommonProjectProperties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- common nupkg information -->
44
<PropertyGroup>
5-
<Version>1.58.0-beta02</Version>
5+
<Version>1.58.0</Version>
66
<Authors>Google LLC</Authors>
77
<Copyright>Copyright 2021 Google LLC</Copyright>
88
<PackageTags>Google</PackageTags>

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"language": "csharp",
33
"description": "C# libraries for Google APIs.",
4-
"releaseVersion": "1.57.0", "comment1": "Version of generated package.",
5-
"currentSupportVersion": "1.57.0", "comment2": "Version of support library upon which to depend.",
4+
"releaseVersion": "1.58.0", "comment1": "Version of generated package.",
5+
"currentSupportVersion": "1.58.0", "comment2": "Version of support library upon which to depend.",
66
"pclSupportVersion": "1.25.0", "comment3": "Version of PCL support library.",
77
"net40SupportVersion": "1.10.0", "comment4": "Version of net40 support library.",
88

0 commit comments

Comments
 (0)