From b6be8fb689b14c97e1bd9a78e7ffefc10ac7a9bb Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 17 Jan 2018 13:58:20 -0800 Subject: [PATCH] Documentation/upgrades: highlight string "health" field Signed-off-by: Gyuho Lee --- Documentation/upgrades/upgrade_3_3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/upgrades/upgrade_3_3.md b/Documentation/upgrades/upgrade_3_3.md index b7a218969..b725aefcf 100644 --- a/Documentation/upgrades/upgrade_3_3.md +++ b/Documentation/upgrades/upgrade_3_3.md @@ -74,7 +74,7 @@ Set `embed.Config.Debug` field to `true` to enable gRPC server logs. #### Change in `/health` endpoint response value -Previously, `[endpoint]:[client-port]/health` returned manually marshaled JSON value. 3.3 now defines [`etcdhttp.Health`](https://godoc.org/github.com/coreos/etcd/etcdserver/api/etcdhttp#Health) struct and includes errors, if any. +Previously, `[endpoint]:[client-port]/health` returned manually marshaled JSON value. 3.3 now defines [`etcdhttp.Health`](https://godoc.org/github.com/coreos/etcd/etcdserver/api/etcdhttp#Health) struct and includes errors, if any. Note that `"health"` field in `etcdhttp.Health` is `string` type (was boolean in v3.3.0-rc.0,1,2 but reverted to `string` for backward compatibilities). Before