Skip to content

Javet v1.0.4

Compare
Choose a tag to compare
@caoccao caoccao released this 19 Nov 05:16
· 80 commits to main since this release
10f7371
  • Upgraded Node.js to v16.13.0 (2021-10-26)
  • Upgraded V8 to v9.6.180.8 (2021-10-25)
  • Added JavetBridgeConverter for completely bridging Java and JavaScript
  • Fixed a potential core dump issue caused by memory allocation failure in V8
  • Added error code 806 and JavetOutOfMemoryException
  • Upgraded JavetEnginePool to get away from busy-wait
  • Added hasPendingException(), hasPendingMessage(), hasScheduledException(), promoteScheduledException() and reportPendingMessages() to V8Runtime