Skip to content

v2.3.2

Choose a tag to compare

@Zingzy Zingzy released this 29 Aug 22:59
· 44 commits to main since this release
ac1e6d4

A startup fix for the click worker's safety wiring.

Web Risk in the worker. The click worker builds its own safety providers rather than sharing the app's wiring. When the Web Risk provider moved onto a shared client, the app wiring was updated and the worker was not, so enabling the safety pipeline crash-looped the worker on startup while the app itself booted normally. Both worker call sites now build through the same client.

The runtime builder also gets tests that boot the screening and investigation branches, so a provider signature change fails a test instead of a deploy.

What's Changed

  • fix(worker): construct Web Risk through its client by @Zingzy in #329

Full Changelog: v2.3.1...v2.3.2