Skip to content

Releases: photon-hq/spectrum-convex

Release list

v0.1.1

Choose a tag to compare

@qwerzl qwerzl released this 22 Aug 22:05
2fe7c86

Patch Changes

  • 2940310 Thanks @qwerzl! - Front Photon rather than Spectrum in the package description and README prose.
    Photon is the company; Spectrum is the framework it builds. Product names
    (Spectrum Cloud), the SPECTRUM_* environment variables, and every API
    identifier are unchanged.

v0.1.0

Choose a tag to compare

@qwerzl qwerzl released this 22 Aug 22:05
d23891d

Initial release.

  • Durable inbound pipeline: at-least-once dedupe, a debounced batch queue, and
    chain cancellation with carry-forward.
  • Outbox with deterministic client guids, pacing, and retry/backoff.
  • Spectrum client: registerRoutes for the webhook, onBatch for turns, and
    a pluggable sender so the gRPC transport stays in the app's Node runtime.
  • @spectrum-ts/convex/test exports register() for apps testing against the
    component with convex-test.