|
52 | 52 | the call site. See [#5929] for more details. |
53 | 53 | </details> |
54 | 54 |
|
55 | | -## v1.30.0 - TBD |
| 55 | +## v1.31.0 - TBD |
56 | 56 |
|
57 | | -## New GA Libraries |
| 57 | +## v1.30.0 - 2021-08 |
| 58 | + |
| 59 | +### New GA Libraries |
58 | 60 | * *BigQuery Storage* -- The [BigQuery Storage library](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/bigquery) |
59 | 61 | 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. |
61 | 63 |
|
62 | 64 | ### Bigtable: |
63 | 65 |
|
|
72 | 74 |
|
73 | 75 | [issue-2567]: https://github.com/googleapis/google-cloud-cpp/issues/2567 |
74 | 76 |
|
| 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 | + |
75 | 82 | ### Storage: |
76 | 83 |
|
77 | 84 | **BREAKING CHANGES**: |
|
82 | 89 |
|
83 | 90 | [storage-mocking-link]: https://googleapis.dev/cpp/google-cloud-storage/latest/storage-mocking.html |
84 | 91 |
|
| 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 | + |
85 | 110 | ### Other: |
86 | 111 |
|
87 | 112 | **We have removed the `super/` directory:** `google-cloud-cpp` remains usable in |
|
0 commit comments