Skip to content

Commit 6bc6b50

Browse files
authored
chore: April 2021 release notes and ABI update (#6172)
1 parent e9bc8e5 commit 6bc6b50

6 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,20 @@
6666
the call site. See [#5929] for more details.
6767
</details>
6868

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)
7083

7184
### Bigtable:
7285
**BREAKING CHANGES**:
@@ -76,6 +89,50 @@
7689
from those classes to implement that function. This would typically only
7790
affect users who create mock clients for testing purposes.
7891

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+
79136
## v1.25.0 - 2021-03
80137

81138
### Bigtable:
25 KB
Binary file not shown.
21 KB
Binary file not shown.
6.95 KB
Binary file not shown.
243 Bytes
Binary file not shown.
2.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)