Skip to content

Commit

Permalink
feat: release v1.10.5 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0rt authored Aug 31, 2023
1 parent 2370345 commit 8b935a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -356,4 +358,3 @@ To retrieve lease information.
To list all existing leases.

[Back to TOP](#api-v3)

0 comments on commit 8b935a5

Please sign in to comment.