v0.16.28
HumanAIGC/Cloth2Texv0.16.28Jul 8, 2026by kkopanidis
AI Summary
Adds authentication support for Socket.IO handshakes, enables file attachments in chat gRPC, and fixes a push notification storage condition.
Key Highlights
- Socket.IO handshake auth support
- File attachments to sendMessage gRPC
- Fix for push notifications sendToDevice storage
New Features
- Support for Socket.IO handshake authentication
- Add file attachments to sendMessage gRPC
- Fix for push notification sendToDevice storage condition
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