v0.16.28
Mintplex-Labs/anything-llmv0.16.28Jul 8, 2026by kkopanidis
AI Summary
Conduit update adding Socket.IO handshake authentication and support for file attachments in chat.
Key Highlights
- Socket.IO handshake auth support
- File attachments added to sendMessage
New Features
- Socket.IO handshake authentication support
- File attachments added to sendMessage gRPC
Full Release Notes
## What's Changed * fix(hermes): support Socket.IO handshake auth by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1486 * feat(chat): add file attachments to sendMessage gRPC by @ChrisPdgn in https://github.com/ConduitPlatform/Conduit/pull/1541 * fix(push-notifications): sendToDevice storage condition by @ioanniskemerlis in https://github.com/ConduitPlatform/Conduit/pull/1543 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.27...v0.16.28