ChangelogRelease History

Changelog

Track the latest updates and improvements to Opttab, highlighting new features, bug fixes, and enhancements for better AI visibility management.

Recent Updates

Stay informed about Opttab's evolution. We release updates regularly to enhance AI visibility tracking, content optimization, and detection features. Check the tags on each release to prioritize your review.

2024-10-15v2.0.0
featurebreaking

New Features

  • Enhanced AI Detectors now scan multiple datasets including ChatGPT and Claude training data.
  • Added GEO/AEO optimization dashboard with real-time sentiment analysis.
  • Introduced AXP Site builder for creating bot-optimized landing pages.

Breaking Changes

  • Updated API endpoints from /v1/ai-visibility to /v2/ai-visibility. Migrate using the guide below.
  • Removed legacy sentiment-score parameter; use ai-sentiment instead.

Bug Fixes

  • Fixed intermittent failures in content generation API.
  • Resolved dashboard refresh issues on mobile devices.
2024-09-20v1.5.0
featureimprovement

New Features

  • Multi-client management for agencies with role-based access control.
  • Integrated free tools section with AI content checker.

Improvements

  • Performance boost: API response times reduced by 40%.
  • UI updates for better mobile experience across all solutions.

Bug Fixes

  • Corrected token refresh logic in authentication flows.
  • Fixed export errors for AI visibility reports.
2024-08-10v1.4.0
bugfiximprovement

Improvements

  • Optimized content creation workflows with template library.
  • Added support for more languages in AI Dictionary.

Bug Fixes

  • Patched security vulnerability in webhook handling.
  • Stabilized AI model logo asset delivery.

Subscribe to our changelog RSS feed or join the Discord community to get notified of new releases instantly.

Upcoming Roadmap

Discover what's next for Opttab. These features prioritize enterprise governance and advanced integrations.

Upgrading to v2.0.0

Follow these steps to migrate smoothly, especially for breaking API changes.

Backup Your Data

Export all reports and configurations from the dashboard.

Update API Calls

Replace old endpoints in your code.

// Old
const response = await fetch('https://api.opttab.com/v1/ai-visibility');

// New
const response = await fetch('https://api.opttab.com/v2/ai-visibility?token=YOUR_TOKEN');

Test Integration

Run your test suite and verify AI detector results.

Deploy

Push to production and monitor for issues.

After upgrading, check /changelog regularly for patch releases addressing critical issues.

Was this page helpful?