- Bug where ExperimentalClient would not except new API methods.
0.6.4
Added
- Added group parameter in experimental client. - Added `first` and `last` as possible time aggregations.
Fixed
- No longer allows Inf+/- values in DataFrame. (Server never allowed it).
0.6.3
Fixed
- Fixed json decoding bug in in Pydantic where special characters where not serialized correctly. More specifically two byte characters would be read as 1 byte, resulting in incorrect content length.
0.6.2
Fixed
- Fixed json decoding bug in JSONRPC client where execution would crash on non 200-range response.