Changelog

What we shipped

Newest first. Every change that matters.

v0.5 · 2026-05-11
  • SDK: fluxTrack() — native recording without QuickJS sandbox.
  • SDK: withFluxNextServerAction() — server action wrapper.
  • SDK: passRequest option — raw Request access in handlers.
  • SDK: fluxCheck() — one-line startup health verification.
  • SDK: fluxHost.auto() now works with typed interfaces and classes.
  • SDK: fluxFetch() accepts URL objects.
  • SDK: NextRouteParams<T> helper for dynamic route generics.
  • SDK: startup warning when FLUX_PROJECT_TOKEN is unset.
  • Control plane: rich console coloring, performance metrics.
  • Marketing: accurate code examples and full SDK API reference.
v0.4 · 2026-05-10
  • SDK: fluxHost.auto() — auto-discover store methods in one call.
  • SDK: fluxFetch() — host-side fetch with trace header injection and boundary recording.
  • SDK: dry-run mode (FLUX_DRY_RUN=1) for CI testing without credentials.
  • SDK: raw body access for webhook HMAC verification.
  • SDK: TypeScript utility types — ExtractParams, FluxResult, RequireDefined.
  • SDK: cross-service tracing via requestId and traceId on FluxContext.
  • SDK: host-side console capture (FLUX_CAPTURE_HOST_CONSOLE=1).
  • Control plane: workspace switcher, settings page, app empty states.
  • Control plane: error sanitizer, nav restructure, compact plan banners.
  • Infra: removed edge TLS management — migrated to Caddy reverse proxy.
  • Infra: Docker non-root users, Alpine 3.21, session consolidation.
v0.3 · 2026-05-03
  • Reframed marketing around failed production replay.
  • Added read-only inspector demo with root-cause and network evidence.
  • Reworked pricing around retention, replay, and team debugging value.
v0.2 · 2026-05-02
  • Added docs entry, SDK setup notes, and early security guidance.