--- title: Content Providers Changelog - Beeper Developer Docs --- Find a version Find a version ## [4.32.0 – 2025-08-15](/android/content-providers/changelog/version/4-32-0--2025-08-15/index.md) Latest ### Added - Protocol filtering for all endpoints (WhatsApp, Telegram, Signal, Beeper/Matrix) --- ## [4.32.0-internal004 – 2025-08-14](/android/content-providers/changelog/version/4-32-0-internal004--2025-08-14/index.md) ### Added - **Message Search API**: New comprehensive message search with FTS5 support - Query messages by content, sender, or room - Context lines support (before/after match) - Full-text search with sanitized queries - **Contact Search API**: Search contacts by name with FTS5 - Filter by sender IDs or room IDs - Paginated results with limit/offset - **Enhanced Chat Filters**: New query parameters for chat lists - `isLowPriority`: Filter by priority status - `isArchived`: Filter by archive status - `isUnread`: Filter by unread message status - `showInAllChats`: Filter by visibility in main inbox - **Count Endpoints**: Dedicated count endpoints for efficient pagination - `/chats/count` - `/contacts/count` - `/messages/count` ---