AI-Powered Dispatch — Smart driver-to-order matching using real-time traffic, distance, and driver rating signals. Reduces average delivery time by 18%.
Multi-Zone Surge Pricing — Set dynamic price multipliers per delivery zone. Supports up to 20 custom surge triggers (time, weather, demand).
WhatsApp Order Notifications — Real-time order updates pushed directly to customers via WhatsApp Business API integration.
Restaurant Score Dashboard — New analytics view ranking restaurants by delivery time, order accuracy, and customer ratings side-by-side.
Improvements
Driver app map rendering is 40% faster on low-bandwidth connections.
Payment gateway retry logic now attempts 3 times with exponential backoff before flagging a failed transaction.
Admin dashboard CSV exports now include timezone-adjusted timestamps.
Bug Fixes
Fixed: Coupon codes with trailing spaces were not applying correctly at checkout.
Fixed: Restaurant "Closed" status sometimes persisted after re-opening during off-peak hours.
v3.1.0May 19, 2025Improvements
New Features
Scheduled Orders — Customers can now schedule orders up to 7 days in advance with custom delivery time windows.
Group Ordering — Multiple users can add items to a shared cart and split payment at checkout.
Driver Earnings Insights — Drivers now have an in-app earnings projection based on zone, time, and historical data.
Improvements
Menu editor now supports drag-and-drop reordering for categories and items.
Customer app onboarding flow reduced from 7 steps to 3 steps.
Push notification delivery rate improved from 94% to 99.2% via provider fallback.
Bug Fixes
Fixed: Double-charge edge case when payment gateway timed out during high traffic.
Fixed: Apple Maps ETA display was showing incorrect values for routes crossing timezones.
v3.0.0April 3, 2025Major ReleaseBreaking
Major Changes
Platform v3 Architecture — Complete backend rewrite using event-driven microservices. 3× throughput, 60% lower latency at peak load.
New Admin Dashboard — Rebuilt from scratch with the Delivra Design System. Modular widget layout, live updates via WebSocket.
White-Label Builder v2 — Visual brand editor now supports custom fonts, splash screens, and home screen widget colors without code changes.
Webhook v2 API — New event schema with richer payload, retry-on-failure, and webhook log viewer in the dashboard. Breaking: webhook v1 deprecated (sunset Oct 2025).
Security
All API tokens now require rotation every 90 days (configurable per team).
SSO (SAML 2.0 + OIDC) support added for Enterprise plan users.
v2.8.4March 12, 2025Security Patch
Security: Patched IDOR vulnerability in order detail endpoint that could expose order data across accounts under specific conditions. No customer data was exfiltrated. CVE-2025-1142.
Upgraded all JWT signing to RS256; HS256 tokens invalidated and re-issued.