* Upgrading to Thrift 0.13.1. This version is a fork of 0.13.0 with a patch on top of it to fix an issue where trying a realis call after the connection has been closed results in a panic.
* Upgrading compose set up to Mesos 1.6.2 and Aurora 0.22.0.
* Adding support for using different update strategies.
* Adding a monitor that is friendly with auto pause.
* Adding tests for new update strategies.
* Change TaskQuery struct parameters to optional
* Thrift API is modified to make all the parameters in the
TaskQuery struct optional
* Autogenerated code is regenerated
* Changes in TaskQuery structs used in the project
* Now that TaskQuery receive optional values, pointers
instead of values must be passed to the struct
* Adding a Pull request template to serve as a reminder of what
to do before creating the pull request.
* Updating our thrift API to match changes made by Aurora.
* Update go bindings to match update thrift API.
Added new monitors for watching number of instances get to a certain count using polling.
Added new commands to sample client which give some statistics.