v0.8.1¶
2017-07-20
New Modules¶
Enhancements¶
Fixed¶
- hard coded /command-api was probably a safe default (141)
This issue/PR (142) reverts a change that introduced a bug breaking pyeapi’s unix-socket connection. Regardless of using TCP/IP or unix-socket for communicating with the EAPI process the data being sent to the process is formatted in HTTP requests. The HTTP requests should always POST to the /command-api endpoint. The change being reverted by this prevents the unix-socket path from ever erroneously being used as the HTTP endpoint.