Releases: rebing/graphql-laravel
Releases · rebing/graphql-laravel
6.4.0
Added
- Support for per-schema types #658 / stevelacey
6.3.0
Added
- Support for class based schemas #706 / jasonvarga
6.2.0
Fixed
- Lumen routing with regular expression constraints #719 / sglitowitzsoci
6.1.0
Added
- Support for resolver middleware #594 / stevelacey
6.1.0-rc1
Added
- Support for resolver middleware #594 / stevelacey
6.0.0 released!
Note: depending on the customizations of the library, you might experience breaking changes; see the graphql-php release below!
Breaking changes
- Upgrade to webonyx/graphql-php 14.0.0 #645 / mfn
Be sure to read up on breaking changes in graphql-php => https://github.com/webonyx/graphql-php/releases/tag/v14.0.0 - Remove support for Laravel < 6.0 #651 / mfn
This also bumps the minimum required version to PHP 7.2
5.1.5 with support for PHP8 🎉
Together with https://www.php.net/releases/8.0/ a new (and likely last!) release for 5.x supporting PHP8!
Added
- Support for PHP 8 #686 / mfn
Fixed
- Implemented generation of a SyntaxError instead of an hard Exception for empty single/batch queries #685 / plivius
6.0.0-rc2
This is the same as https://github.com/rebing/graphql-laravel/releases/tag/6.0.0-rc1 but based on https://github.com/rebing/graphql-laravel/releases/tag/5.1.5-rc1
Added
- Support for PHP 8 #686 / mfn
5.1.5-rc1
Added
- Support for PHP 8 #686 / mfn
6.0.0-rc1
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