This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
Releases: MeltwaterArchive/proxymatic
Releases · MeltwaterArchive/proxymatic
1.13.0
1.12.1
1.12.0
1.11.0
1.10.1
1.10.0
1.9.0
1.8.2
- Circumvent d2iq-archive/marathon#1445 which caused problems for tasks with multiple health checks
- Improved logging with timestamps and better messages
- Avoid misleading startup warning before everything has come online
- Introduce jitter into timeouts to avoid stampeding herd problems
1.8.1
- Ignore tasks with servicePort=0 which has been observed to be returned by Marathon during some failure conditions
1.8.0
- Always use Marathon event stream instead of HTTP callbacks. Requires Marathon 0.11.0 or higher
- Use HAproxy by default instead of Pen because of UlricE/pen#22