Collaboard v2.0.0-rc.1 (release candidate)
Pre-release
Pre-release
Release candidate for v2.0.0 — published for staging verification. This is a pre-release, not a production release.
Highlights
Webhooks v2
Outbound webhooks now cover the full board event catalog — cards, comments, labels, attachments, lanes, and boards (22 event types in all). New in this release:
- A subscription registry with an admin UI for creating and managing webhook subscriptions, driven by a server-side event catalog so the picker always matches what the backend emits.
- SSRF-hardened delivery, payload signing, automatic retries, and a persisted delivery log with on-read metrics.
User interface
- Migrated the UI to Tailwind v4, restoring missing focus rings and fixing dark-mode rendering (including checkboxes that were invisible in dark mode).
Internal
- Refactored EF Core model configuration into per-entity configurations, cleared analyzer warnings, and corrected the README's MCP authentication section.
Breaking changes
- MCP comment tools: the deprecated
contentparameter has been removed from bothadd_commentandupdate_comment. UsecontentMarkdowninstead. - Webhook delivery: outbound delivery now enforces a uniform SSRF guard with no exemptions. Targets on private or internal networks are blocked by default; set
Webhooks:AllowPrivateNetworkTargetsto allow them.