- Add missing getters to `UiTransactionStatusMeta` [(16)](https://github.com/kevinheavey/solders/pull/16)
0.8.0
Changed
- `parse_websocket_message` now supports parsing an array of messages, and always returns a list [(15)](https://github.com/kevinheavey/solders/pull/15)
Fixed
- Add missing getters to `RpcBlockhash` [(15)](https://github.com/kevinheavey/solders/pull/15)
0.7.0
Changed
- Replace `parse_<name>_maybe_json` funcs with `<name>MaybeJsonParsed` classes. Also fix bugs with parsing mixed responses. [(14)](https://github.com/kevinheavey/ - Make `batch_from_json` pure Rust instead of relying on the Python `from_json` method. [(14)](https://github.com/kevinheavey/solders/pull/14)
0.6.0
Added
- Add parsers for responses that may or may not be `jsonParsed` [(13)](https://github.com/kevinheavey/solders/pull/13)
Fixed
- Replace panic with SerdeJSONError when expecting JsonParsed data [(13)](https://github.com/kevinheavey/solders/pull/13)
0.5.2
Fixed
- Fix incorrect alias name in type stubs [(12)](https://github.com/kevinheavey/solders/pull/12)
0.5.1
Added
- Add ValidatorExit request and response [(11)](https://github.com/kevinheavey/solders/pull/11)