Skip to content

Releases: webonyx/graphql-php

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

v15.27.1

05 Dec 09:41

Choose a tag to compare

Fixed

  • Revert Deferred memory usage optimization #1790

v15.27.0

03 Dec 07:36

Choose a tag to compare

Added

  • Optimize Deferred memory usage with incremental queue processing #1790

v15.26.0

20 Nov 11:51

Choose a tag to compare

Changed

  • Ignore Introspection queries in QueryComplexity rule #1788

v15.25.2

25 Oct 09:34

Choose a tag to compare

Fixed

  • Add missing return types in HasFieldsTypeImplementation #1783

v15.25.1

08 Oct 10:30
60ef919

Choose a tag to compare

Changed

  • Call AbstractType::resolveValue before AbstractType::resolveType #1781

v15.25.0

08 Oct 06:53

Choose a tag to compare

Added

  • Introduce resolveValue method to Interface and Union types #1776