v2.4.0
What's Changed
- Bugfix/incorrect handling of reconnect in #6
- feature: Add support for strict API, passing headers and cookies to the session in #7 Strict API can be enabled by setting strict_api to True when creating a session. Strict API means that queries only return the data specified in the query projection. Headers and Cookies can be passed to the session object via arguments.
Full Changelog: 2.3.3...v2.4.0