Releases: rebing/graphql-laravel
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
GraphQL Laravel 5.1.4 released
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
- Support Laravel 8 #671 / mfn
GraphQL Laravel 5.1.3 released
❗ 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
- Support Laravel 8 #671 / mfn
GraphQL Laravel 5.1.2 released
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
Unfortunately the 5.1.0 release introduced a regression which is now fixed
Fixed
- Reverted "Add support for validation in field arguments" due to breaking changes reported
Sorry for the angst 😱