Changelog
All notable changes, new features, and improvements to Automation Hub are documented here.
v1.0.0 — Initial Release
2026-07-18
The first stable release of Automation Hub — a self-hosted, AI-powered workflow automation platform.
Visual Workflow Builder
- Drag-and-drop visual canvas powered by @xyflow/react
- 21 node types — 12 core nodes plus 9 provided by the 5 bundled modules
- Real-time execution visualization with step-by-step results
- Workflow versioning, duplication, and import/export
Modules
- Email Module — SMTP and Resend API support, HTML templates, per-org rate limiting
- WhatsApp Module — Meta Cloud API and Twilio providers, 24-hour window management, template messages
- AI Module — Claude (Anthropic) and OpenAI (GPT) integration, classify/extract/summarize/generate operations, token budget management
- Courier Module — Native Deprixa Plus integration, real-time shipment tracking, status change webhooks
- Notifications Module — In-app notifications, configurable channels and rules
Templates
- 44 pre-built workflow templates covering e-commerce, customer support, marketing, HR, DevOps, and more
- One-click import with automatic configuration
- Template categories and search
Multi-Tenant Architecture
- Organization-level data isolation via global scopes
- Role-Based Access Control (RBAC) with 20+ granular permissions
- User invitation system with per-org membership
- Custom role creation
REST API v1
- Complete API with OpenAPI 3.0 specification
- SHA-256 hashed API keys with per-key permissions and rate limiting
- HMAC-SHA256 webhook signature verification
- Idempotency key support (10 min TTL)
Internationalization
- 4 languages: English, Spanish, French, Arabic
- Full RTL layout support for Arabic
- 693+ translation keys per locale
- Language selector on auth pages and settings
Security
- Two-factor authentication (TOTP) with encrypted recovery codes
- Comprehensive audit logging with user, IP, action, and value diffs
- SSRF protection blocking private IP ranges
- CSRF protection on all web routes
- Encrypted credential storage for module API keys
- Captcha protection (Cloudflare Turnstile / Google reCAPTCHA v3) on login, register, and forgot-password forms
- Rate limiting on all authentication endpoints (login, register, reset password)
- Generic authentication error messages — prevents user enumeration
- CORS restricted to application domain
- Permission enforcement on all 24 controllers (RBAC)
- Twilio webhook signature verification (HMAC-SHA1)
- SQL injection protection on installer database name input
Administration
- Configurable landing page with full admin editor (7 sections)
- 5-step installation wizard for first-time setup
- Branding customization (logo, favicon, org name)
- Light/dark theme support
Quality & Testing
- 340 automated tests with 2,194 assertions
- Feature tests, unit tests, and integration tests
- CI-ready test suite
Credits & Technologies
Automation Hub is built with the following open-source technologies:
| Technology | Purpose |
|---|---|
| Laravel 12 | Backend framework (PHP) |
| React 19 | Frontend UI library |
| Inertia.js | Server-driven SPA bridge |
| TypeScript | Type-safe frontend development |
| Tailwind CSS v4 | Utility-first CSS framework |
| @xyflow/react | Visual workflow canvas (React Flow) |
| shadcn/ui | UI component library |
| Lucide Icons | Icon set |
| i18next | Frontend internationalization |
| Highlight.js | Code syntax highlighting |
| MySQL 8 | Primary database |
| Redis | Queue driver and caching (optional) |
| Vite | Frontend build tool |
Stay Updated
Future releases will be documented here with detailed changelogs. Check back after each update to see what's new.