Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 686395f

Browse files
authored
chore: updating README preparing for release (#1177)
* added release notes * regenerated README.md
1 parent 6c7fcd1 commit 686395f

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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**

ci/test-readme/README.md.in

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
## Release Notes
22

3+
### v0.6.x - TBD
4+
35
### v0.5.x - TBD
46

7+
* **Breaking Changes**
8+
* fix!: support full TIMESTAMP range in g::c::spanner::Timestamp (#1166)
9+
* refactor!: make `SessionPoolOptions` a class (#1130)
10+
11+
* **Other Changes**
12+
* fix: avoid deadlock waiting for Session allocation (#1170)
13+
* bug: number of channels was inadvertently limited to 1 (#1169)
14+
* bug: deflake rollback integration test (#1164)
15+
* feat: add optimistic concurrency control loop for IAM (#1162)
16+
* feat: add build to check API breakage (#1155)
17+
* feat: add CMake option to disable -Werror/-WX (#1150)
18+
* feat: commit begins transaction if not already begun (#1143)
19+
* feat: delete bad sessions from pool (#1142)
20+
* feat: handle session-not-found in all connection_impl methods (#1141)
21+
* bug: set "sticky" I/O format flags before forking threads (#1128)
22+
523
### v0.4.x - 2019-12
624

725
* **Breaking Changes**

0 commit comments

Comments
 (0)