- Plugin now respects the `view-instance` and `view-database` permissions. Previously the plugin could expose schema details of databases that should not be visible, though not their actual row content. See security advisory: [datasette-graphql leaks details of the schema of private database files ](https://github.com/simonw/datasette-graphql/security/advisories/GHSA-74hv-qjjq-h7g5). #65
- Adds links to the GraphQL API in the database and table action menus, including example table queries. 63
- Running the plugin against Datasette with no attached databases no longer returns a 500 error. 64