From 7d6056e070575fc819221dc2a66de0e60f7c05f1 Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Mon, 18 Sep 2017 16:05:08 +0000 Subject: [PATCH] changelog: update for post v0.0.4 changes --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6535d806..b37d877e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +2017-09-19: v0.0.5 + 1.3.x protobuf support + cmd/msh: fixes and non-terminating detach (CTRL-P, Q) + lib/scheduler: refactor Revive/Suppress convenience APIs + lib/client,httpcli: ReponseClassNoData for empty response entities + lib/httpcli: drain HTTP response body when appropriate + lib/executor/calls: support Sender API + lib/httpcli/httpexec: initial revision + cmd/example-executor: refactor to use httpexec, Sender API + 2017-09-13: v0.0.4 bumped protos to Mesos 1.2.x (v1 API only), with operator API support api/v1/lib/... API refactoring (client, encoding, httpcli, recordio)