This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff 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**
You can’t perform that action at this time.
0 commit comments