From 4a8693361a44ec26edfa6fe4cf940e8271fb77c1 Mon Sep 17 00:00:00 2001 From: Jingyi Hu Date: Mon, 8 Oct 2018 17:15:59 -0700 Subject: [PATCH] CHANGELOG: update from #10153 --- CHANGELOG-3.1.md | 4 ++++ CHANGELOG-3.2.md | 4 ++++ CHANGELOG-3.3.md | 4 ++++ CHANGELOG-3.4.md | 1 + 4 files changed, 13 insertions(+) diff --git a/CHANGELOG-3.1.md b/CHANGELOG-3.1.md index 0ad0ba689..55c3852ae 100644 --- a/CHANGELOG-3.1.md +++ b/CHANGELOG-3.1.md @@ -32,6 +32,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd_network_snapshot_receive_total_duration_seconds`](https://github.com/etcd-io/etcd/pull/9997) Prometheus metric. - Add [`etcd_server_id`](https://github.com/etcd-io/etcd/pull/9998) Prometheus metric. +### client v3 + +- Fix logic on [release lock key if cancelled](https://github.com/etcd-io/etcd/pull/10153) in clientv3/concurrency package. + ## [v3.1.19](https://github.com/coreos/etcd/releases/tag/v3.1.19) (2018-07-24) diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index 0b93cf52b..cf0abaad3 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -32,6 +32,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd_network_snapshot_receive_total_duration_seconds`](https://github.com/etcd-io/etcd/pull/9997) Prometheus metric. - Add [`etcd_server_id`](https://github.com/etcd-io/etcd/pull/9998) Prometheus metric. +### client v3 + +- Fix logic on [release lock key if cancelled](https://github.com/etcd-io/etcd/pull/10153) in clientv3/concurrency package. + ## [v3.2.24](https://github.com/coreos/etcd/releases/tag/v3.2.24) (2018-07-24) diff --git a/CHANGELOG-3.3.md b/CHANGELOG-3.3.md index 6cc4dc114..f3547e975 100644 --- a/CHANGELOG-3.3.md +++ b/CHANGELOG-3.3.md @@ -31,6 +31,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Add [`etcd_network_snapshot_receive_total_duration_seconds`](https://github.com/etcd-io/etcd/pull/9997) Prometheus metric. - Add [`etcd_server_id`](https://github.com/etcd-io/etcd/pull/9998) Prometheus metric. +### client v3 + +- Fix logic on [release lock key if cancelled](https://github.com/etcd-io/etcd/pull/10153) in clientv3/concurrency package. + ## [v3.3.9](https://github.com/coreos/etcd/releases/tag/v3.3.9) (2018-07-24) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 56b255e81..e55d4f740 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -388,6 +388,7 @@ Note: **v3.5 will deprecate `etcd --log-package-levels` flag for `capnslog`**; ` - Client may choose to send keepalive pings to server using [`PermitWithoutStream`](https://github.com/etcd-io/etcd/pull/10146). - By setting `PermitWithoutStream` to true, client can send keepalive pings to server without any active streams(RPCs). In other words, it allows sending keepalive pings with unary or simple RPC calls. - `PermitWithoutStream` is set to false by default. +- Fix logic on [release lock key if cancelled](https://github.com/etcd-io/etcd/pull/10153) in clientv3/concurrency package. ### etcdctl v3