Changelog
Track the latest updates, improvements, and new features released in conspect.ai.
Latest Updates
Subscribe to our changelog feed or join the conspect.ai Discord community to get notified about new releases and important announcements.
Track all conspect.ai releases here, ordered from newest to oldest. Each release includes details on new features in the adaptive dialogue engine, integration enhancements, bug fixes, and performance improvements.
Quick Upgrade
Follow our upgrade guide to apply the latest changes.
Roadmap
View upcoming features and vote on priorities.
Report Issues
Found a bug? Help us fix it faster.
New Features
- Enhanced adaptive dialogue engine with smarter branching logic based on user intent signals
- Added support for custom tags and next-step recommendations in lead summaries
Improvements
- Optimized performance for high-traffic dialogues, reducing response times by 40%
- Better handling of multi-language conversations with automatic locale detection
Bug Fixes
- Fixed issue where certain playbooks failed to load on initial deploy
- Resolved webhook delivery failures during peak hours
New Features
- New integration options: Zapier, Slack notifications, and HubSpot CRM sync
- Introduced webhook endpoints for real-time lead qualification events
Improvements
- Dialogue summaries now include confidence scores for lead intent
Bug Fixes
- Corrected validation errors in form-to-dialogue migration tool
- Fixed UI glitches in the playbook editor on mobile devices
New Features
- Core adaptive dialogue engine launch with intent capture and smart qualification
- Playbook builder for no-code dialogue creation
- Built-in analytics dashboard for lead conversion tracking
Breaking Changes
- Updated API version to
v1– migrate existing integrations using the upgrade guide
Bug Fixes
- Initial stability improvements for production deployments
How to Upgrade
Follow these steps to update your conspect.ai instance to the latest version.
Backup Your Data
Create a full backup of your playbooks and configurations.
conspect-cli backup --project your-project-id > backup-$(date +%Y%m%d).json
Pull Latest Changes
Fetch and apply the newest release.
npm update @conspect/ai-sdk@latest
docker pull conspectai/core:latest
docker-compose up -d
Verify Deployment
Test your dialogues and check the dashboard for any issues.
Run conspect-cli status to confirm all services are healthy.
Previous Releases
For older versions, check the full release history on GitHub. We recommend upgrading to the latest stable release for security patches and performance gains.
Last updated today