Skip to content

v2.3.0

Compare
Choose a tag to compare
@Cito Cito released this 12 May 22:23
· 29 commits to master since this release

Minor release with these changes:

  • Consistently translate Python enums to values (#198)
  • Reverted the removal of the _value postfix (#234)
  • Use built-in dict as OrderedDict for Py 3.7+ (#248)
  • Fixed crash when sending a query with type definitions (#257)
  • Added py.typed file to support type checking (#259)
  • A newer Promise version is required (#260)
  • Various minor fixes