Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 19:34
f2e11aa

0.7.1 (2025-03-17)

⚠ BREAKING CHANGES

  • rename onInitialize -> onCreate (#714)
  • rename rpcs -> actions (#711)
  • expose functional interface for actors (#710)

Features

  • add client dispose method to clean up actor handles (#686) (ff1e64d)
  • cli: add --skip-manager flag on deploy (#708) (f46776d)
  • expose name in context (#723) (0fab6ec)
  • expose functional interface for actors (#710) (803133d)

Bug Fixes

  • client: fix fallback priority of websockets & eventsources (#700) (86550a0)
  • client: modify endpoint to start with ws and wss (#690) (8aed4ce)
  • cli: escape combined command, allow npx to install pkg (#695) (0f173e6)
  • cli: force to use npx when calling @rivet-gg/cli (#698) (7d3d1d9)
  • correct "onwer" typo to "owner" in deploy command (#694) (cbc1255)
  • fix schedule logging schedule errors (#709) (f336561)
  • implement schedule event saving functionality (#687) (59f78f3)
  • make UserErrorOptions.metadata optional (#724) (32037c6)
  • remove use of .disconnect in example (382ddb8)
  • skip CORS for WebSocket routes (#703) (d51d618)
  • use app.notFound instead of app.all("*") for 404 handling (#701) (727dd28)

Documentation

Chores