Changelog

Platform release notes

Public changelog for the Datafly Signal platform. Customer-facing updates only — internal refactors live in the repository commit history.

  1. 17 Apr 2026

    Integration catalog expanded to 136

    • Added alpha-status blueprints for Matomo, Microsoft Clarity, RudderStack, Segment (as destination), Tealium EventStream, Salesforce Marketing Cloud, Microsoft Teams, PagerDuty, and Google Floodlight.
    • New Utility & Notifications category alongside existing Advertising, Analytics, Attribution, CDPs & Marketing, and Cloud Storage & Data Warehouses.
    • /integrations page now renders vendor counts directly from the catalog so the number can no longer drift.
  2. 15 Apr 2026

    Blog launched

    • New /blog at the site level, with three seed posts covering Safari ITP, Meta CAPI EMQ, and the founding architecture thesis.
    • BlogPosting JSON-LD on every post for LLM / search-engine citation.
  3. 10 Apr 2026

    Security & deployment hardening (internal)

    • CORS origin allowlist replaces wildcard on the management API.
    • All /v1/internal/* service-to-service endpoints now authenticated via INTERNAL_API_KEY middleware.
    • Refresh tokens are now HMAC-SHA256 hashed with a server-side pepper before DB storage.
    • Idle timeouts added on all HTTP servers.
    • Kafka producer RequireAll acks; consumer session/rebalance timeouts set explicitly.
    • Container log rotation enforced (10 MB × 3 files) across every service.