* 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.
* Remove unnecessary files from the thrift repository that come along with the go library.
* Updating thrift generated code to be 0.12.0 final generated code.
* Remove git.apache.org dependency in vendor folder.
* Migrating from git.apache.org/thrift.git to github.com/apache/thrift
* Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path).
* Upgrading mod dependencies for Thrift to point to github.com location of the repository.
* Bug fix for Thermos Payload generation relating to the GPU being set.
* 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.