Skip to content

Releases: rebing/graphql-laravel

6.4.0

31 Mar 18:52
@mfn mfn
affac63
Compare
Choose a tag to compare

Added

6.3.0

12 Mar 17:00
@mfn mfn
4a12c13
Compare
Choose a tag to compare

Added

6.2.0

12 Mar 10:12
@mfn mfn
b701638
Compare
Choose a tag to compare

Fixed

6.1.0

30 Nov 03:26
@mfn mfn
62f586e
Compare
Choose a tag to compare

Added

6.1.0-rc1

27 Nov 17:43
@mfn mfn
62f586e
Compare
Choose a tag to compare
6.1.0-rc1 Pre-release
Pre-release

Added

6.0.0 released!

26 Nov 19:31
@mfn mfn
4e8bf48
Compare
Choose a tag to compare

Note: depending on the customizations of the library, you might experience breaking changes; see the graphql-php release below!

Breaking changes

5.1.5 with support for PHP8 🎉

26 Nov 19:15
@mfn mfn
4821c2d
Compare
Choose a tag to compare

Together with https://www.php.net/releases/8.0/ a new (and likely last!) release for 5.x supporting PHP8!

Added

Fixed

  • Implemented generation of a SyntaxError instead of an hard Exception for empty single/batch queries #685 / plivius

6.0.0-rc2

16 Nov 07:53
@mfn mfn
f7f3a16
Compare
Choose a tag to compare

5.1.5-rc1

16 Nov 06:47
@mfn mfn
721f9a1
Compare
Choose a tag to compare
5.1.5-rc1 Pre-release
Pre-release

Added

6.0.0-rc1

13 Nov 16:24
@mfn mfn
a9b4092
Compare
Choose a tag to compare
6.0.0-rc1 Pre-release
Pre-release

Breaking changes

  • Upgrade to webonyx/graphql-php 14.0.0 #645 / mfn
  • Remove support for Laravel < 6.0 #651 / mfn
    This also bumps the minimum required version to PHP 7.2

Added

  • (Re-implemented) Support for Laravel 8 #672 / mfn
    The one from the 5.x branch needed some rework