Skip to content

Changelog

A chronological history of all AllvIa updates. Each release includes new features, improvements, and bug fixes.

Update Notifications: To stay updated on new releases, Watch our GitHub Repository or subscribe to the Releases page.

v2.4.0 February 10, 2026

New Features

  • AI Classification Model v3: The new classification engine has improved accuracy by 12%. Supports GPT-4 based fine-tuning and allows registering training data for custom categories via API.
  • Bi-directional Google Sheets Sync: Real-time detection of data changes in Google Sheets and the ability to write automation results back to the sheet.
  • CSV Export for Execution History: Download automation execution history as CSV from the dashboard. Supports date range and status filters.
  • Natural Language Workflow Improvements: Optimized LLM prompts for the build_workflow command to accurately generate more complex multi-step workflows.

Improvements

  • Adjustable Collector data collection interval via environment variable (STEER_COLLECTOR_INTERVAL)
  • 30% improvement in routine command analysis speed (Index optimization)
  • Added Korean translations for error messages

Bug Fixes

  • Fixed an issue where Webhook retries wouldn't function under certain conditions
  • Resolved UTC/KST timezone mismatch issues when rendering charts on the dashboard
  • Fixed an issue where the control command failed to recognize some apps on Windows

v2.3.0 January 15, 2026

New Features

  • Team Workflow Sharing: Share n8n workflows across the team and manage change history. Available in Pro and Enterprise plans.
  • Notion Connector: Use Notion databases as trigger sources or action targets.
  • Windows PowerShell Script Improvements: Added automatic update check functionality to run_core.ps1.

Improvements

  • 40% improvement in large batch processing performance — optimized build_sessions_rs and build_routines_rs algorithms
  • Mobile dashboard UI redesign — improved touch interaction and navigation
  • Stabilized Self-Healing Guardian restart logic

Bug Fixes

  • Fixed missing state change detection in build_handoff_rs
  • Resolved an issue where repeated Accessibility permission popups appeared on macOS Sonoma

v2.2.0 December 1, 2025

New Features

  • Native RBAC Support: Configure roles (Admin/Editor/Viewer) for team members. Available in Pro and Enterprise plans.
  • Schedule Trigger Cron Expressions: Set precise schedule triggers using cron expressions like 0 9 * * MON.
  • Audit Log Dashboard: View all API calls and automation execution history directly on the dashboard.

Improvements

  • API response times reduced by an average of 15%
  • Improved concurrent read performance with SQLite WAL mode enabled by default
  • Comprehensive update of Korean documentation translations

v2.1.0 October 20, 2025

New Features

  • Tauri Desktop App Bundles: Build macOS (.app) and Windows (.exe) desktop apps with the rebuild_and_deploy.sh script.
  • n8n Runtime Modes: Switch between Docker, NPX, and Manual runtime modes using environment variables.

Improvements

  • Simplified initial setup guide
  • Refactored policy.rs security rule engine for easier addition of custom rules

v2.0.0 September 1, 2025

Major Release

AllvIa v2.0 is a major update featuring a complete architectural redesign:

  • Rust Native Core: Transition from Python-based prototype to Rust native binary. 10x improvement in execution speed.
  • Rust Collector: Rewrote OS sensor data collection in Rust. Features automated 5-min aggregation, daily summary, and retention cleanup.
  • CLI Interface: Established a 6-command core system: routine, recommend, control, exec, build_workflow, and status.
  • Security Policy Engine: Introduced risky command blocking via policy.rs and the Write Lock system.
  • REST API v2: New API endpoints and Bearer token authentication system.
Compatibility Note: Migration from v1.x to v2.0 involves changes in API endpoints and authentication methods. Refer to the Migration Guide.

Full change history for older versions can be found on GitHub Releases.