github graphile/crystal v3.1.0
New options and critical bugfixes

latest releases: v4.14.0, v4.13.0, v4.12.12...
7 years ago

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)

Fixes

  • Remove columns from insert unless those columns have a defined value. (#367)
  • Fix new GraphiQL implementation so that it works with koa. (#370)
  • Fix incorrect return type coercion for computed columns that return a composite type. (#409)
  • Use array literal syntax for empty arrays. (#407)

Don't miss a new crystal release

NewReleases is sending notifications on new releases.