44breaking changes in the upcoming 3.x release. This release is scheduled for
552024-12 or 2025-01.
66
7- ## v2.27.0 - TBD
7+ ## v2.27.0 - 2024-08
88
99- We now link our mocking libraries against GoogleTest in CMake.
1010
@@ -51,6 +51,8 @@ RowAccessPolicy, and Table REST resources.
5151
5252### [ OpenTelemetry] ( /google/cloud/opentelemetry/README.md )
5353
54+ - fix(otel): avoid crashes in tracing wrappers for streams ([ #14477 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14477 ) )
55+
5456#### Bazel
5557
5658The ` --io_opentelemetry_cpp//api:with_abseil ` flag was marked as deprecated in
@@ -71,10 +73,24 @@ added to your `.bazelrc` file.
7173build --@io_opentelemetry_cpp//api:with_abseil
7274```
7375
76+ ### [ Spanner] ( /google/cloud/spanner/README.md )
77+
78+ - feat(spanner): add samples for instance partitions ([ #14574 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14574 ) )
79+
80+ ### [ Storage] ( /google/cloud/storage/README.md )
81+
82+ - fix(storage): reset backoff after partial write ([ #14473 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14473 ) )
83+ - feat(storage): single span for ` ReadObject() ` ([ #14435 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14435 ) )
84+ - fix(storage): only backoff before resume attempts ([ #14427 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14427 ) )
85+
7486### [ Common Libraries] ( /google/cloud/README.md )
7587
7688- Promoted to GA, functions to start a LRO (longrunning operation) in one
7789 function call, and then await the LRO to complete on a separate function.
90+ - feat(generator): include request in async streaming RPC logs ([ #14565 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14565 ) )
91+ - fix(common): censor Bearer tokens over HTTP/2 ([ #14564 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14564 ) )
92+ - fix(common): ` json_fwd.h ` is not always available ([ #14439 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14439 ) )
93+ - fix: workaround missing SHA256 macros in MinGW-w64 ([ #14437 ] ( https://github.com/googleapis/google-cloud-cpp/pull/14437 ) )
7894
7995## v2.26.0 - 2024-07
8096
0 commit comments