ChangelogRelease History
Changelog

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.

2024-12-15v1.2.0
featureimprovement

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 (<50ms average)
  • Enhanced handoff notifications with teammate mentions

Bug Fixes

  • Fixed SMS delivery status syncing issues
  • Resolved voice call transcription overlaps
2024-11-20v1.1.0
featurebugfix

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
2024-10-10v1.0.0
featurebreaking

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 VersionMinimum Node.jsUpgrade Path
<1.0.018+Full reinstall
1.0.x18+npm update
1.1.x20+Patch migration

Update SDK

npm install @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.