Skip to content

Commit 893beb1

Browse files
authored
chore: May 2021 release notes and ABI update (#6447)
1 parent aa4ffbb commit 893beb1

7 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,43 @@
7777
the call site. See [#5929] for more details.
7878
</details>
7979

80-
## v1.27.0 - TBD
80+
## v1.28.0 - TBD
81+
82+
## v1.27.0 - 2021-05
83+
84+
### Storage
85+
86+
* fix(storage): missing implementation for constructor (#6439)
87+
* feat(storage): minimal stub for IAM credentials service (#6425)
88+
* feat: support errors in DynamicAccessTokenCredentials (#6325)
89+
* feat(storage): use the unified authentication client (#6323)
90+
* feat(storage): map unified to REST credentials (#6301)
91+
* refactor(storage): use g::c::Options in RawClients (#6282)
92+
* refactor(storage): common code for client unit tests (#6256)
93+
* doc(storage): wrong arguments for quickstart program (#6249)
94+
* fix(storage): deflake IAM integration test (#6234)
95+
* fix(storage): disable self-signed JWT authentication (#6230)
96+
* refactor(storage): use g::c::Options for GrpcClient (#6209)
97+
* refactor(storage): use g::c::Options in CurlClient (#6203)
98+
* refactor(storage): compute default options in a single function (#6200)
99+
* refactor(storage): use g::c::Options in ClientOptions (#6183)
100+
101+
### Spanner
102+
103+
* fix(spanner): propagate request_options in ReadPartition serialization (#6319)
104+
105+
### Common libraries
106+
107+
* feat(common): credentials for service account impersonation (#6429)
108+
* feat(common): gRPC support for service account impersonation (#6401)
109+
* feat(common): support asynchronous RPCs in GrpcAuthenticationStrategy (#6391)
110+
* feat: a cache for access tokens retrieved using gRPC (#6381)
111+
* feat: minimal stub for service account impersonation (#6348)
112+
* feat: support errors in DynamicAccessTokenCredentials (#6325)
113+
* feat(common): support unified credentials in gRPC (#6304)
114+
* feat(common): bootstrap Unified Authentication Client (#6299)
115+
* refactor!: remove gcpcxx.pb suffix from generated files (#6286)
116+
* feat(iam): an example for GenerateAccessToken (#6188)
81117

82118
### Misc.
83119

@@ -91,6 +127,12 @@
91127
microgenerator. Any usages of the bigquery, iamcredentials, or logging
92128
experimental libraries will require updating of include paths in user code.
93129

130+
## v1.26.1 - 2021-04
131+
132+
### Storage
133+
134+
* fix(storage): disable self-signed JWT authentication (#6238)
135+
94136
## v1.26.0 - 2021-04
95137

96138
### BigQuery
12.3 KB
Binary file not shown.
11.6 KB
Binary file not shown.
65.4 KB
Binary file not shown.
11 KB
Binary file not shown.
9.33 KB
Binary file not shown.
42 KB
Binary file not shown.

0 commit comments

Comments
 (0)