Skip to content

2.0

Compare
Choose a tag to compare
@simonw simonw released this 17 Nov 20:33
· 25 commits to main since this release
d7a91e7
  • Upgraded to Graphene 3.0. (#80). This introduces some small backwards-compatibility breaks, hence the 2.0 version number on this release. Most notably, tables or columns that are named after Python keywords (such as if) will now be represented in GraphQL with a trailing underscore, if_. description is also renamed to description_.
  • Upgraded bundled version of GraphiQL to 1.5.1, running on React 17.0.2. (#75)
  • Fixed an error caused by tables that include foreign key references to other tables that do not exist. (#79)
  • Now tested against Python 3.10. (#82)