Skip to content

Changelog

This page summarizes notable changes. The project follows Semantic Versioning.


v2.2.1 (2025-11-06)

Fix

  • Update data-attribute class in authenticated layout (#249)
  • Prevent navigation to 500 page during development (#240)
  • Apply destructive variant to sign-out buttons (#236)
  • Add missing space in profile form (#235)

Refactor

  • Enhance tables and update table layout (#234)

v2.2.0 (2025-10-09)

Feat

  • Add analytics tab in dashboard page (#220)
  • Add AppTitle component for sidebar header (#216)
  • Update 2-column sign-in page (#213)

Fix

  • Update sidebar menu chevron direction in RTL mode (#229)
  • Fix pagination button spacing (#215)
  • Upgrade lucide-react to resolve antivirus warning (#211)

Refactor

  • Move sidebar components into app-sidebar
  • Change SidebarInset from <main> to <div>
  • Replace inline SVG logo with a logo component (#214)

v2.1.0 (2025-08-23)

Feat

  • Enhance data-table pagination with page numbers (#207)
  • Enhance auth flow with sign-out dialogs and redirect functionality (#206)

v2.0.0 — AIOps Platform

LogSys grew from the shadcn admin template into a full AIOps platform:

Pipeline

  • Kafka KRaft broker (no ZooKeeper)
  • Drain3 template mining with async persistence
  • Normalizer with PII stripping + canonical events
  • Redis Lua deduplication
  • Polars feature engineering
  • RoBERTa template priority classifier + rule fallback
  • PostgreSQL partitioned storage (events)

API & Backend

  • FastAPI + JWT + RBAC (viewer → superadmin)
  • Logs, templates, timeseries, calendar, analytics, KPIs endpoints
  • WebSocket /ws/kpis with Redis pub/sub
  • Alembic migrations (17 revisions), materialized OLAP views
  • Sources + applications + ephemeral upload (memory → Vector → Kafka)

Frontend

  • React 19 dashboard with real-time KPI stream
  • Logs explorer, analytics, AI insights, monitoring pages
  • DXC-themed light/dark UI

v1.0.0 — Template

Initial release based on the shadcn admin dashboard starter.