Changed - `position_mode_switch()` to support USDT perp: `/private/linear/position/switch-mode`
1.3.4
Added - `endpoint` arg to `get_active_order()`
Fixed - A WebSocket test case, by raising an exception instead of logging
1.3.3
- Improve `get_risk_limit()` - Fixed: call this endpoint without authentication - Supported `endpoint` argument for `my_position()`, allowing the user to call this method without supplying a symbol - `symbol` is not a required parameter for these endpoints, but pybit typically relies on it for deciding which endpoint to call
1.3.2
- Enabled WebSocket `fetch()` to handle multiple position sides from linear perp symbols - Fixed `fetch()` for private spot WebSocket - Supported `endpoint` argument for `my_position()`, allowing the user to call this method without supplying a symbol - `symbol` is not a required parameter for these endpoints, but pybit typically relies on it for deciding which endpoint to call - See below release candidates for details.
1.3.2rc2
Modified - Alter the spot endpoint paths used for `get_active_order()` and `query_active_order()`