From d52d7fc21e15bf8d3465fae2f555242ef63ec819 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Wed, 29 Sep 2021 13:07:43 +0200 Subject: [PATCH] Update changelog with information about authority header fix --- CHANGELOG-3.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 974c1bde6..e2a52bff0 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -16,6 +16,13 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.5.1) and - Fix [self-signed-cert-validity parameter cannot be specified in the config file](https://github.com/etcd-io/etcd/pull/13237). +### etcd client + +- [Fix etcd client sends invalid :authority header](https://github.com/etcd-io/etcd/issues/13192) + +### package clientv3 + +- Endpoints self identify now as `etcd-endpoints://{id}/{authority}` where authority is based on first endpoint passed, for example `etcd-endpoints://0xc0009d8540/localhost:2079`