You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added load_dotenv monkey patch to display a warning if it is called after ibind has been imported
removed usage of _testcapi in test_utils.py
Update Tickler to use threading events for stopping. Contributed by @lach1010 🙌
added global default_filtering flag
added OAuthConfig.verify_config
changed 'localhost' default to '127.0.0.1'
added use_session parameter and reworked the implementation of sessions to make it optional. Shutdown handling has been moved to RestClient, though OAuth1aConfig.shutdown_oauth parameter still defines whether OAuth gets closed when shutting down
updated marketdata_unsubscribe
introduced OrderRequest dataclass and deprecated make_order_request function