Changelog
Track the latest updates, improvements, and new features released in Xresume AI to stay informed on platform enhancements.
Recent Updates
Subscribe to our changelog RSS feed or join the Xresume AI community on Slack to get notifications about new releases and important updates.
New Features
- Enhanced AI resume parsing now supports 20+ additional languages and formats, including PDFs with images.
- Added collaborative tagging system for team members to categorize candidates quickly.
- Introduced webhook support for real-time notifications on new resume uploads.
Improvements
- Search performance improved by 40% with new indexing algorithms.
- UI updates for better mobile responsiveness in the dashboard.
Bug Fixes
- Fixed intermittent parsing failures for resumes with non-standard fonts.
- Resolved sharing link expiration issues.
New Features
- Advanced filtering now includes skill-based matching powered by AI similarity scores.
- Bulk import tool for uploading hundreds of resumes at once.
Improvements
- Dashboard analytics now show candidate sourcing trends over time.
Bug Fixes
- Corrected secure CV sharing permissions that prevented access for some team roles.
- Fixed export errors when including filtered search results.
New Features
- AI-powered resume scoring based on job description matching.
- Integration with popular ATS systems like Greenhouse and Lever.
Breaking Changes
- Legacy search API endpoint
/v1/searchdeprecated in favor of/v2/search. Update your integrations.
Bug Fixes
- Patched potential privacy leak in shared links.
Migration Guide
If you're using deprecated features from v2.0 or earlier, follow these steps to update:
Review Breaking Changes
Check the release notes above for any endpoints or behaviors that changed.
Update API Calls
Replace old endpoints:
// Old
const response = await fetch('https://api.xresume.ai/v1/search', { /* ... */ });
// New
const response = await fetch('https://api.xresume.ai/v2/search', { /* ... */ });
Test Integrations
Run your automated tests and verify parsing accuracy on sample resumes.
Deploy
Roll out the changes and monitor for issues.
For full migration details, visit our API Reference (coming soon).
Upcoming Features
Keep an eye on these enhancements planned for the next releases:
Real-time Collaboration
Live editing and comments on resumes.
AI Interview Prep
Generate interview questions from parsed resumes.
Advanced Analytics
Predictive hiring insights.
Mobile App
Full-featured iOS and Android support.
Version History Summary
| Version | Date | Key Changes |
|---|---|---|
| v2.3.0 | 2024-12-15 | AI parsing enhancements |
| v2.2.0 | 2024-11-20 | Advanced filtering |
| v2.1.0 | 2024-10-10 | Breaking API changes |
| v2.0.0 | 2024-09-01 | Initial AI features |
Last updated today