v0.16.17
ConduitPlatform/Conduitv0.16.17Jul 10, 2025by kkopanidis
AI Summary
This release enhances chat functionality with structured messages and event type support, improves error documentation, and includes several dependency updates.
Key Highlights
- Added support for structured messages in chat
- Improved event types and auto room joins in chat/hermes
- Documented endpoint errors in Swagger and Apollo
- Fixed module error definition in grpc-sdk
New Features
- Structured chat messages
- Chat event type improvements
- API error documentation
Full Release Notes
## What's Changed * feat(hermes,chat): better support event types and auto room joins by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1338 * build(deps): bump tar-fs from 2.1.2 to 2.1.3 in the npm_and_yarn group by @dependabot in https://github.com/ConduitPlatform/Conduit/pull/1351 * feat(chat): support structured messages by @kkopanidis in https://github.com/ConduitPlatform/Conduit/pull/1355 * feat: document the errors that each endpoint throws in Swagger and Apollo by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1353 * fix: define module error definition in grpc-sdk instead of module-tools by @krigol14 in https://github.com/ConduitPlatform/Conduit/pull/1362 **Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.16.16...v0.16.17