Upgrading from 0.18.0 to 0.19.1 I've got a json parse error similar to: https://issues.apache.org/jira/browse/MESOS-1406
where active (and checkpoint?) in a Framework is now a boolean instead of an integer. A couple questions: - Should we consider any json changes to be bugs, like 1406? (As a framework maintainer, I think we would prefer guaranteed backwards compatibility) - I know there has been some work on the json endpoints; where in the changelog or docs should one look when new endpoints are added or recommended over older ones? -Whitney

