This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.7.x - TBD
3
+ ## v0.8.x - TBD
4
+
5
+ ## v0.7.x - 2020-02
6
+
7
+ * ** Breaking Changes**
8
+ * fix!: avoid single-arg forwarding c'tor (#1233 )
9
+ * chore!: prep cleanup for enabling clang-tidy in headers (#1222 )
10
+
11
+ * ** Other Changes**
12
+ * docs: add summary of result classes (#1243 )
13
+ * feat: const qualify ConnectionOptions::background_threads_factory() (#1240 )
14
+ * doc: document how to run samples using Bazel (#1228 )
15
+ * feat: implement query and update timestamp samples (#1223 )
16
+ * feat: add CommitTimestamp support (#1225 )
17
+ * doc: add skeletons for * _ with_timestamp_column (#1220 )
18
+ * doc: add spanner_create_user_defined_struct example (#1214 )
19
+ * style: cleanup use of ` noexcept ` , ` explicit ` and ` = default ` (#1209 )
20
+ * doc: exclude benchmarks for doxygen docs (#1208 )
21
+ * docs: specify how Commit(mutator, ...) handles exceptions (#1198 )
22
+ * feat: use 1 client with multiple channels for the benchmark (#1194 )
23
+ * fix: remove unnecessary dependency on bigtable (#1195 )
24
+ * feat: support truncation of strings/bytes fields in protobuf logging (#1192 )
25
+ * feat: a small script to plot benchmark results (#1189 )
26
+ * fix: complete test coverage for g:c:spanner::Timestamp (#1190 )
27
+ * fix: only check for per-thread rusage in the benchmark that requires it (#1186 )
28
+ * docs: Tighten up some documentation for g:c:spanner::Client::Commit() (#1173 )
29
+ * feat: remove internal::TimestampFromCounts() (#1183 )
4
30
5
31
## v0.6.x - 2020-01
6
32
You can’t perform that action at this time.
0 commit comments