What's Changed
Small release with mostly internal changes.
Adds advanced order instructions, which can be used to control how the API handles orders in some edge cases. This is discussed in detail in #178.
- Handles streamer closure better by catching
asyncio.CancelledError
in cancelled heartbeat/main loop tasks for bothAlertStreamer
andDXLinkStreamer
. - Uses a
pydantic.WrapValidator
for candle OHLC instead of a bunch ofcomputed_field
s as in v9.4
Full Changelog: v9.4...v9.5