|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## v0.10.x - TBD |
| 3 | +## v1.1.0 - TBD |
| 4 | + |
| 5 | +## v1.0.0 - 2020-03 |
| 6 | + |
| 7 | +* **Breaking Changes** |
| 8 | + |
| 9 | + * feat!: add support for QueryOptions (#1351), this is a breaking |
| 10 | + change for any developers that used |
| 11 | + `Connection::SqlParams::placeholder_do_not_use_name_will_change`. |
| 12 | + * feat!: implement SessionPool session refresh (#1425), this is a |
| 13 | + breaking change as the return type for |
| 14 | + `SessionOptions::keep_alive_interval` changed from |
| 15 | + `std::chrono::minutes` to `std::chrono::seconds`. |
| 16 | + |
| 17 | +We believe the risk of developers being impacted by these changes |
| 18 | +is small, but do apologize if this impacts you. |
| 19 | + |
| 20 | +* **Other Changes** |
| 21 | + |
| 22 | +* feat: add Managed Backup feature (#1358) |
| 23 | +* feat: sessions are automatically created and refreshed by |
| 24 | + background threads as described in: |
| 25 | + https://cloud.google.com/spanner/docs/sessions#best_practices |
| 26 | +* We made multiple improvements (detailed below) to the documentation and |
| 27 | + code samples. |
| 28 | +* fix: polling policy stops after 'too many' successes (#1427) |
| 29 | +* feat: clean up main doxygen page (#1404) |
| 30 | +* feat: implement async session creation (#1405) |
| 31 | +* fix: avoid deadlocks during shutdown (#1397) |
| 32 | +* feat: streaming Value STRING only quotes in aggregates (#1401) |
| 33 | +* doc: small improvements to Client samples (#1398) |
| 34 | +* doc: link existing example for ExecuteBatchDml (#1395) |
| 35 | +* doc: update snippets for all mutation types (#1394) |
| 36 | +* fix: Value::op==() correctly handles Date and Timestamp (#1386) |
| 37 | +* feat: taught Date how to stream itself (#1385) |
| 38 | +* feat: escape non-printable bytes in Value::op<< (#1371) |
| 39 | +* docs: add snippets for Commit() with a mutator or mutations (#1374) |
| 40 | +* docs: updated snippets and samples for profile and analyze methods (#1364) |
| 41 | +* feat: Value streaming respects io manipulators (#1362) |
| 42 | +* feat: SqlStatement uses `op<<(Value)` (#1361) |
| 43 | +* cleanup: make use of the new Client::Commit(Mutations) overload (#1359) |
| 44 | +* feat: add ostream operator for Value (#1336) |
| 45 | +* feat: refactor and enhance session creation logic (#1343) |
| 46 | +* doc: link to the style guide in the common repo (#1348) |
| 47 | +* fix: associate each `Session` with a `Channel` (#1346) |
| 48 | +* feat: moved INSTALL.md -> doc/packaging.md (#1341) |
| 49 | +* fix: use correct quickstart URL (#1339) |
| 50 | +* feat: simplify README.md (#1338) |
| 51 | +* doc: add more snippets to documentation (#1331) |
| 52 | +* doc: an example of spanner::GetSingularRow (#1327) |
4 | 53 |
|
5 | 54 | ## v0.9.x - 2020-03
|
6 | 55 |
|
|
0 commit comments