Skip to content

Commit f119fd4

Browse files
authored
doc: update CHANGELOG for v1.18.0 (#5060)
* doc: update CHANGELOG for v1.18.0
1 parent ea386d3 commit f119fd4

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

3-
## v1.18.0 - TBD
3+
## v1.19.0 - TBD
4+
5+
## v1.18.0 - 2020-09
6+
7+
### Storage
8+
9+
* fix: add missing object ACLs in gRPC client (#5029)
10+
* fix: work with unknown SSL version in curl (#5037)
11+
12+
### Spanner
13+
14+
* This release includes support for the `NUMERIC` data type in Cloud Spanner.
15+
* doc: adapt to new specification for NUMERIC samples (#5049)
16+
* doc: add `spanner_query_with_*_parameter` samples (#5016)
17+
* feat: start using NUMERIC types in database schema (#5025)
18+
19+
### Pub/Sub
20+
21+
* The current release is a preview of the upcoming GA release. While we think the APIs are unlikely to change before GA, we reserve the right to change these APIs for now. This release may need optimization before it is ready for production workloads.
22+
23+
### Common Libraries
24+
25+
* feat: create promises without shared state (#5046)
26+
* feat: make CompletionQueueImpl mockable [1] (#5036) (#5039) (#5043)
27+
* feat: support cancels for asynchronous unary RPCs (#5047)
28+
* fix: correct C++ version under MSVC (#5038)
29+
* fix: CompletionQueue shutdown disables RunAsync (#5008)
30+
* fix: remove 'Bigtable' from generic error message (#5034)
31+
* fix: remove unneeded dep on absl::variant (#5054)
432

533
## v1.17.0 - 2020-09
634

0 commit comments

Comments
 (0)