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

Commit b5b4702

Browse files
authored
chore: update README (#1024)
* chore: update README
1 parent 51e4f55 commit b5b4702

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

google/cloud/spanner/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,26 @@ production workloads.
1616

1717
## Release Notes
1818

19-
### v0.3.x - TBD
19+
### v0.4.x - TBD
20+
21+
### v0.3.x - 2019-11
22+
23+
* **Breaking Changes**
24+
* feat!: class templates removed from keys.h (#936)
25+
* feat!: change result return types (#942)
26+
* refactor!: replaced Row<...> with std::tuple<...> (#967)
27+
* feat!: support for select-star queries (#976)
28+
* feat!: replace RunTransaction() with Client::Commit(functor) (#975)
29+
* chore!: renamed QueryResult to RowStream (#978)
30+
* chore!: renamed ExecuteSqlParams to SqlParams (#986)
31+
* cleanup: depend on google-cloud-cpp-common (#940)
32+
33+
* feat: configurable strategy for background threads (#955)
34+
* feat: add Profile and Analyze methods (#961)
35+
* feat: adds efficient move to support to Value:get<string>() (#980)
36+
* feat: add efficient move support to mutation builder temporaries (#989)
37+
* bug: only install the required headers (#993)
38+
* bug: install the headers for mocking (#997)
2039

2140
### v0.2.x - 2019-10
2241
* **Breaking Changes**

0 commit comments

Comments
 (0)