Skip to content

Releases: simonw/datasette-graphql

3.0a0

07 Sep 16:51
Compare
Choose a tag to compare
3.0a0 Pre-release
Pre-release
  • Upgraded for compatibility with the Datasette 1.0 alpha series. #96

2.2

23 Mar 04:33
Compare
Choose a tag to compare
  • The path used by for the GraphQL API - which defaults to /graphql - can now be customized using the new datasette-graphql path configuration option in metadata.json. #92

2.1.2

19 Nov 01:31
Compare
Choose a tag to compare
  • Fixed bug where columns with names starting with a double underscore would cause errors. #91

2.1.1

18 Jul 21:13
Compare
Choose a tag to compare
  • Simplified example code in the documentation for the graphql_extra_fields() hook.
  • Workaround for a bug where some tables could cause a 500 error on the regular table view page. #90

2.1

03 Jul 01:19
6ab600b
Compare
Choose a tag to compare
2.1

2.0.2

30 May 18:23
bb9d46f
Compare
Choose a tag to compare
  • Upgrade dependencies to graphene>=3.1.0 and graphql-core>=3.2.1. #88

2.0.1

12 Jan 01:54
48e9a2c
Compare
Choose a tag to compare
  • Fixes broken demo links in the README. #86

2.0

17 Nov 20:33
d7a91e7
Compare
Choose a tag to compare
2.0
  • 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)

1.5

16 Jul 20:03
Compare
Choose a tag to compare
1.5
  • Now uses the datasette.client mechanism for internal calls. #61
  • Depends on datasette>=0.58.1

1.4

18 Feb 23:37
Compare
Choose a tag to compare
1.4
  • Fix broken tests against Datasette 0.54. #71
  • Bundle JavaScript and CSS assets for GraphiQL, instead of loading them from a CDN. #73
  • Pin to graphene dependency < 3.0. #72