Changelog
Review the version history of Autoch.at, including recent updates, new features, and improvements to keep your implementation current.
Recent Updates
Stay current with Autoch.at enhancements. Review the latest releases below to understand new capabilities, such as advanced AI routing and multi-channel support, along with any required upgrades.
v1.2.0
Enhanced AI assistants and performance boosts.
v1.1.0
New routing features and bug fixes.
v1.0.0
Initial stable release with core inbox.
New Features
- Added Quiet AI escalation rules for complex conversations
- Introduced PII redaction in real-time during AI processing
- New analytics dashboard for conversation outcomes
Improvements
- Optimized timeline loading for high-volume inboxes (
<50msaverage) - Enhanced handoff notifications with teammate mentions
Bug Fixes
- Fixed SMS delivery status syncing issues
- Resolved voice call transcription overlaps
New Features
- Multi-channel routing by keyword or intent
- Playbooks for versioned response templates
- Integration with external webhooks for custom automations
Bug Fixes
- Corrected email threading display errors
- Patched chat widget reconnection logic
Breaking Changes
- Updated webhook payload format; migrate using the guide below
New Features
- Unified inbox for email, SMS, chat, and voice
- Basic AI drafting and summarization
- Team ownership and state tracking
Breaking Changes
- Initial API version; review authentication changes
Upgrade Instructions
Follow these steps to upgrade your Autoch.at integration safely.
Before upgrading, back up your configuration and test in staging. Review breaking changes in each release.
Check Compatibility
Review your current version against the table below.
| Current Version | Minimum Node.js | Upgrade Path |
|---|---|---|
<1.0.0 | 18+ | Full reinstall |
1.0.x | 18+ | npm update |
1.1.x | 20+ | Patch migration |
Update SDK
npm install @autoch.at/sdk@latest
yarn add @autoch.at/sdk@latest
Migrate Config
Update your {API_KEY} and webhook endpoints.
// Old config
const config = {
apiKey: 'YOUR_API_KEY',
webhook: 'https://your-webhook-url.com/old'
};
// New config (v1.2.0+)
const config = {
apiKey: 'YOUR_API_KEY',
webhook: 'https://your-webhook-url.com/webhook',
piiRedact: true
};
Test & Deploy
Run integration tests against https://api.example.com/v1/conversations.
Staying Current
Subscribe to release notifications via the dashboard at https://dashboard.example.com/notifications. For custom upgrade scripts, contact support.
Upgrade to v1.2.0 today for the latest AI capabilities and security enhancements.
Last updated 2 weeks ago
Built with Documentation.AI