Skip to content

v1.1.0 — break-point signals over the WebSocket feed

Choose a tag to compare

@bensynapse bensynapse released this 02 Aug 02:14
· 13 commits to main since this release

Added

  • Break-point signals over the WebSocket feed. LiveScoreStream takes a new signals= argument; pass signals=["break_point"] and the stream also yields a BreakPoint the instant a break point arises and a BreakPointResult when it resolves, alongside the usual ScoreUpdate.
  • BreakPoint, BreakPointResult and the StreamFrame union are exported from the package (lazily, so websockets stays optional).

Notes

  • Fully backwards compatible. With no signals (the default) the behaviour is byte-for-byte identical to 1.0.2 — score frames only.
  • The break-point feed is ULTRA-only, like the rest of the WebSocket surface.

Full changelog: CHANGELOG.md