We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0994e commit 6ca1abeCopy full SHA for 6ca1abe
2 files changed
CHANGES.md
@@ -1,3 +1,17 @@
1
+# v0.26.0
2
+
3
+## Changes
4
5
+- idtoken:
6
+ - Populate Claims map.
7
+- transport/http:
8
+ - Update default HTTP transport settings to use a larger value for
9
+ MaxIdleConnsPerHost. This improves performance in the storage client.
10
+- Various updates to autogenerated clients.
11
12
+_Please note:_ the release version is not indicative of an individual client's
13
+stability or version.
14
15
# v0.25.0
16
17
## Announcements
internal/version/version.go
@@ -10,4 +10,4 @@ package version
// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
-const Repo = "20200518"
+const Repo = "20200601"
0 commit comments