v0.16.28
ConduitPlatform/Conduitv0.16.28Jul 8, 2026by kkopanidis
AI Summary
This release introduces a new feature for adding file attachments to chat messages via gRPC and includes fixes for Socket.IO authentication and push notification storage conditions.
Key Highlights
- Added file attachments to chat sendMessage gRPC
- Fixed Socket.IO handshake authentication
- Fixed push notification sendToDevice storage condition
New Features
- Add file attachments 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