Releases: rebing/graphql-laravel
Releases · rebing/graphql-laravel
7.1.0
Added
- Basic Automatic Persisted Queries (APQ) support #701 / illambo
7.0.1
Added
- Support Laravels simple pagination #715 / lamtranb
7.0.0
Breaking changes
- Signature of
\Rebing\GraphQL\Support\Privacy::validate
changed, now it accepts both query/mutation arguments and the query/mutation context.
Update your existing privacy policies this way:-public function validate(array $queryArgs): bool +public function validate(array $queryArgs, $queryContext = null): bool
Added
- Ability to pass query/mutation context to the field privacy handler (both closure and class) #727 / torunar
6.5.0
Fixed
- Middleware and methods can be used in class based schemas. #724 / jasonvarga
This is a follow-up fix for Support for class based schemas
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