You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/03/03 21:16:00 UTC

mesos git commit: Added deprecation for .json endpoints in CHANGELOG.

Repository: mesos
Updated Branches:
  refs/heads/master 40072b0b2 -> ee790b940


Added deprecation for .json endpoints in CHANGELOG.

These were deprecated a long time ago but it was never mentioned in the
CHANGELOG.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ee790b94
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ee790b94
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ee790b94

Branch: refs/heads/master
Commit: ee790b940dfa1d43a56e120ae3d32a84f03a80b3
Parents: 40072b0
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Mar 3 12:15:16 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Mar 3 12:15:16 2016 -0800

----------------------------------------------------------------------
 CHANGELOG | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ee790b94/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 7e1354a..dd84364 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -21,6 +21,9 @@ This release contains:
   * [MESOS-4547] - Introduce TASK_KILLING state.
   * [MESOS-4712] - Remove 'force' field from the Subscribe Call in v1 Scheduler API.
 
+ ** Deprecations:
+  * All Mesos HTTP endpoints  with ".json" suffix (e.g., /master/state.json) are deprecated
+    in favor of endpoints without the suffix (e.g., /master/state).
 
 Release Notes - Mesos - Version 0.27.1
 --------------------------------------