Skip to content

Releases: rebing/graphql-laravel

6.1.0-rc1

27 Nov 17:43
@mfn mfn
62f586e

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

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

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

Choose a tag to compare

5.1.5-rc1

16 Nov 06:47
@mfn mfn
721f9a1

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

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

GraphQL Laravel 5.1.4 released

03 Sep 18:26
@mfn mfn
c04eba7

Choose a tag to compare

Note: hotfix release to replace 5.1.3

Apologies for the rushed 5.1.3 release causing trouble, it was in fact cut from the wrong branch and it the current state for the upcoming 6.x series 😬

5.1.4 intends to correct this.

Added

GraphQL Laravel 5.1.3 released

02 Sep 20:50
@mfn mfn
0e4b663

Choose a tag to compare

❗ BROKEN RELEASE DO NOT USE ❗

It wasn't a good day and I created the tag from the wrong branch => this is fixed with 5.1.4!

Added

GraphQL Laravel 5.1.2 released

02 Jul 16:54
@mfn mfn
255047c

Choose a tag to compare

Added

  • Readded support for validation in field arguments (with breaking change fix) #630 / crissi

As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation!

Hotfix: GraphQL Laravel 5.1.1 released

23 Apr 09:36
@mfn mfn
c3b4a38

Choose a tag to compare

Unfortunately the 5.1.0 release introduced a regression which is now fixed

Fixed

Sorry for the angst 😱