@@ -28,6 +28,7 @@ backwards-incompatible API changes in the
2828** Core Builds**
2929[ ![ CI status docker/asan] [ docker/asan-shield ]] [ docker/asan-link ]
3030[ ![ CI status docker/bazel-dependency] [ docker/bazel-dependency-shield ]] [ docker/bazel-dependency-link ]
31+ [ ![ CI status docker/check-api] [ docker/check-api-shield ]] [ docker/check-api-link ]
3132[ ![ CI status docker/clang-3.8] [ docker/clang-3.8-shield ]] [ docker/clang-3.8-link ]
3233[ ![ CI status docker/clang-tidy] [ docker/clang-tidy-shield ]] [ docker/clang-tidy-link ]
3334[ ![ CI status docker/cmake] [ docker/cmake-shield ]] [ docker/cmake-link ]
@@ -63,6 +64,8 @@ backwards-incompatible API changes in the
6364[ docker/asan-shield ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/asan.svg
6465[ docker/bazel-dependency-link ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/bazel-dependency-link.html
6566[ docker/bazel-dependency-shield ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/bazel-dependency.svg
67+ [ docker/check-api-link ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/check-api-link.html
68+ [ docker/check-api-shield ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/check-api.svg
6669[ docker/clang-3.8-link ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/clang-3.8-link.html
6770[ docker/clang-3.8-shield ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/clang-3.8.svg
6871[ docker/clang-tidy-link ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/spanner/docker/clang-tidy-link.html
@@ -147,8 +150,26 @@ Apache 2.0; see [`LICENSE`](LICENSE) for details.
147150
148151## Release Notes
149152
153+ ### v0.6.x - TBD
154+
150155### v0.5.x - TBD
151156
157+ * ** Breaking Changes**
158+ * fix!: support full TIMESTAMP range in g::c::spanner::Timestamp (#1166 )
159+ * refactor!: make ` SessionPoolOptions ` a class (#1130 )
160+
161+ * ** Other Changes**
162+ * fix: avoid deadlock waiting for Session allocation (#1170 )
163+ * bug: number of channels was inadvertently limited to 1 (#1169 )
164+ * bug: deflake rollback integration test (#1164 )
165+ * feat: add optimistic concurrency control loop for IAM (#1162 )
166+ * feat: add build to check API breakage (#1155 )
167+ * feat: add CMake option to disable -Werror/-WX (#1150 )
168+ * feat: commit begins transaction if not already begun (#1143 )
169+ * feat: delete bad sessions from pool (#1142 )
170+ * feat: handle session-not-found in all connection_impl methods (#1141 )
171+ * bug: set "sticky" I/O format flags before forking threads (#1128 )
172+
152173### v0.4.x - 2019-12
153174
154175* ** Breaking Changes**
0 commit comments