|
66 | 66 | the call site. See [#5929] for more details. |
67 | 67 | </details> |
68 | 68 |
|
69 | | -## v1.26.0 - TBD |
| 69 | +## v1.27.0 - TBD |
| 70 | + |
| 71 | +## v1.26.0 - 2021-04 |
| 72 | + |
| 73 | +### BigQuery |
| 74 | + |
| 75 | +**NOTE** This release includes an **experimental** BigQuery Storage Read client |
| 76 | +library. This library is **NOT GA** and is likely to have breaking changes in |
| 77 | +the coming months. Feel free to take a look, file issues, ask questions, and |
| 78 | +even experiment with it, but do not ship production code using it yet. |
| 79 | + |
| 80 | +* feature(bigquery): add quickstart (#6116) |
| 81 | +* feature(bigquery): add success case integration tests (#6102) |
| 82 | +* feature(bigquery): storage library generation (#5989) |
70 | 83 |
|
71 | 84 | ### Bigtable: |
72 | 85 | **BREAKING CHANGES**: |
|
76 | 89 | from those classes to implement that function. This would typically only |
77 | 90 | affect users who create mock clients for testing purposes. |
78 | 91 |
|
| 92 | +**OTHER CHANGES**: |
| 93 | +* feat(common): experimental logging configuration (#6049) |
| 94 | +* feat(bigtable): Bind CompletionQueue with Table (#6012) |
| 95 | +* feat: bind `CompletionQueue` with `TableAdmin` (#6004) |
| 96 | +* feat: bind `CompletionQueue` with `InstanceAdmin` (#5967) |
| 97 | +* feat(bigtable): enable keepalive pings by default (#5969) |
| 98 | + |
| 99 | +### Pub/Sub |
| 100 | +* feat(pubsub): schemas are no longer experimental (#6115) |
| 101 | +* fix(pubsub): deadlocks for cancel during session startup (#6055) |
| 102 | +* feat(common): experimental logging configuration (#6049) |
| 103 | +* doc(pubsub): fix region tags for two examples (#5944) |
| 104 | + |
| 105 | +### Storage |
| 106 | + |
| 107 | +* doc(storage): always use signing account in examples (#6149) |
| 108 | +* feat(storage): self-signed JWTs for service accounts (#6096) |
| 109 | +* doc(storage): better description for ObjectWriteStream (#6075) |
| 110 | +* cleanup: deprecate some IAM types (#6069) |
| 111 | +* fix(storage): move disabling consts (#6064) |
| 112 | +* fix(storage): use after move problems (#6066) |
| 113 | +* feat(common): experimental logging configuration (#6049) |
| 114 | +* doc(storage): describe how to use optional parameters (#5983) |
| 115 | +* fix(storage): correctly set customTime on inserts (#5980) |
| 116 | +* fix(storage): do not update upload session ids (#5979) |
| 117 | +* feat(storage): implement storage::GrpcClient::TestBucketIamPermissions (#5957) |
| 118 | +* feat(storage): implement storage::GrpcClient::DeleteResumableUpload (#5941) |
| 119 | + |
| 120 | +### Spanner |
| 121 | + |
| 122 | +* feature(spanner): request priority (#6103) |
| 123 | +* feature(spanner): update CMEK samples (#6120) |
| 124 | +* feature(spanner): customer-managed encryption (#6087) |
| 125 | +* feat(common): experimental logging configuration (#6049) |
| 126 | +* feat(spanner): connection factories now prefer `Options` (#6046) |
| 127 | +* feat(common): make Options public (#6042) |
| 128 | +* doc(spanner): fix expected option lists (#6029) |
| 129 | + |
| 130 | +### Common libraries |
| 131 | + |
| 132 | +* feat(common): experimental logging configuration (#6049) |
| 133 | +* feat(common): log the last N entries (#6048) |
| 134 | +* feat(common): make `google::cloud::Options` public (#6042) |
| 135 | + |
79 | 136 | ## v1.25.0 - 2021-03 |
80 | 137 |
|
81 | 138 | ### Bigtable: |
|
0 commit comments