Skip to content

Releases: webonyx/graphql-php

v15.30.2

05 Feb 16:04

Choose a tag to compare

Fixed

  • Use PHP 7.4 compatible syntax in attribute classes #1847

v15.30.1

29 Jan 15:14

Choose a tag to compare

Changed

  • Improve performance 6% by lessening is_array and instanceof checks #1845

v15.30.0

20 Jan 07:11

Choose a tag to compare

Added

  • Add support for adding description to schema #1834

v15.29.4

05 Jan 16:07

Choose a tag to compare

Fixed

  • Fix query complexity for fragments defined after operations #1826

v15.29.3

29 Dec 13:49

Choose a tag to compare

Changed

  • Remove pass-by-reference for $result in ReferenceExecutor #1780

v15.29.2

29 Dec 08:48
05035db

Choose a tag to compare

Fixed

  • Do not escape forward slashes in Printer::printDescription #1824

v15.29.1

19 Dec 11:04

Choose a tag to compare

Fixed

  • Restore SyncPromise backwards compatibility #1823

v15.29.0

18 Dec 16:27
0685035

Choose a tag to compare

Changed

  • Optimize Deferred execution #1805

Deprecated

  • Deprecate GraphQL\Deferred::create() in favor of constructor #1805

v15.28.0

15 Dec 09:49

Choose a tag to compare

Changed

  • Optimize Lexer name tokenization #1813

v15.27.2

09 Dec 07:31

Choose a tag to compare

Fixed

  • Fix PHP 7.4 compatibility broken by \Stringable interface #1810