1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
2018-xx-xx: v0.0.7
TODO
2018-03-12: v0.0.6
1.4.x protobuf support
mwatch support for framework-{added,updated,removed} events
fixes for decoder/framing implementation
don't use built-in redirect handle from http stdlib
debug log cleanup
nil'able ReservationInfo.Type
feature-flag opt-in for re-subscribe
2017-09-19: v0.0.5
1.3.x protobuf support
cmd/msh: fixes and non-terminating detach (CTRL-P, Q)
lib/scheduler: refactor Revive/Suppress convenience APIs
lib/client,httpcli: ReponseClassNoData for empty response entities
lib/httpcli: drain HTTP response body when appropriate
lib/executor/calls: support Sender API
lib/httpcli/httpexec: initial revision
cmd/example-executor: refactor to use httpexec, Sender API
2017-09-13: v0.0.4
bumped protos to Mesos 1.2.x (v1 API only), with operator API support
api/v1/lib/... API refactoring (client, encoding, httpcli, recordio)
api/v1/cmd/... new and updated examples (see msh, mwatch)
bumped gogo/protobuf dependency
2017-06-19: v0.0.3
Initial support for Mesos v1 HTTP API
Mesos 1.1.1 protos (v1 API only)
Shuffled packaging to accommodate both Mesos v0 and v1 APIs
2015-09-20: v0.0.2
Fixed a bunch of race conditions and most test flakes (#185, #189)
Updated Protobufs to Mesos 0.24.0 (#192)
Fixed path to executor in example-scheduler (#186)
Fixed executor shutdown hang bug (#183)
Fixed nil dereference bug (#181)
2015-09-15: v0.0.1
First tagged release ever!
Mesos 0.24.0 and 0.23.0 compatibility.
|