|
77 | 77 | the call site. See [#5929] for more details. |
78 | 78 | </details> |
79 | 79 |
|
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) |
81 | 117 |
|
82 | 118 | ### Misc. |
83 | 119 |
|
|
91 | 127 | microgenerator. Any usages of the bigquery, iamcredentials, or logging |
92 | 128 | experimental libraries will require updating of include paths in user code. |
93 | 129 |
|
| 130 | +## v1.26.1 - 2021-04 |
| 131 | + |
| 132 | +### Storage |
| 133 | + |
| 134 | +* fix(storage): disable self-signed JWT authentication (#6238) |
| 135 | + |
94 | 136 | ## v1.26.0 - 2021-04 |
95 | 137 |
|
96 | 138 | ### BigQuery |
|
0 commit comments