Skip to content

v6.0.0-dev.108

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Mar 03:04

6.0.0-dev.108 (2026-03-24)

🚀 Features

  • register vetra document models and processors in switchboard (b50da707e)
  • do not try to load from node modules when env is prod (66a4e2c38)
  • update external package dependency handling (a920a272c)
  • add document drive bundle step (4c5085630)
  • bundle cli shared stuff separately (0f1f1ed8e)
  • move shared cli types (437455beb)
  • deal with an absolutely ridiculous amount of wrong exports (d45e52ab9)
  • dang that's a lot of files (d7c198c22)
  • add versioned deps as dep of vetra-e2e (884de81e5)
  • update config for versioned documents test package (a29d6b9ab)
  • make vetra a common package in connect (4b366d892)
  • update registry status on registry install (51350f361)
  • differentiate between local install and registry install in package status (5ef853a1e)
  • re-implement package manager and add start connect function (1fd9946b4)
  • add build command (b8427cbca)
  • remove dependency on knex from analytics engine browser (e87e0c75a)
  • vetra: do not bundle processors isomorphically (6f9d380a6)
  • registry: use tsdown in registry (fd3da952b)
  • analytics-engine: use tsdown in analytics engine (ef8bce39c)
  • builder-tools: use tsdown for builder tools (076657a43)
  • ph-cmd: use tsdown for ph-cmd (23ea5bc8d)
  • start using tsdown (b8b03f73a)
  • ph-cli: use tsdown to bundle ph-cli (b32726fc1)
  • add tsdown (276222480)

🩹 Fixes

  • include academy tenant in dev releases (a459f0edf)
  • add retry loop for k8s push race conditions (31659b5e3)
  • deps (cbb8c5da9)
  • codegen tests (b857b8ab6)
  • connect: suppress Vite warning for dynamic package imports (bbb465eb9)
  • reactor-api: resolve tsconfig path aliases in switchboard's Vite SSR loader (dd812a933)
  • document-drive: fix tsc build and prisma ESM __dirname error (f0c252d96)
  • update config and always bundle document model (08485e5ea)
  • stop mixing node and browser code (9d5513533)
  • connect: use explicit index.js import from registry url (037ddcdeb)
  • connect: derive CDN URL from base registry URL and read package config from env vars (48bb6ec34)
  • always build css after bundle (36dca2c95)
  • always build css after bundling (565d11dca)
  • so much, too much to even describe (4aa9ebf54)
  • e2e tests (d1bfe5f08)
  • connect,vetra: move vite plugin node polyfills to specific packages (e3b0fa37b)
  • strange export style in reactor browser which caused circular references (683e17196)
  • handle both node and browser types (90f793133)

❤️ Thank You