Server-side rendering captures a web page, app, or PDF on our servers and displays that image on the screen instead of the device rendering it live. It’s a good option for content that’s too heavy for a device to render on its own.
That capture used to happen the instant the page loaded, which could cut off slow-loading content like widgets or animations. You can now set a delay before the capture is taken, giving that content time to render first.
Resubscribe from the billing portal
If your workspace previously canceled a Stripe subscription, you can now resubscribe directly from the billing portal. Previously, getting back on a paid plan after canceling meant contacting support.
Fixes
- Fixed a race condition where two admins adding members to the same workspace at nearly the same moment could both slip past the seat limit. The second request is now asked to retry briefly instead.
- Submitting a blank password when disabling two-factor authentication or confirming a sensitive account change now shows a clear “Incorrect password” message instead of failing unclearly.
Improvements
- Reliability improvements to background task processing.