Design notes on the changelog
The limit is generous enough that most teams will never meet it. This has been the most requested change on the board for a while, and it is now live for every workspace. We rewrote this part rather than patching it, because the old approach ran out of room.
Before you start
Existing setups keep working exactly as they did — nothing needs migrating. The API returns the same fields it always has, with one addition. There is nothing to do on your side; the change is already in front of you.
What changes
It is slower on the first load and faster on every one after. Anything already in flight when this went out finishes under the old path. Most teams will notice this first on the busiest screen they use.
Limits
Thanks to everyone who filed a report with steps; several of them pointed straight at the cause. Keyboard access and screen-reader labels were part of the work, not a follow-up.
- Enable custom domains.
- Enable CSV export.
- Enable post templates.
curl -sS https://api.example.test/v2/posts \
-H "Authorization: Bearer $BULLETIN_API_KEY"
Common pitfalls
Large workspaces should see the biggest difference, since the old query grew with the number of items. It works the same way on the public site and inside the widget, with no configuration to turn on. The setting lives under Settings, and defaults to the behaviour you already had.
curl -sS https://api.example.test/v2/boards \
-H "Authorization: Bearer $BULLETIN_API_KEY"
Next steps
Nothing about billing changes, on any plan. Two long-standing reports close with this, and both are linked below. If you were using the workaround, you can drop it — the built-in path covers the same ground.
- enterprise