File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v1.15.0 - TBD
3+ ## v1.16.0 - TBD
4+
5+ ## v1.15.0 - 2020-07
6+
7+ ### Bigtable
8+
9+ * feature: add bigtable backup API support (#4407 )
10+ * fix: deadlock in MutationBatcher (#4327 )
11+
12+ ### Storage
13+
14+ * fix: support ObjectReadStream::tellg() (#4402 )
15+ * fix(storage): treat 408 errors as retryable (#4397 )
16+ * fix(GCS+gRPC): simplify DirectPath configuration (#4388 )
17+ * feat(GCS+gRPC): DirectPath can be manually configured (#4379 )
18+ * fix: warnings with MSVC 2019 16.6 (aka 19.26 akak 14.26) (#4365 )
19+ * feat(storage/benchmarks): compare to raw downloads (#4362 )
20+ * feat(storage/benchmark): experiment integration test (#4360 )
21+ * feat(storage/benchmarks): control CRC32C/MD5 options (#4326 )
22+
23+ ### Spanner
24+
25+ * fix: incorrect metadata key string (#4431 )
26+ * doc(spanner): add CreateInstance() example (#4405 )
27+ * fix(spanner): examples on how to delete data (#4401 )
28+ * feat: use ` SELECT 1 ` to refresh sessions (#4377 )
29+ * fix(spanner): use correct name for test (#4373 )
30+
31+ ### Common libraries
32+
33+ * fix: CompletionQueue::RunAsync is always async (#4448 )
34+ * fix: broken builds on Windows+CMake+Release (#4442 )
35+ * fix: test with correct MockCompletionQueue (#4427 )
36+ * fix: make potential narrowing cast of nanoseconds explicit (#4391 )
37+ * fix: memory stomping in CompletionQueue::RunAsync (#4330 )
438
539## v1.14.0 - 2020-06
640
You can’t perform that action at this time.
0 commit comments