ChangelogRelease History
Changelog

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.

2024-12-15v2.3.0
featureimprovement

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.
2024-11-20v2.2.0
featurebugfix

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.
2024-10-10v2.1.0
breakingfeature

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/search deprecated 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:

Version History Summary

VersionDateKey Changes
v2.3.02024-12-15AI parsing enhancements
v2.2.02024-11-20Advanced filtering
v2.1.02024-10-10Breaking API changes
v2.0.02024-09-01Initial AI features