etcd3gw/releasenotes/notes/configurable-api-path-7652e756b6837e0b.yaml
Pavlo Shchelokovskyy 2a7f392a80 Pass api_path thru etcd3gw.client
Change-Id: I49c480f573a4ba8294627a3ce730b816ded10aed
2022-08-19 08:30:55 -07:00

8 lines
272 B
YAML

---
features:
- |
The client adds support for specifying the etcd grpc-gateway's API path.
For backward compatibility, the path defaults to '/v3alpha/', but may
be overriden (e.g. '/v3') for newer versions of etcd that no longer support
the v3alpha API.