This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,29 @@ Apache 2.0; see [`LICENSE`](LICENSE) for details.
147147
148148## Release Notes
149149
150- ### v0.4.x - TBD
150+ ### v0.5.x - TBD
151+
152+ ### v0.4.x - 2019-12
153+
154+ * ** Breaking Changes**
155+ * feat!: replaces PartitionOptions proto with struct (#1035 )
156+ * refactor!: drop support for compile-time preprocessor config (#1086 )
157+
158+ * ** Other Changes**
159+ * feat: add ` SessionPoolOptions ` with labels to ` MakeConnection() ` (#1109 )
160+ * fix: tell ` clang-format ` to leave doxygen ` @copydoc ` directives alone (#1122 )
161+ * feat: allow users to configure retry policies (#1111 )
162+ * feat: optimize passing ` Bytes ` to ` Value ` (#1104 )
163+ * feat: change ` GetCurrentRow ` to ` GetSingularRow ` (#1092 )
164+ * feat: update the pool options to match the design (#1089 )
165+ * feat: support multiple channels in ` SessionPool ` (#1063 )
166+ * bug: fix year formatting in ` spanner::Date ` (#1085 )
167+ * fix: execute each rerun of an aborted transaction in the same session (#1079 )
168+ * feat: add function to get a single row from a range (#1074 )
169+ * feat: add some plumbing to enable multiple channels (#1050 )
170+ * feat: attempt to speed up hot loop in ` NextRow ` (#1052 )
171+ * feat: associate ` SpannerStub ` with a ` Session ` (#1041 )
172+ * add and update several examples, benchmarks, and tests.
151173
152174### v0.3.x - 2019-11
153175
Original file line number Diff line number Diff line change 11## Release Notes
22
3- ### v0.4.x - TBD
3+ ### v0.5.x - TBD
4+
5+ ### v0.4.x - 2019-12
6+
7+ * **Breaking Changes**
8+ * feat!: replaces PartitionOptions proto with struct (#1035)
9+ * refactor!: drop support for compile-time preprocessor config (#1086)
10+
11+ * **Other Changes**
12+ * feat: add `SessionPoolOptions` with labels to `MakeConnection()` (#1109)
13+ * fix: tell `clang-format` to leave doxygen `@copydoc` directives alone (#1122)
14+ * feat: allow users to configure retry policies (#1111)
15+ * feat: optimize passing `Bytes` to `Value` (#1104)
16+ * feat: change `GetCurrentRow` to `GetSingularRow` (#1092)
17+ * feat: update the pool options to match the design (#1089)
18+ * feat: support multiple channels in `SessionPool` (#1063)
19+ * bug: fix year formatting in `spanner::Date` (#1085)
20+ * fix: execute each rerun of an aborted transaction in the same session (#1079)
21+ * feat: add function to get a single row from a range (#1074)
22+ * feat: add some plumbing to enable multiple channels (#1050)
23+ * feat: attempt to speed up hot loop in `NextRow` (#1052)
24+ * feat: associate `SpannerStub` with a `Session` (#1041)
25+ * add and update several examples, benchmarks, and tests.
426
527### v0.3.x - 2019-11
628
You can’t perform that action at this time.
0 commit comments