Skip to content

Collaboard v2.0.0-rc.1 (release candidate)

Pre-release
Pre-release

Choose a tag to compare

@MrBildo MrBildo released this 28 Jun 16:22
· 57 commits to main since this release
8e65112

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 content parameter has been removed from both add_comment and update_comment. Use contentMarkdown instead.
  • 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:AllowPrivateNetworkTargets to allow them.