|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v1.16.0 - TBD |
| 3 | +## v1.17.0 - TBD |
| 4 | + |
| 5 | +## v1.16.0 - 2020-08 |
| 6 | + |
| 7 | +### Bigtable |
| 8 | + |
| 9 | +* doc: remove not GA warning from bigtable backup methods (#4601) |
| 10 | +* doc: restore quickstart's region tags (#4525) |
| 11 | +* fix: builds on 64-bit Windows (#4523) |
| 12 | +* fix: warnings under Windows+MSVC+x86 (#4515) |
| 13 | +* feat: `CompletionQueue::RunAsync` with no arguments (#4450) |
| 14 | + |
| 15 | +### Storage |
| 16 | + |
| 17 | +**BREAKING CHANGES** |
| 18 | +* fix!: incorrect type in OLM condition (#4597)\ |
| 19 | + **changed the `created_before` field in `LifecycleRuleCondition` from a time |
| 20 | + point to a date** |
| 21 | + |
| 22 | +**Other Changes** |
| 23 | +* fix: GCE credentials response handling (#4739) |
| 24 | +* feat: add a function to delete resumable upload in client (#4696) |
| 25 | +* doc: include guidelines for bucket names (#4688) |
| 26 | +* feat: add a function `DeleteResumableUpload` to `RawClient` (#4678) |
| 27 | +* fix: missing `CreateDefaultClientOptions` overload (#4677) |
| 28 | +* feat: a request type to delete pending resumable uploads (#4617) |
| 29 | +* feat: disable MD5Hash by default (#4591) |
| 30 | +* feat: Add startOffset and endOffset (#4518) |
| 31 | +* fix: warnings under Windows+MSVC+x86 (#4515) |
| 32 | +* fix: avoid chunked transfer encoding (#4506) |
| 33 | +* fix: avoid unnecessary chunk to finalize uploads (#4504) |
| 34 | +* feat: Add `Client::ListObjectsAndPrefixes` (#4494) |
| 35 | +* fix: multiple problems under Windows+MSVC+x86 (#4502) |
| 36 | +* feat: reduce data copies in uploads (#4496) |
| 37 | +* fix: workaround min/max macros on Windows (#4490) |
| 38 | +* feat: reduce copies during uploads (#4489) |
| 39 | +* feat: Add `UploadFromOffset` and `UploadLimit` to `UploadFile` (#4473) |
| 40 | +* feat: HTTP requests with many buffers (#4480) |
| 41 | +* feat: Add `value_or()` to options params and headers (#4408) |
| 42 | + |
| 43 | +### Spanner |
| 44 | + |
| 45 | +**BREAKING CHANGES** |
| 46 | +* refactor!: `spanner::Timestamp` implementing using `absl::Time` (#4625)\ |
| 47 | + **spanner::Timestamp no longer allows construction from or conversion to |
| 48 | + a chrono time point with picosecond precision** |
| 49 | +* refactor!: use `absl::CivilDay` for "date" type (#4600) \ |
| 50 | + **`absl::CivilDay's` constructors are explicit (by design), where as the old |
| 51 | + `spanner::Date` 3-arg constructor was not explicit.** |
| 52 | + |
| 53 | +**Fix issue #4516: atomicity is violated if the first operation in a RW |
| 54 | + Transaction fails.**\ |
| 55 | + If this occurs, the library now explicitly begins a new transaction and |
| 56 | + retries the failed operation. This ensures subsequent operations using the |
| 57 | + same `Transaction` object are in fact executed in the same Spanner |
| 58 | + transaction. |
| 59 | +* fix: begin a `has_begin` transaction in Rollback() (#4731) |
| 60 | +* fix: handle `ExecuteBatchDml` returning OK with no results (#4724) |
| 61 | +* fix: use the updated transaction id in `ReadImpl` (#4722) |
| 62 | +* fix: explicitly begin failed implicit begin transactions (#4706) |
| 63 | +* feat: handle invalid transactions in `ConnectionImpl` methods |
| 64 | +* feat: store a Status when invalidating Transactions (#4670) |
| 65 | +* feat: support moving a `Transaction` into an error state (#4545) |
| 66 | + |
| 67 | +**Other Changes** |
| 68 | +* doc: note that NUMERIC columns are not yet available (#4738) |
| 69 | +* feat: add `google-cloud-resource-prefix` to non-admin operations (#4703) |
| 70 | +* fix: date formatting with negative years (#4614) |
| 71 | +* feat: add `google::cloud::spanner::Numeric` (#4418) |
| 72 | +* fix: warnings under Windows+MSVC+x86 (#4515) |
| 73 | +* feat: log the result for `future<StatusOr<T>>` (#4746) |
| 74 | + |
| 75 | +### Common libraries |
| 76 | + |
| 77 | +**BREAKING CHANGES** |
| 78 | +* fix!: incorrect type in OLM condition (#4597)\ |
| 79 | + **changed the `created_before` field in `LifecycleRuleCondition` from a time |
| 80 | + point to a date** |
| 81 | + |
| 82 | +**Other Changes** |
| 83 | +* fix: timestamp proto encoding works before the epoch and with extreme values (#4611) |
| 84 | +* feat: `CompletionQueue::RunAsync` with no arguments (#4450) |
| 85 | +* feat: log exceptions in example driver (#4453) |
4 | 86 |
|
5 | 87 | ## v1.15.0 - 2020-07 |
6 | 88 |
|
|
0 commit comments