Product Changelog

Stay up to date with every release, feature, and improvement as we continuously ship for #divisions.

v2.4.0 Dec 12, 2024
Feature Improvement

Advanced Analytics & Real-time Sync

We've completely rebuilt the analytics engine to support real-time data synchronization across all team workspaces.

  • โœจ Added live dashboard streaming with WebSocket support
  • ๐Ÿ“Š New cohort retention metrics and funnel visualization
  • โšก Query execution improved by ~40% on large datasets
  • ๐Ÿ”„ Cross-region data sync now defaults to 500ms intervals
v2.3.2 Nov 28, 2024
Fix Security

Critical Security Patch & Bug Fixes

Addressed a session handling edge case and patched several UI rendering bugs reported by the community.

  • ๐Ÿ”’ Patched JWT refresh token rotation vulnerability
  • ๐Ÿ› Fixed dashboard white-screen on Safari 17+ when using custom themes
  • ๐Ÿ› Resolved webhook retry loop under high-latency network conditions
  • ๐Ÿ”ง Corrected timezone offset calculations for scheduled reports
v2.3.0 Nov 10, 2024
Feature

Team Permissions & Role-Based Access

Granular control over workspace access. Assign custom roles, restrict API scopes, and audit member activity.

  • ๐Ÿ‘ฅ Introduced Custom Roles editor with JSON policy builder
  • ๐Ÿ›ก๏ธ API key scoping now supports per-resource permissions
  • ๐Ÿ“œ Audit log now tracks permission changes and exports
  • ๐Ÿ”— SSO group sync maps automatically to RBAC tiers
v2.2.1 Oct 22, 2024
Improvement Fix

Performance Optimizations & UI Polish

Focused on shaving milliseconds off critical paths and refining the developer experience.

  • โšก Reduced initial bundle size by 18% via tree-shaking
  • ๐ŸŽจ Updated design tokens for better contrast and focus states
  • ๐Ÿ› Fixed pagination cursor drift in long-lived list views
  • ๐Ÿ“ฑ Improved touch targets and swipe gestures on mobile web
v2.1.0 Sep 15, 2024
Feature Security

Webhooks V2 & Infrastructure Hardening

A complete overhaul of our event delivery system with signing, retries, and dead-letter queues.

  • ๐Ÿ”” Webhook v2: HMAC-SHA256 signing + automatic retry logic
  • โ˜๏ธ Migrated storage to encrypted-at-rest cold tier for 90d+ archives
  • ๐Ÿงช New test harness for simulating webhook payloads locally
  • ๐Ÿ“ฆ Added structured logging for all external API calls