forked from mesos/mesos-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
35 lines (30 loc) · 1.27 KB
/
CHANGELOG
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
2017-xx-xx: v0.0.6
1.4.x protobuf support
mwatch support for framework-{added,updated,removed} events
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.