Changelog
Track the latest updates, new features, and improvements in Datacom.
Recent Releases
Stay up to date with Datacom's latest enhancements. You receive automatic updates for core services like domain registration and AI domain suggestions. Check the dashboard for version details.
Review release notes before upgrading integrations. Most changes are backward-compatible.
New Features
- Added AI-powered domain name generator with Cyrillic
.монsupport for Mongolian users. - Introduced bulk domain search: Check availability for up to 50 domains at once.
- New email service integration: Seamless setup for custom domains with one-click MX records.
Improvements
- Enhanced AI chat assistant performance, reducing response time by 40%.
- Dashboard now supports dark mode for better accessibility.
Bug Fixes
- Fixed domain availability checker for
.org.mnsubdomains. - Resolved intermittent login issues during peak hours.
New Features
- Launched
.монCyrillic domain registration directly from the dashboard. - Added webhook support for real-time domain status notifications.
Improvements
- Optimized website hosting dashboard with faster page loads.
Bug Fixes
- Corrected pricing display errors for annual domain renewals.
- Fixed AI suggestion tool failing on special characters.
New Features
- Integrated AI helper chat (
https://chat.datacom.mn) for instant support. - Email hosting now includes 10GB storage per domain.
Breaking Changes
- Updated API authentication: Use
Authorization: Bearer YOUR_TOKENinstead of basic auth.
Bug Fixes
- Patched security vulnerability in subdomain management.
Upgrade Instructions
Follow these steps to ensure your Datacom services run the latest version.
Check Current Version
Log in to your dashboard.
Navigate to Account > Status to view installed versions.
Apply Updates
Click Update All in the dashboard.
Confirm changes for domains and email services.
Verify Integrations
Test domain availability API:
fetch('https://api.datacom.mn/v1/domains/available?domain=example.mn', {
headers: { 'Authorization': 'Bearer YOUR_TOKEN' }
})
.then(response => response.json())
.then(data => console.log(data));
Upcoming Roadmap
Discover what's next for Datacom.
AI Enhancements
Advanced domain suggestions with business name analysis.
Expanded Services
Full website builder integration with one-click deploy.
Deprecated Features
Certain endpoints will be removed in v1.4.0:
POST /v1/domains/register→ Migrate toPOST /v2/domains/register.- Basic auth → Switch to Bearer tokens.
Update your scripts now to avoid disruptions.
Suggest features or report issues at support@datacom.mn.
Last updated 1 day ago
Built with Documentation.AI