All Versions
11
Latest Version
Avg Release Cycle
39 days
Latest Release
2955 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
February 20, 2017๐ Fixed
- ๐ [#261][PR261] Fix URL parsing for Go 1.8.
-
v0.7.0 Changes
February 17, 2017โ Added
- [#256][PR256] Expose task state.
๐ Changed
- โฌ๏ธ [#259][PR259] Add 'omitempty' to UpgradeStrategy properties.
-
v0.6.0 Changes
December 14, 2016โ Added
- ๐ [#246][PR246] Add TaskKillGracePeriodSeconds support.
- ๐ [#244][PR244] Add taskStats support.
๐ Changed
- [#242][PR242] Pointerize IPAddressPerTask.Discovery.
-
v0.5.1 Changes
November 09, 2016๐ Fixed
- [#239][PR239] Fix scheme-less endpoint with port.
-
v0.5.0 Changes
November 07, 2016๐ Fixed
- ๐ [#231][PR231] Fixed Marathon cluster code
- [#229][PR229] Add LastFailureCause field to HealthCheckResult.
-
v0.4.0 Changes
October 28, 2016โ Added
- ๐ [#223][PR223] Add support for IP-per-task.
- [#220][PR220] Add external volume definition to container.
- [#211][PR211] Close event channel on event listener removal.
๐ Fixed
- ๐ [#218][PR218] Remove TimeWaitPolling from marathonClient.
- ๐ [#214][PR214] Remove extra pointer layers when passing to r.api*.
-
v0.3.0 Changes
September 27, 2016- [#201][PR201]: Subscribe method is now exposed on the client to allow subscription of callback URL's
๐ Fixed
- ๐ฆ [#205][PR205]: Fix memory leak by signalling goroutine termination on event listener removal.
๐ Changed
- [#205][PR205]: Change AddEventsListener to return event channel instead of taking one.
-
v0.2.0 Changes
September 23, 2016โ Added
- [#196][PR196]: Port definitions.
- [#191][PR191]: name and labels to portMappings.
๐ Changed
- [#191][PR191] ExposePort() now takes a portMapping instance.
๐ Fixed
- โฑ [#202][PR202]: Timeout error in WaitOnApplication.
-
v0.1.1 Changes
September 07, 2016๐ Fixed
- โฌ๏ธ Drop question mark-only query parameter in Applications(url.Values) manually due to changed behavior in Go 1.7's net/url.Parse.
-
v0.1.0 Changes
August 23, 2016โ Added
- โก๏ธ Field
message
to the EventStatusUpdate struct. - Method
Host()
to set host mode explicitly. - Field
port
to HealthCheck. - ๐ Support for launch queues.
- Convenience method
AddFetchURIs()
. - ๐ Support for forced operations across all methods.
- ๐ Filtering method variants (
*By
-suffixed). - ๐ Support for Marathon DCOS token.
- Basic auth and HTTP client settings.
- ๐ Marshalling of
Deployment.DeploymentStep
for Marathon v1.X. - Field
ipAddresses
to tasks and events. - Field
slaveId
to tasks. - Convenience methods to populate/clear pointerized values.
- Method
ApplicationByVersion()
to retrieve version-specific apps. - ๐ Support for fetch URIs.
- ๐ Parse API error responses on all error types for programmatic evaluation.
๐ Changed
- ๐ Consider app as unhealthy in ApplicationOK if health check is missing. (Ensures result stability during all phases of deployment.)
- ๐ Various identifiers violating golint rules.
- ๐ณ Do not set "bridged" mode on Docker containers by default.
๐ Fixed
- Flawed unmarshalling of
CurrentStep
in events. - Missing omitempty tag modifiers on
Application.Uris
. - Missing leading slash in path used by
Ping()
. - Flawed
KillTask()
in case of hierarchical app ID path. - Missing omitempty tag modifier on
PortMapping.Protocol
. - ๐ฒ Nil dereference on empty debug log.
- Various occasions where omitted and empty fields could not be distinguished.
- โก๏ธ Field