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 22:29:07 UTC

mesos git commit: Updated CHANGELOG for v1 Executor HTTP API changes.

Repository: mesos
Updated Branches:
  refs/heads/master 963cf687a -> 09039136a


Updated CHANGELOG for v1 Executor HTTP API changes.

Review: https://reviews.apache.org/r/44355/


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

Branch: refs/heads/master
Commit: 09039136a15439f3bb157ed94901dc50832afa20
Parents: 963cf68
Author: Anand Mazumdar <ma...@gmail.com>
Authored: Thu Mar 3 13:28:53 2016 -0800
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Mar 3 13:28:53 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/09039136/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index cac13eb..67bfbb6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,11 @@ This release contains several new features:
     fractional resources may observe differences in roundoff error and numerical
     precision.
 
+  * [MESOS-4793] - Experimental support for v1 Executor HTTP API. This allows
+    executors to send HTTP requests to agent endpoint ('/api/v1/executor')
+    without the need for a driver. Please refer to executor-http-api.md for more
+    details.
+
 ** API Changes:
   * [MESOS-4066] - Agent should not return partial state when a request is made to /state endpoint during recovery.
   * [MESOS-4479] - Implement reservation labels.