- `json_column` configuration setting for specifying columns that contain raw JSON which should be returned in the GraphQL response without being turned into strings containing JSON. 53
0.13
Not secure
- Cache introspected GraphQL schema unless the DB schema changes, providing much improved performance against databases with large numbers of tables. 51 - New `graphql()` Jinja template function for executing GraphQL queries in custom Datasette templates. 50
0.12.3
Not secure
- Fix for 400 error with CORS headers. 49
0.12.2
Not secure
- Fixed bug triggered by columns with a name `_likethis_`. 48
0.12.1
Not secure
- Fixed bug affecting tables with a primary key column called 'type'. 46
0.12
Not secure
- Renamed `tablename_get` to `tablename_row`. 36 - Support `operationName`. 37 - Support GET as well as POST for executing GraphQL queries. 6 - Handle tables and columns with names that are not valid GraphQL identifiers. 10 - Foreign key `_list` relationships now work with non-integer keys. 45