Skip to content

Releases: webonyx/graphql-php

v0.10.2

30 Aug 16:34
Compare
Choose a tag to compare
  • StandardServer improvement: do not raise an error when variables are passed as empty string (see #156)

v0.10.1

20 Aug 18:28
Compare
Choose a tag to compare
  • Fixed infinite loop in the server (see #153)

v0.10.0

20 Aug 16:42
Compare
Choose a tag to compare

This release brings several breaking changes. Please refer to UPGRADE document for details.

New features and notable changes:

  • Changed minimum PHP version from 5.4 to 5.5
  • Lazy loading of types without separate build step (see #69, see docs)
  • PSR-7 compliant Standard Server (see docs)
  • New default error formatting, which does not expose sensitive data (see docs)
  • Ability to define custom error handler to filter/log/re-throw exceptions after execution (see docs)
  • Allow defining schema configuration using objects with fluent setters vs array (see docs)
  • Allow serializing AST to array and re-creating AST from array lazily (see docs)
  • Apollo-style query batching support via server (see docs)
  • Schema validation, including validation of interface implementations (see docs)
  • Ability to pass custom config formatter when defining schema using GraphQL type language (see docs)

Improvements:

  • Significantly improved parser performance (see #137 and #128)
  • Support for PHP7 exceptions everywhere (see #127)
  • Improved documentation and docblock comments

Deprecations and breaking changes - see UPGRADE document.

v0.9.14

18 Aug 15:31
Compare
Choose a tag to compare
  • Minor change to assist DataLoader project in fixing #150

v0.10.0-rc1

22 Jul 09:01
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Ability to disable introspection (#131)

v0.9.10

06 Jun 08:43
Compare
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
Compare
Choose a tag to compare
  • Bugfix: throw UserError vs InvariantViolationError for errors caused by client (see #123)