Skip to content

v2.4.0

Choose a tag to compare

@bjornrydahl bjornrydahl released this 09 Feb 11:53
· 36 commits to main since this release
3138779

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