From 3d8331cd3545f5229d89b41aacc088a66a9057d2 Mon Sep 17 00:00:00 2001 From: Bradley White <14679271+devbww@users.noreply.github.com> Date: Wed, 1 Jul 2020 10:51:01 -0400 Subject: [PATCH 1/2] feat: updated CHANGELOG for 2020-07 release --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0894605abfff..5a640ed244821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,47 @@ # Changelog -## v1.15.0 - TBD +## v1.16.0 - TBD + +## v1.15.0 - 2020-07 + +### Bigtable + +* fix: rotate through backup tests to stay under quota (#4420) +* feature: add bigtable backup API support (#4407) +* ci(macos): less flaky bigtable examples (#4369) +* fix: deadlock in MutationBatcher (#4327) + +### Storage + +* fix(storage): accept more than one matching log line (#4445) +* fix: support ObjectReadStream::tellg() (#4402) +* fix: eliminate data race between storage "service account" tests (#4403) +* fix(storage): treat 408 errors as retryable (#4397) +* fix: deflake test that was hitting a 500ms timeout (#4390) +* fix(GCS+gRPC): simplify DirectPath configuration (#4388) +* feat(GCS+gRPC): DirectPath can be manually configured (#4379) +* fix: warnings with MSVC 2019 16.6 (aka 19.26 akak 14.26) (#4365) +* feat(storage/benchmarks): compare to raw downloads (#4362) +* feat(storage/benchmark): experiment integration test (#4360) +* feat(storage/benchmarks): control CRC32C/MD5 options (#4326) + +### Spanner + +* fix: incorrect metadata key string (#4431) +* doc(spanner): add CreateInstance() example (#4405) +* fix(spanner): examples on how to delete data (#4401) +* feat: use `SELECT 1` to refresh sessions (#4377) +* ci(spanner): auto drop databases for realsies (#4371) +* fix(spanner): use correct name for test (#4373) +* ci(spanner): auto cleanup old databases (#4364) + +### Common libraries + +* fix: CompletionQueue::RunAsync is always async (#4448) +* fix: broken builds on Windows+CMake+Release (#4442) +* fix: test with correct MockCompletionQueue (#4427) +* fix: make potential narrowing cast of nanoseconds explicit (#4391) +* fix: memory stomping in CompletionQueue::RunAsync (#4330) ## v1.14.0 - 2020-06 From f58a074d53283d39f31545e314178773fac3832b Mon Sep 17 00:00:00 2001 From: Bradley White <14679271+devbww@users.noreply.github.com> Date: Wed, 1 Jul 2020 11:11:23 -0400 Subject: [PATCH 2/2] Address review comments. --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a640ed244821..ba417ea211b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,13 @@ ### Bigtable -* fix: rotate through backup tests to stay under quota (#4420) * feature: add bigtable backup API support (#4407) -* ci(macos): less flaky bigtable examples (#4369) * fix: deadlock in MutationBatcher (#4327) ### Storage -* fix(storage): accept more than one matching log line (#4445) * fix: support ObjectReadStream::tellg() (#4402) -* fix: eliminate data race between storage "service account" tests (#4403) * fix(storage): treat 408 errors as retryable (#4397) -* fix: deflake test that was hitting a 500ms timeout (#4390) * fix(GCS+gRPC): simplify DirectPath configuration (#4388) * feat(GCS+gRPC): DirectPath can be manually configured (#4379) * fix: warnings with MSVC 2019 16.6 (aka 19.26 akak 14.26) (#4365) @@ -31,9 +26,7 @@ * doc(spanner): add CreateInstance() example (#4405) * fix(spanner): examples on how to delete data (#4401) * feat: use `SELECT 1` to refresh sessions (#4377) -* ci(spanner): auto drop databases for realsies (#4371) * fix(spanner): use correct name for test (#4373) -* ci(spanner): auto cleanup old databases (#4364) ### Common libraries