Skip to content

Commit 35d6136

Browse files
authored
chore(release): update changelog for 2021-08 release (#7100)
1 parent d72883a commit 35d6136

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@
5252
the call site. See [#5929] for more details.
5353
</details>
5454

55-
## v1.30.0 - TBD
55+
## v1.31.0 - TBD
5656

57-
## New GA Libraries
57+
## v1.30.0 - 2021-08
58+
59+
### New GA Libraries
5860
* *BigQuery Storage* -- The [BigQuery Storage library](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/bigquery)
5961
is now GA.
60-
* *IAM* -- The [IAM libray](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/iam) is now GA.
62+
* *IAM* -- The [IAM library](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/iam) is now GA.
6163

6264
### Bigtable:
6365

@@ -72,6 +74,11 @@
7274

7375
[issue-2567]: https://github.com/googleapis/google-cloud-cpp/issues/2567
7476

77+
**OTHER CHANGES**:
78+
* The `MutationBatcher`'s default setting for max mutations per batch was reduced
79+
from 100k to 1k. The new value achieves better throughput and avoids errors
80+
from exhausting the server. ([#7095][https://github.com/googleapis/google-cloud-cpp/pull/7095])
81+
7582
### Storage:
7683

7784
**BREAKING CHANGES**:
@@ -82,6 +89,24 @@
8289

8390
[storage-mocking-link]: https://googleapis.dev/cpp/google-cloud-storage/latest/storage-mocking.html
8491

92+
**OTHER CHANGES**:
93+
* feat(storage): discard handles after an error (#7088)
94+
* feat(storage): release download handles sooner (#7085)
95+
* feat(storage): support setting HTTP version (#7077)
96+
* fix(storage): cleanup interrupted downloads (#7064)
97+
* fix(storage): avoid crashes after move (#7045)
98+
* feat(GCS+gRPC): upload checksums with last chunk (#7031)
99+
* fix(storage): use hash values in InsertObject() (#7025)
100+
* feat(storage): capture peer address for REST (#6994)
101+
* feat(GCS+gRPC): option to configure plugin (#6991)
102+
* feat(GCS+gRPC): checksums on ObjectInsert (#6967)
103+
* fix(GCS+gRPC): no hashes in Object resource (#6963)
104+
105+
### Common Libraries:
106+
107+
* feat(common): always clog GCP_LOG(FATAL) messages (#7087)
108+
* feat(common): make GCP_LOG(FATAL) terminate execution (#7058)
109+
85110
### Other:
86111

87112
**We have removed the `super/` directory:** `google-cloud-cpp` remains usable in

0 commit comments

Comments
 (0)