Skip to content Version v1.5.0
1.5.0 (2026-01-24)
Highlights
- Goals & Funnels analytics with full UI + API support
- Shareable dashboards with public share links
- Team permissions + admin settings
- Faster analytics via rollups and new query helpers
Features
Goals & Funnels
- New pages and components for defining goals, building funnels, and viewing conversion metrics.
Dashboard
- Richer filters
- Range toolbar updates
- New series/chart components
- Improved KPI/metric lists
- Country flags support
Sharing
- Share links
- Share interceptor
- Dedicated share page for read-only dashboards
Sites
- Expanded settings:
- General
- Tracking
- Retention
- Team
- Danger zone
- Improved site selector UX
Admin & User Settings
- New admin settings page
- Permissions guard
- User preferences screens
Backend & Data
- Goals, funnels, and share-link endpoints plus new storage primitives
- New analytics filters API and query helper utilities
- Rollup tables for:
- Daily/monthly analytics
- Sessions
- Goal/funnel metrics
- Backfill worker added
- Permissions/RBAC storage and handlers
- Remember-me token support
- Takeout/export endpoints and retention worker
- Server handler refactor into domain packages:
- auth
- ingest
- sites
- permissions
- goals
- share
- system
Security & Governance
- Added SECURITY.md guidance
- Expanded permission checks and admin guards across settings and admin routes
Developer Experience / CI
- Updated toolchain:
- Go 1.25.6
- Node 24
- Angular 21
- Rolldown bump
- Dependabot configuration added
- CI/pipeline tweaks and snapshot workflow updates