A Ruby gem for streaming data from the Bluesky/ATProto firehose

updated changelog

+7
+7
CHANGELOG.md
··· 1 + ## Unreleased 2 + 3 + - optimized `WebsocketMessage` parsing performance - lazy parsing of most properties 4 + - added separate subclasses of `WebsocketMessage` for different message types 5 + - added support for `#handle`, `#info` and `#tombstone` message types 6 + - `UnknownMessage` is returned for unrecognized message types 7 + 1 8 ## [0.2.0] - 2023-07-24 2 9 3 10 - switched the websocket library from `websocket-client-simple` to `faye-websocket`, which should make event parsing up to ~30× faster (!)