infoannouncementAtlassian calls it: Announcement
Forge Realtime is now generally available
- Announced
- APIs
- forge-core-platform
- Severity
- info, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3326
Forge Realtime has moved from Preview to General Availability. You can now use Realtime in production apps with full platform support and operational readiness.
What's changing
- Distinct subscriber and publisher roles: You can now issue tokens that grant only
subscribeorpublishaccess to a channel using the newpermissionsargument insignRealtimeToken. This lets you restrict publishing to your backend while granting subscribe-only access to frontends. Tokens without explicit permissions remain with full access. - Rate limits: Limits of 50 operations per app installation per second are now enforced. See Realtime limits and error messages for details.
What you need to do
- Run the following commands in your app directory to install the latest versions of these packages:
npm install @forge/bridge@latestnpm install @forge/realtime@latest
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.