Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releases: graphql/express-graphql

v0.6.0

12 Nov 02:06
Compare
Choose a tag to compare

This release includes support for graphql@0.8.0, which supports the October 2016 edition of the GraphQL specification.

New/Fixes:

  • Adds ability to supply an extensions field in the response. (#152)
  • Sends a 500 status code when the request failed to produce data in the response (#151)
  • Exports parseBody for other libraries to use directly. (#150, #121)
  • Enable ETag support (#119)

v0.5.4

26 Aug 01:11
Compare
Choose a tag to compare

Lots of great improvements in this version thanks to contributors.

New:

  • Support for graphql@^0.7.0 (ccc57d6)
  • The request is now used as the default context, which is the most common use case for context, simplifying most uses. (#117 @lacker)
  • Middleware now returns it's completion Promise, allowing it to be composed further (#99 @helfer)

Fixes:

Note:

Node v0.10 is no longer in the test matrix, but still works with this release. However you may need to provide polyfills for Promise and Map.

v0.5.3

27 May 19:34
Compare
Choose a tag to compare

Fixes:

  • Ensures module.exports is unaffected by the upgrade to babel v6 (#93)

v0.5.2

27 May 02:11
Compare
Choose a tag to compare

Special thanks to @calebmer and @chentsulin for their help in fixing issues for this release.

New:

  • Supports graphql-js v0.6.0.
  • Supports connect in addition to the existing support for express (23e1a0c)
  • Now built using babel v6 (d3d170c)
  • Use latest version of GraphiQL v0.7.1 (#80)

Fixed:

  • Proper <title> and <meta> tags added to GraphiQL mode. (#85)
  • Response is sent into the config function (#84)
  • Better error messages (#65)

v0.5.1

12 Apr 17:10
Compare
Choose a tag to compare

Fixes:

  • React no longer issues errors when viewing GraphiQL

v0.5.0

08 Apr 21:21
Compare
Choose a tag to compare

Now requires graphql-js@0.5.0 which conforms to the April 2016 draft of the GraphQL specification.

New:

  • Allow options to be a function returning a promise. (cb2bc72)
  • GraphiQL mode uses React v15 (bca8a5c)

v0.4.13

25 Mar 01:36
Compare
Choose a tag to compare

Fixes:

v0.4.12

24 Mar 23:06
Compare
Choose a tag to compare

Fixes:

  • operationName is now maintained in the URL when using GraphiQL.

v0.4.11

24 Mar 23:00
Compare
Choose a tag to compare

New:

Fixes:

  • Fix self-XSS vulnerability in GraphiQL view (#56).

v0.4.10

11 Mar 04:52
Compare
Choose a tag to compare

New: