Skip to content

v1.0.11

Choose a tag to compare

@github-actions github-actions released this 08 Jun 23:26
· 92 commits to main since this release

What's Changed

Features

  • simplify time selector with Calendar picker, remove ActivityTimeline
  • dashboard data fetching refactor with unified filterParams
  • dashboard time selector refactor + settings retention card
  • GET /admin/api/metrics/activity endpoint
  • query routing for getMetricsSummary, getMetricsTimeseries, getClientTypeBreakdown
  • log-cleaner metrics cleanup, stats/usage query routing
  • metrics_10min table, upsert, settings, admin API endpoints

Bug Fixes

  • address code review findings for PR #193
  • replace Tailwind v4 --spacing() with rem value for lightningcss compat
  • replace real-time aggregation with scheduled batch job
  • custom picker inside card, timeline padding, i18n date labels
  • move time selector above metrics, custom picker below filter bar
  • code review issues - avg_tps merge formula, migration count, magic numbers, StatsResponse type

Performance

  • reduce API calls from 11 to 3 via aggregated overview endpoint