Skip to content

Releases: rebing/graphql-laravel

7.1.0

08 Apr 11:57
@mfn mfn
c2c74b2
Compare
Choose a tag to compare

Added

7.0.1

05 Apr 19:44
@mfn mfn
8d49e7d
Compare
Choose a tag to compare

Added

7.0.0

03 Apr 20:36
@mfn mfn
897a162
Compare
Choose a tag to compare

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

03 Apr 19:56
@mfn mfn
4743033
Compare
Choose a tag to compare

Fixed

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