Skip to content

v5.6.0

Choose a tag to compare

@mceachen mceachen released this 15 Mar 22:35
a8a23da
  • 🐛 / ✨ BatchProcess.end() didn't correctly implement gracefully (which resulted in spurious end(): called while not idle errors), and allowed for multiple calls to destroy and disconnect from the child process, which may or may not have been ill-advised.
  • 📦 attempts were made to make CI less flaky.

Commits

  • remove node 6 tests, which tend to be flaky. Node 6 is EOL end of the month, anyway. 6f1db33
  • mac ci is really slow. a66e061
  • bump up timeout for CI 9cb0180
  • moar deflaking b641f95
  • one more effort to deflake CI 6c85066
  • current task handling on end. lots of notes. a8af744
  • deflake onIdle cab97e4
  • fix shutdown 5dedd38
  • await until c98331d
  • test cleanup 82d4a0d
  • require source-map-support so CI test jobs have line numbers 74aa02d
  • prep 5.6.0. rebuild docs and run prettier. c096cc2
  • Fix BatchProcess.end(graceful) to be graceful. Replace BatchProcess.end with a promise-based latch. c8bd169

v5.5.0...v5.6.0