Jering.Javascript.NodeJS v7.0.0-beta.1 Release Notes

Release Date: 2022-08-26 // over 1 year ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ’ฅ Breaking Changes:
      • Replaced void INodeJSService.MoveToNewProcess with ValueTask MoveToNewProcessAsync(). (#144)
      • Replaced OutOfProcessNodeJSServiceOptions.TimeoutMS with OutOfProcessNodeJSServiceOptions.ConnectionTimeoutMS and OutOfProcessNodeJSServiceOptions.InvocationTimeoutMS. (#144)

Previous changes from v7.0.0-beta.0

  • ๐Ÿ”„ Changes

    • ๐Ÿ’ฅ Breaking: OutOfProcessNodeJSService.OnConnectionEstablishedMessageReceived now takes a System.Text.RegularExpressions.Match argument instead of a string. (#146) ### ๐Ÿ›  Fixes
    • ๐Ÿ›  Fixed handshake with Node.js not completing when external systems interfere with Node.js's stdout stream. (#146)