Breaking changes:
- As of October 31, 2024, you will no be longer use the hosted "Interval Cloud" service to access your apps. You must migrate to your own instance of Interval Server before this date.
New:
- Interval Server has been released under an MIT license.
- SDK v2.0.0 introduces a new required
endpoint
parameter to theInterval
constructor. This endpoint is the URL where your Interval Server instance is hosted. For example:"wss://<YOUR INTERVAL SERVER URL>/websocket"
.