This release of PostGraphQL provides some new features like configuration options for body-parser
’s limit with bodySizeLimit
, the ability to add custom settings to a PostGraphQL transaction with pgSettings
, and a fresh new version of GraphiQL that comes with some nice enhancements to search and GraphQL field rendering.
This release also fixes a few bugs including a major regression introduced in 3.0.1 which was reported in #409.
For a full list of features and bugfixes along with their associated pull requests, see the list below.
Features
- Add option so that you may inject custom settings into the database. (#399)
- Add option to configure the limit for
body-parser
. (#372) - Update GraphQL and GraphiQL to 0.9.3 and 0.9.1 respectively. (#377 and #410)