Skip to content

Releases: webonyx/graphql-php

v0.10.0-rc1

22 Jul 09:01

Choose a tag to compare

v0.10.0-rc1 Pre-release
Pre-release

Pre-release for testing backwards compatibility

v0.9.13

17 Jul 17:36

Choose a tag to compare

  • Fixed PHP notice and invalid conversion when non-scalar value is passed as ID or String type #121

v0.9.12

06 Jul 12:41

Choose a tag to compare

  • Fixed bug occurring when enum value is bool, null or float (see #141)

v0.9.11

19 Jun 07:54

Choose a tag to compare

  • Ability to disable introspection (#131)

v0.9.10

06 Jun 08:43

Choose a tag to compare

  • Fixed issue with query complexity throwing on invalid queries (see #125)
  • Fixed "Out of memory" error when resolveType returns unexpected result (see #119)

v0.9.9

29 May 15:38

Choose a tag to compare

  • Bugfix: throw UserError vs InvariantViolationError for errors caused by client (see #123)

v0.9.8

25 Apr 11:09

Choose a tag to compare

  • Bugfix: use directives when calculating query complexity (see #113)
  • Bugfix: AST\Node::__toString() will convert node to array recursively to encode to json without errors

v0.9.7

16 Mar 17:00

Choose a tag to compare

  • Bugfix: ResolveInfo::getFieldSelection() now correctly merges fragment selections (see #98)

v0.9.6

10 Mar 12:31

Choose a tag to compare

  • Bugfix: ResolveInfo::getFieldSelection() now respects inline fragments

v0.9.5

23 Feb 18:12

Choose a tag to compare

  • Fixed SyncPromiseAdapter::all() to not change the order of arrays (see #92)