From 8b935a5ea0f0399062318ddf062eb8c6941a1ed0 Mon Sep 17 00:00:00 2001 From: Sn0rt Date: Thu, 31 Aug 2023 09:29:04 +0800 Subject: [PATCH] feat: release v1.10.5 (#210) --- api_v3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api_v3.md b/api_v3.md index 563abcc8..3dd9e37d 100644 --- a/api_v3.md +++ b/api_v3.md @@ -43,6 +43,8 @@ Method - `ssl_verify`: boolean - whether to verify the etcd certificate when originating TLS connection with etcd (if you want to communicate to etcd with TLS connection, use `https` scheme in your `http_host`), default is `true`. - `ssl_cert_path`: string - path to the client certificate - `ssl_key_path`: string - path to the client key + - `ssl_cert`: string - content of the client certificate + - `ssl_key`: string - content of the client key - `serializer`: string - serializer type, default `json`, also support `raw` to keep origin string value. - `extra_headers`: table - adding custom headers for etcd requests. - `sni`: string - adding custom SNI fot etcd TLS requests. @@ -356,4 +358,3 @@ To retrieve lease information. To list all existing leases. [Back to TOP](#api-v3) -