You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ breaking changes in the upcoming 4.x release. This release is scheduled for
7
7
**NOTE**: Please refer to the [V3 Migration Guide](/doc/v3-migration-guide.md)
8
8
for details on updating existing applications using v1.x.y or v2.x.y.
9
9
10
-
## v3.6.0 - TBD
10
+
## v3.6.0 - 2026-06
11
11
12
12
### New Libraries
13
13
@@ -26,6 +26,30 @@ the APIs in these libraries are stable, and are ready for production use.
26
26
are now supported for REST endpoints. Support for gRPC endpoints will be
27
27
available in a future release.
28
28
29
+
### [Storage](/google/cloud/storage/README.md)
30
+
31
+
- fix(storage): avoid premature flush completion and concurrent writes in AsyncWriterConnectionBuffered ([#16169](https://github.com/googleapis/google-cloud-cpp/pull/16169))
32
+
- feat(storage): implement GCS overrun logging and resume prevention ([#16150](https://github.com/googleapis/google-cloud-cpp/pull/16150))
33
+
- fix(storage): add Close() support to AsyncWriterConnectionBuffered ([#16145](https://github.com/googleapis/google-cloud-cpp/pull/16145))
34
+
- fix(storage): Set the idempotency token for async rewrites ([#16114](https://github.com/googleapis/google-cloud-cpp/pull/16114))
35
+
- fix(storage): Add telemetry tracing support for async stream Close() ([#16118](https://github.com/googleapis/google-cloud-cpp/pull/16118))
36
+
- feat(storage): Add full object read checksum validation for Open ([#16120](https://github.com/googleapis/google-cloud-cpp/pull/16120))
37
+
- fix(storage): use server-reported size and crc on stream reconnect to avoid duplicate writes ([#16115](https://github.com/googleapis/google-cloud-cpp/pull/16115))
- This release is based on definitions as of [2026-05-25T07:03:03-07:00](https://github.com/googleapis/googleapis/tree/ef19b7b7a73f19f33ab86c5b3603e9590025acd7)
0 commit comments