All notable changes to aimdb-ws-protocol will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
No changes yet.
- Initial release of the shared WebSocket wire protocol
ServerMessageenum:Data,Snapshot,Subscribed,Error,Pong,QueryResultClientMessageenum:Subscribe,Unsubscribe,Write,Ping,Query- JSON-encoded wire format with
"type"discriminant tag - MQTT-style wildcard topic matching (
#multi-level,*single-level) - Timestamp-tagged data messages for ordering
- Late-join snapshot support