Skip to content

v0.4.1

Compare
Choose a tag to compare
@AlexPikalov AlexPikalov released this 01 Jan 09:06
· 821 commits to master since this release

Added:

  • Query builder to avoid requiring a bunch of arguments in session.query. New method was introduced - session.query_with_builder(&self, q: Query).
  • session Drop implementation
  • method get_options of CDRS which retrieves options supported by server before establishing new session

Docs:

  • Added more examples

New Contributor - harrydevnull