npm install '@rocicorp/[email protected]'
(vs [email protected]
)
npx reflect publish
now supports auth via API key, for use with continuous deployment. See GitHub Integration for an example of how to use this.npx reflect usage
now shows room time by default (total number of seconds rooms have run). The old measure, total number of connected seconds, is available with the --connection-time
flag.npx reflect dev
now supports a --log-level
flag that controls the level of internal logging. By default it is error
, but can be increased to help debug internal Reflect issues.reflect-orchestrator
library for limiting number of users in a room and distributing overflow.reflect env set
would throw errors if run before dev
. This has been fixed.@rocicorp/rails
to remove direct dependency on replicache
. This was confusing for Reflect users. The dependency on Replicache/Reflect is now defined as an abstract interface.