Changelog
Stay updated with the latest releases, new features, and improvements in Reka Digital.
Recent Releases
Stay informed about the newest updates to Reka Digital. We release improvements regularly to enhance your ad campaign management, creative tools, and analytics.
2024-10-15v2.1.0
featureimprovement
New Features
- Enhanced AI-powered ad creative tools with new templates optimized for Malaysian audiences
- Auto-optimization for ad copy in Bahasa Melayu and English
- Integration with popular local ad platforms like Facebook Ads Manager
Improvements
- Faster campaign preview rendering by
>30% - Better mobile responsiveness in the dashboard
Bug Fixes
- Fixed analytics export issues for large datasets
2024-09-20v2.0.0
featurebreaking
New Features
- New integrations with local Malaysian payment gateways (e.g., iPay88, MOLPay)
- Automated billing for campaign budgets directly from your dashboard
Breaking Changes
- Updated API endpoints for payments; migrate using the new
{paymentV2}namespace
// Old endpoint (deprecated)
const response = await fetch('https://api.rekadigital.com/v1/payments/create');
// New endpoint
const response = await fetch('https://api.rekadigital.com/v2/payments/create', {
headers: { 'Authorization': `Bearer ${YOUR_API_KEY}` }
});
# Old endpoint (deprecated)
import requests
response = requests.post('https://api.rekadigital.com/v1/payments/create')
# New endpoint
response = requests.post('https://api.rekadigital.com/v2/payments/create',
headers={'Authorization': f'Bearer {YOUR_API_KEY}'})
Bug Fixes
- Resolved payment status sync delays
2024-08-10v1.9.0
bugfiximprovement
Improvements
- Enhanced campaign analytics with real-time performance metrics
- Added filters for prospecting vs. sales campaigns
Bug Fixes
- Fixed dashboard crashes when viewing high-volume ad data
- Corrected ROI calculation errors for multi-currency campaigns
Version Summary
| Version | Release Date | Key Changes | Tags |
|---|---|---|---|
| v2.1.0 | 2024-10-15 | AI creative enhancements | feature, improvement |
| v2.0.0 | 2024-09-20 | Payment integrations | feature, breaking |
| v1.9.0 | 2024-08-10 | Analytics fixes | bugfix, improvement |
Upcoming Features
Advanced AI Optimization
Coming soon: Machine learning models trained on Malaysian ad data for >4x ROI.
Real-time Collaboration
Team workspaces for shared campaign editing and approvals.
Expanded Platform Support
TikTok Ads and Google Ads native integrations.
Custom Reporting API
Build your own dashboards with our new GraphQL endpoint.
Subscribe to our newsletter or follow us on social media to get notified about new releases. Check the API documentation for migration guides.
Was this page helpful?
Last updated Mar 3, 2026
Built with Documentation.AI