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 2014/08/17 19:13:28 UTC

git commit: Added HTTP endpoint changes and deprecations to CHANGELOG for 0.20.0.

Repository: mesos
Updated Branches:
  refs/heads/master 19e7423bf -> 460e6d3b9


Added HTTP endpoint changes and deprecations to CHANGELOG for 0.20.0.


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

Branch: refs/heads/master
Commit: 460e6d3b969f79213e9a4d732ff44bd4d513b05c
Parents: 19e7423
Author: Vinod Kone <vi...@gmail.com>
Authored: Sun Aug 17 10:12:42 2014 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Sun Aug 17 10:12:42 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/460e6d3b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1a3a7d5..6ca103b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -28,6 +28,17 @@ listed below:
 
 * Enable building against installed third-party dependencies.
 
+* Python namespace for the bindings has been restructured.
+
+* HTTP endpoint changes.
+  * [MESOS-1188] - "deactivated_slaves" represents inactive slaves in "/stats.json" and "/state.json".
+  * [MESOS-1390] - "/shutdown" authenticated endpoint has been added to master to shutdown a framework.
+
+* Deprecations.
+  * [MESOS-1219] - Master should disallow completed frameworks from re-registering with same framework id.
+  * [MESOS-1695] - "/stats.json" on the slave exposes "registered" value as string instead of integer.
+
+
 This release also includes several bug fixes and stability improvements.