ChangelogRelease History

Changelog

Track the latest updates, improvements, and new features released in ExpertBatch.

Recent Releases

Stay up to date with the latest improvements to ExpertBatch. Review release notes below to understand new features, enhancements, and fixes.

2024-10-15v1.2.0
featureimprovement

New Features

  • Added AI-powered face detection in proctoring for enhanced exam security.
  • Introduced real-time analytics dashboard with percentile rankings and topic breakdowns.

Improvements

  • Optimized timed assessments with improved countdown timers and auto-submission.
  • Enhanced user management dashboard with role-based access controls.

Bug Fixes

  • Fixed performance tracking issues during high-load assessments.
  • Resolved export errors in analytics reports.
2024-09-20v1.1.0
bugfiximprovement

Improvements

  • Upgraded skill-based testing interface for better topic organization.
  • Improved mobile responsiveness for candidate exam interfaces.

Bug Fixes

  • Corrected proctoring screen capture failures on certain browsers.
  • Fixed user management role assignment synchronization delays.
2024-08-10v1.0.0
featurebreaking

New Features

  • Launched core platform with skill-based exams and secure proctoring.
  • Added performance tracking and basic analytics reports.

Breaking Changes

  • Updated API endpoints from /v0/ to /v1/ prefix. Migrate your integrations.

Bug Fixes

  • Initial stability improvements for timed assessments.

Upgrade Instructions

Follow these steps to upgrade ExpertBatch to the latest version.

Backup Data

Export your assessments and user data.

Use the admin dashboard export feature to avoid data loss.

Update SDK

Install the latest SDK version.

<CodeGroup tabs="npm,yarn">
```bash
npm install @expertbatch/sdk@latest
```
```bash
yarn add @expertbatch/sdk@latest
```
</CodeGroup>

Migrate API Calls

Update endpoints to /v1/ prefix.

// Old
fetch('https://api.example.com/v0/assessments');

// New
fetch('https://api.example.com/v1/assessments');

Test Proctoring

Run a test exam to verify proctoring and analytics.

Upcoming Features

Watch for these enhancements in future releases.

Subscribe to our newsletter or follow updates on GitHub for release announcements.