Changelog

What's changed.

Every release, in reverse chronological order.

v1.3.0June 8, 2026
New

Transcript search across all meetings in a workspace. Full-text, filterable by date and speaker. GET /v1/meetings/search.

New

Email Digest plugin. Sends meeting summary to all participants 10 minutes after the call. Enable it in workspace plugin settings.

Fixed

Bot occasionally failed to detect admission in Teams meetings with guest access enabled.

Improved

Join latency reduced by ~8 seconds on average due to browser pre-initialization in warm images.

v1.2.0May 28, 2026
New

Calendar auto-join for Google Calendar. Set rules to skip 1-on-1s or filter by attendee count.

New

Analytics plugin beta. Talk-time per speaker, topic extraction, and sentiment analysis.

Improved

SSE stream reliability improvements — reconnection handling and duplicate segment filtering.

v1.1.0May 14, 2026
New

Custom Agent plugin. Write a prompt, the bot follows it during the meeting.

New

Avatar customization. Upload a PNG or pick from presets.

Fixed

Zoom OAuth flow sometimes failed for accounts with SSO. Fixed by adding retry logic in token exchange.

Improved

Bot join time reduced from 2m45s average to under 60s via VM snapshot pre-warming.

v1.0.0May 1, 2026
New

Serveka is live. POST /v1/bots to join a meeting. GET the SSE stream for real-time transcripts.

New

AI Summary and Live Actions plugins included in all plans.

New

Google Meet, Microsoft Teams, and Zoom support.

New

Python and Node.js SDKs available on PyPI and npm.