Skip to content

1.12.1

Latest
Compare
Choose a tag to compare
@mjameswh mjameswh released this 07 Jul 16:48
8d489e3

[1.12.1] - 2025-07-07

Bug Fixes

  • Bridge's error conversion logic now uses the isPromise node's utility function instead of an instanceof Promise check. The latter may give false negatives in Jest, resulting in not converting errors thrown from the Rust side. This has been causing Jest tests to fail with ShutdownError: Worker has been shutdown errors using TS SDK 1.12.0. (#1737)