From 66e60923d64980711c3a1fd0fc07225992ca3455 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Fri, 3 Jun 2022 17:19:22 +0300 Subject: [PATCH] docs(readme): mark TLS as done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de1d34b0..91bc00aa 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ arr.Row(0) // ["foo", "bar", "baz"] - [ ] Improved i/o timeout handling - [ ] Close connection on context cancellation in all cases - [ ] Ensure that reads can't block forever -- [ ] TLS +- [x] TLS - [ ] API UX Improvements (with 1.18 generics) - [x] Enum - [x] LowCardinality