Changelog
Stay updated with the latest releases, new features, and improvements in ModelBoard.
Check this changelog regularly to stay informed about new features, improvements, and fixes that enhance your ModelBoard experience.
Recent Releases
Stay current with ModelBoard's evolution through our structured release cadence. We release updates bi-weekly, focusing on stability, performance, and user-requested features.
v1.3.0
Latest release with collaboration enhancements.
v1.2.0
Compliance and profile improvements.
v1.1.0
Networking and account management fixes.
New Features
- Added real-time collaboration invites for models and studios, streamlining content production workflows.
- Introduced universal 2257 compliance export directly from profile dashboards.
- New enterprise-level bulk user management for talent agencies.
Improvements
- Enhanced professional networking search with advanced filters for account types (Model, Business, Studio, Enterprise).
- Optimized portfolio upload speeds by
>40%for large media files. - Updated UI for account type selection with preview cards.
Bug Fixes
- Fixed casting application sync issues between studios and models.
- Resolved notification delays in collab workflow approvals.
- Corrected profile verification flow for business accounts.
New Features
- Profile portfolios now support embedded video previews from major platforms.
- Added review and rating system for business-service collaborations.
- Integrated webhook support for custom notifications:
https://your-webhook-url.com/webhook.
Improvements
- Streamlined compliance verification logic for platform-agnostic 2257 records.
- Better mobile responsiveness for networking feeds.
Bug Fixes
- Fixed enterprise dashboard access for multi-studio holdings.
- Patched credential exposure in shared collab links.
- Resolved search indexing delays for new profiles.
New Features
- Account type selector with guided onboarding flows.
- Basic API endpoints for profile data:
GET /api/profiles/{id}.
Improvements
- Performance boosts in content production timelines.
- Enhanced security for industry credits sharing.
Bug Fixes
- Corrected login redirects for studio admins.
- Fixed portfolio image cropping artifacts.
// Example API usage for new profile endpoint
const response = await fetch('https://api.modelboard.net/api/profiles/123', {
headers: { Authorization: `Bearer YOUR_TOKEN` }
});
const profile = await response.json();
console.log(profile);
Upcoming Changes
Expect AI-powered matching for collaborations, advanced analytics dashboards, and full SDK support for custom integrations. Prepare by reviewing your current workflows.
| Version | Release Date | Key Changes | Tags |
|---|---|---|---|
| v1.3.0 | 2024-11-15 | Collab invites, 2257 export | feature, improvement |
| v1.2.0 | 2024-10-20 | Video portfolios, webhooks | feature, bugfix |
| v1.1.0 | 2024-09-10 | Account selector, API basics | improvement, bugfix |
To update your instance, check the dashboard settings or contact support for enterprise deployments. Provide feedback via our feedback form.
Last updated Feb 25, 2026
Built with Documentation.AI