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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes
Enhancements
Added Session.session_id property which will contain the numerical session ID once a live session has been authenticated
Upgraded databento-dbn to 0.15.1
Breaking changes
Renamed DatabentoLiveProtocol.started to DatabentoLiveProtocol.is_started which now returns a bool instead of an asyncio.Event
Bug fixes
Fixed an issue where an error message from the live gateway would not properly raise an exception if the connection closed before Live.start was called