2.3.3
What's Changed
- refactor(frontend): stop auto-creating managed pool before deploy by @abcxff in #5313
- fix(billing): hide compute card when project has no compute usage (404 or empty result) by @abcxff in #5317
- docs: rename startRunner to startEnvoy in dashboard and skill docs by @fperex in #5316
- fix(universaldb): avoid rocksdb boxing iterator UB on empty values # by @abcxff in #5319
- feat: polish
@rivetkit/effectstate and logging APIs by @IGassmann in #5323 - fix(rivetkit): repair docs.rs build by @NathanFlurry in #5325
- feat(cli): add compute resource flags to deploy by @abcxff in #5331
- feat(frontend): agentOS onboarding wizard (rebased) + fixes by @abcxff in #5332
- feat(website): launch agentOS v0.2, move agentOS to agentos-sdk.dev [skip ci] by @NathanFlurry in #5333
- docs(clients): add Rust client documentation by @NathanFlurry in #5334
- feat(frontend): redirect to production namespace onboarding after project creation by @jog1t in #5339
- feat(website): consume @rivet-dev/docs-theme + embed docs code via by @NathanFlurry in #5346
- docs(blog): add "You Probably Don't Need an Expensive Sandbox for Coding Agents" post by @NathanFlurry in #5350
- fix(website): de-duplicate agentos in header stars (14.9k → real ~11.5k) by @NathanFlurry in #5351
- feat(frontend/inspector): add agent os icons by @abcxff in #5352
- fix engine websocket frame limit by @NathanFlurry in #5357
- fix(frontend): fix inspector tab flash, keep metadata tab usable while connecting, skip duplicate metadata fetch by @jog1t in #5361
- feat(inspector): insert and clear actor queue by @abcxff in #5343
- fix(cli): resolve logs namespace by display name like deploy by @abcxff in #5363
- fix(frontend): correct actor gateway health path in deploy agent prompt by @abcxff in #5364
- feat(frontend): surface rivet.run deployment url in compute agent prompt by @abcxff in #5365
- fix(rivetkit): regenerate missing client-protocol and inspector bare codecs by @jog1t in #5373
- fix(frontend): show org breadcrumb on org index page by @jog1t in #5362
- fix(inspector): deliver tab config via ws init and harden actor detail loading, polling, and crash states by @jog1t in #5371
- fix(inspector): bump stale inspector protocol version assertions to 5 by @jog1t in #5375
- fix(rivetkit): commit missing generated inspector v5 bare codec by @jog1t in #5376
- fix(frontend): render version_check workflow entries with icon and summary by @abcxff in #5368
- feat(workflow-engine): add getVersion primitive for workflow versioning by @abcxff in #5369
- chore(website): refresh homepage inspector screenshot and remove dark toggle by @NicholasKissel in #5360
- docs(blog): add world's fastest package manager changelog post by @NathanFlurry in #5377
- fix(supabase): shrink Edge Function deploy 314MB→8MB via pre-bundled adapter + import-map redirect by @jog1t in #5366
- fix(frontend): restore log scroll position after prepending older logs by @jog1t in #5380
- fix(frontend): distinguish runner offline vs outdated status icons by @jog1t in #5381
- fix(next-js): set local dev drain grace period by @NathanFlurry in #5355
- feat(cli): add --instance-request-concurrency deploy flag by @abcxff in #5386
- feat(cli): add --reuse-image deploy flag to skip build and reuse existing image by @abcxff in #5387
- fix(cli): raise --instance-request-concurrency max to 2000 by @abcxff in #5389
- feat(cli): add --max-concurrent-actors deploy flag by @abcxff in #5388
- fix(frontend): pass project and namespace to deployment logs actor tab by @abcxff in #5390
- fix(envoy-client): remove native websocket input limits by @NathanFlurry in #5396
- feat(container-runner): add container runner crate and e2e harness by @abcxff in #5391
- docs(deploy): add container runner page by @abcxff in #5392
- ci(publish): build and publish container runner release artifacts by @abcxff in #5393
- refactor(container-runner): rewrite on rivetkit actor runtime by @abcxff in #5394
- feat(rivetkit): re-export serverless_http and default absent actor input by @abcxff in #5395
- fix(frontend): stop duplicate actors list polling on actors page by @abcxff in #5399
- feat(website): reframe homepage around the actor primitive by @NicholasKissel in #5400
- docs(deploy): use steps on container runner page and link docs from readme by @abcxff in #5401
- docs(deploy): tighten container runner intro and trim input example by @abcxff in #5402
- fix(frontend): add scrollbar and log export to actor logs tab by @abcxff in #5403
- fix(frontend): use actor_id= token for deployment log filtering by @abcxff in #5404
- fix(cli): adjust max-scale and instance-request-concurrency limits by @abcxff in #5405
New Contributors
Full Changelog: v2.3.2...v2.3.3