Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 876 Bytes

CHANGELOG

v1.0-alpha9

  • Prevent http servers backends from logging to stdout or stderr

v1.0-alpha8

  • Add a new service type: embedded_http_proxy

v1.0-alpha7

  • Simply print error on failed preflight script instead of executing printf
  • Improve the reliability of preflight script cancellation mechanism
  • Add configuration entries related to preflight script

v1.0-alpha6

  • Fix bug in preflight script, specifically the binary uploading step where cancellation did not restore the tty to cooked mode

v1.0-alpha5

  • Provide better RPC infrastructure for listen-mode and spy-mode to communicate
  • Solid infrastructure for running preflight scripts
  • Better incremental cancellable preflight upload script
  • Add functional tests for preflight script, and echo service
  • Change preflight trigger to simple 3x(Ctrl+G) key sequence
  • Add release script