Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 717 Bytes

CHANGES.md

File metadata and controls

21 lines (11 loc) · 717 Bytes

0.13.3

https://github.com/burke/zeus/compare/v0.13.2...v0.13.3

  • Returns correct status code #252

  • Other bug fixes

0.13.2

https://github.com/burke/zeus/compare/v0.13.1...v0.13.2

0.13.1

  • Handle the shared_connection hack that some people do to share an AR connection between threads (77d2b9bfc67977dfd8c17eed03fe2a8a25870c11)

  • Improved a few cases where client processes disconnect unexpectedly.

  • Changed up the slave/master IPC, solving a bunch of issues on Linux, by switching from a socket to a pipe.

  • Client terminations are now handled a bit more gracefully. The terminal is always reset from raw mode, and the cursor is reset to column 0.