Changelog
Every improvement we've shipped to make Authonex better.
v2.0.0
June 2026
Added onboarding flow for new users with zero conversions
Dashboard now auto-refreshes every 10 seconds
Switched inline error messages to global toast notifications
Added real-time form validation with Zod schemas
Added custom error page, 404 page, and loading state
Real-time job progress via WebSocket
Billing redirect validation for Paystack/Flutterwave
v1.2.0
May 2026
Fixed WebSocket reconnection on network issues
Fixed job status stuck in 'processing' after worker crash
Added concurrent job limits per user
Added rate limiting on all auth endpoints
Optimized Redis connection pooling
Webhook HMAC signature verification
API key authentication for programmatic access
v1.1.0
April 2026
Real-time conversion progress via WebSocket
Email notifications on job completion
Native Go pipelines replacing GitHub Actions
PostgreSQL job queue with Redis pub/sub
Fixed credit deduction race condition
Fixed memory leak in long-running WebSocket connections
v1.0.0
March 2026
Initial launch with web → iOS/Android/Desktop conversion
Stripe billing with monthly credit allocation
JWT-based authentication with refresh tokens
Email verification and password policies
GitHub Actions pipeline for conversion jobs
CDN caching via Cloudflare for output artifacts