Changes in this release:
- Fixed memory leaks with Node v0.12 (with new pixl-server 1.0.3)
- Fixed race condition where shell/detached processes may close STDIN before job can be written to it, resulting in an EPIPE error.
- Fixed rare situation in UI Home tab where jobs may be rendered before supporting data is available.
- Fixed issue where state data was getting polluted with user IP address / header data.
- Now including
process.argv
in startup debug message. - Now including
process.memoryUsage()
in GC debug messages. - More misc. memory leaks plugged (using
async.ensureAsync()
instead ofprocess.nextTick()
). - Removed
--color
flag in CLI debug mode by default (can be added by user on CLI)