Skip to content

Releases: nuwave/lighthouse

v6.36.0

28 Mar 09:36
Compare
Choose a tag to compare

Added

  • Support Laravel 11 #2508

v6.35.0

11 Mar 10:30
Compare
Choose a tag to compare

Added

  • Add ClientSafeModelNotFoundException to wrap original exception in @can and @canFind #2522

v6.34.1

01 Mar 10:46
Compare
Choose a tag to compare

Fixed

  • Fix Date scalar trying to parse Illuminate\Support\Carbon as string #2470

v6.34.0

01 Mar 10:36
Compare
Choose a tag to compare

Added

  • Merge directives from Scalar/Enum/Type/Input/Interface extension node into target node #2512

v6.33.4

23 Feb 10:37
973328c
Compare
Choose a tag to compare

Fixed

  • Fix stub for type resolvers used in lighthouse:union and lighthouse:interface artisan commands #2518

v6.33.3

19 Feb 14:51
5514697
Compare
Choose a tag to compare

Fixed

  • Allow custom model name in @canFind #2515

v6.33.2

19 Feb 14:36
eed725d
Compare
Choose a tag to compare

Fixed

  • Fix ThrottleDirective to not reuse the first Request it had encountered #2511

v6.33.1

19 Feb 14:17
Compare
Choose a tag to compare

Fixed

  • Remove duplicate CanArgs from directive definition #2510

v6.33.0

01 Feb 16:51
Compare
Choose a tag to compare

Added

  • Expose pivot field on pagination edge #2464

v6.32.0

29 Jan 13:49
00dda10
Compare
Choose a tag to compare

Added

  • Add @async directive #2501

Changed

  • Move and rename Nuwave\Lighthouse\Subscriptions\Contracts\ContextSerializer to Nuwave\Lighthouse\Support\Contracts\SerializesContext #2501
  • Do not bind CreatesContext and CanStreamResponse as singletons #2501

Fixed

  • Fix parsing reserialized LaravelEnumType from ResolveInfo::$variableValues #2501