Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 10.4 KB

File metadata and controls

89 lines (68 loc) · 10.4 KB

Changelog

1.1.0 (2026-04-05)

Features

  • add NewTestPage for configuring and initiating load tests (b2f0256)
  • add p95 and p99 latency metrics to live metrics and update related interfaces (2a48b2f)
  • add PM2 support for clustering and integration scheduler (f482564)
  • admin-ui: add AI management workspace and make it admin home (f6c88a6)
  • ai-backend: persist runtime settings and usage history with explicit summary generation (506c234)
  • ai-ui: add admin AI history, auto-generate toggle, and manual summary generation flow (3e8f1b8)
  • ai: add checks for AI configuration before consuming credits (c0c8153)
  • ai: implement AI credit system with user limits and reset intervals (27845e5)
  • api: add admin AI client types and endpoints (a8c5f2e)
  • api: add AI test summary and AI test-plan endpoints to client layer (37307d7)
  • auth: integrate user refresh functionality in multiple pages (b09f1f5)
  • enhance NewTestPage input handling and script generation for load tests (498adbe)
  • enhance NewTestPage with improved UI components and script handling (f78b841)
  • env: add MongoDB TLS and data encryption settings to environment configuration (c79de8f)
  • implement NewTestPage for configuring and running k6 load tests (7a27c8e)
  • release: add configuration file for release-please action (309ed8b)
  • reports: enhance PDF export with AI summary and improved styling (305f6ca)
  • server-ai: add fallback AI runtime for test summaries and AI test config generation (6b2ca98)
  • server: add secure admin AI integrations and model-priority APIs (d51ebe0)
  • test-ui: integrate AI into new-test, details, reports, and history flows (c6c7abc)
  • tests: add username tracking to test runs and update related components (38494e6)
  • ui: implement RichTextView component for rendering AI summaries in Markdown format (06d5614)

Bug Fixes

  • admin: remove duplicate entry for Accounts in adminLinks (5404964)
  • ai-summary: persist generated summary in polling and render markdown/html safely (f4307bc)
  • ui: clean up JSX formatting for error and success messages in Admin pages (92fd3a0)
  • ui: update button className formatting for better readability (bad180b)

1.0.1 (2026-04-03)

Bug Fixes

  • remove admin checks from project access functions (953b027)

1.0.0 (2026-04-03)

Features

  • access: improve access list management and response structure in project access API (b8a28b4)
  • add backend API for load testing with k6 integration (7456220)
  • add MONGO_PORT environment variable for flexible MongoDB port mapping in Docker (995b2e0)
  • add new pages for integrations, new test, reports, settings, and test history (e90e6a2)
  • add project deletion functionality with confirmation dialog and update UI accordingly (59061d8)
  • add running tests summary and test details page with dashboard integration (8495d46)
  • enhance README with project capabilities and add LinkedIn post draft; implement ScriptEditor component with syntax highlighting (2307f80)
  • enhance sign-in page with GitHub authentication and signup flow (9fd0246)
  • implement notification system with context and hooks for real-time updates (75e87e9)
  • implement project management features with context and UI updates (8ece8d6)
  • implement two-factor authentication in SignInPage and add related utilities (ff29757)
  • implement user authentication and authorization system (1044ab0)
  • integrations: add project tokens, cron scheduler, and trigger APIs (53aa20d)
  • integrations: enhance project-wise integrations with new job types and detailed API documentation (24ac9c8)
  • layout: remove top header and add collapsible project-aware sidebar (5b59129)
  • reports: make project report actions and run selection functional (ecde44e)
  • routing: move app to project-scoped URLs with route persistence (86b8d31)
  • settings: enhance project access management with safe member handling and improved UI feedback (082faf5)
  • settings: support user-only settings without project context (fb41a23)
  • tests: implement stop functionality for test runs and update related UI components (1a6e539)
  • ui: add HelperNote component and enhance dashboard, new test, and reports pages with contextual guidance (bf5925c)
  • ui: add project-wise integrations page with cron and token management (8531d51)
  • ui: enhance DashboardLayout with improved navigation button styles and notification handling (0332e1a)
  • ui: enhance ProjectMemberRow with unsaved changes indicator and improved access management UI (2b5becc)

Bug Fixes

  • correct indentation in conditional rendering of messages in SignInPage (0eba634)
  • integrations: contain script editor inside create job dialog (eb17b5a)
  • integrations: separate cron and api trigger modes (f549284)
  • redirect integrations route to settings page and clean up imports in DashboardLayout (620d674)
  • ui: clean up conditional class names for better readability in SettingsPage (a2746f5)
  • update caret color for body and form elements in index.css (bfe1bf6)

Performance Improvements

  • add redis caching and optimize mongo indexes (e37f911)