Why we rebuilt saved views from scratch
Thanks to everyone who filed a report with steps; several of them pointed straight at the cause. It is slower on the first load and faster on every one after. This has been the most requested change on the board for a while, and it is now live for every workspace.
Before you start
Most teams will notice this first on the busiest screen they use. We rewrote this part rather than patching it, because the old approach ran out of room. There is nothing to do on your side; the change is already in front of you.
How it works
Large workspaces should see the biggest difference, since the old query grew with the number of items. The API returns the same fields it always has, with one addition.
What changes
The docs page for this was rewritten alongside it. Anything already in flight when this went out finishes under the old path.
- Enable dark mode.
- Enable changelog email previews.
- Enable an offline mode.
- Enable CSV export.
curl -sS https://api.example.test/v2/boards \
-H "Authorization: Bearer $BULLETIN_API_KEY"
Limits
Rollout is complete on every plan, including the free tier. The change is backwards compatible, so integrations built against the old shape carry on unchanged. We will fold the remaining cases in once we have seen this one hold.
Next steps
It shipped behind a flag first, so a handful of workspaces have been on it for a fortnight. We are watching the numbers for a week before turning it on by default. The setting lives under Settings, and defaults to the behaviour you already had.
- Enable a public API rate-limit dashboard.
- Enable custom domains.
- Enable duplicate detection.
- notifications
- accessibility
- mobile