Repository: mesos Updated Branches: refs/heads/master 136def36b -> b99ec4275
Add deprecation warning to CHANGELOG regarding /stats.json Review: https://reviews.apache.org/r/30288 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b99ec427 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b99ec427 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b99ec427 Branch: refs/heads/master Commit: b99ec4275fbb790adb4519b31ad2c9d929051782 Parents: 136def3 Author: Dominic Hamon <[email protected]> Authored: Mon Jan 26 14:33:38 2015 -0800 Committer: Dominic Hamon <[email protected]> Committed: Mon Jan 26 15:51:34 2015 -0800 ---------------------------------------------------------------------- CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b99ec427/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index a403627..f515bc9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,13 @@ (WIP) Release Notes - Mesos - Version 0.22.0 -------------------------------------- -** API Changes: +* API Changes: * [MESOS-1143] - TASK_ERROR is now sent instead of TASK_LOST when rescheduling a task should not be attempted. * [MESOS-2086] - Update messages.proto to use a raw bytestream instead of a string for AuthenticationStartMessage. +* Deprecations: + * [MESOS-2058] - Deprecate stats.json endpoints for Master and Slave. + Release Notes - Mesos - Version 0.21.1 -------------------------------------- * This is a bug fix release.
