Skip to content
GitHub
Maelstrom-3 is the latest preview release. Version 0.8.2 remains the latest stable release.

Riptide 0.9.0-maelstrom.3

Explore the Maelstrom-3 preview API.

Start with Riptide 0.9.0-maelstrom.3

The Maelstrom-3 preview with independent signals and safer state sync.

These guides match this release. Keep the version selector on v0.9.0-maelstrom.3 while following examples.

Browse all documentation versions

  • Signal listeners run independently; a yielding or failing listener does not block the others.
  • State resync has request IDs and bounded retries. Live updates continue while a snapshot is in flight.
  • Internal state messages use a reserved reliable route, separate from game event handlers and middleware.
  • Player initialization runs independently per player. Plugin startup and cleanup handle failures more strictly.

See the Maelstrom-2 migration guide for behavior changes and upgrade checks.