Skip to content

Releases: nuwave/lighthouse

v6.42.1

25 Jul 09:49
c091948
Compare
Choose a tag to compare

Changed

  • Improve validation message when using output types as inputs #2594

v6.42.0

19 Jul 13:17
d1c8036
Compare
Choose a tag to compare

Added

  • Add @hasOneThrough directive #2585

v6.41.1

16 Jul 13:04
921981c
Compare
Choose a tag to compare

Fixed

  • Handle errors thrown in lifecycle events per operation #2584

v6.41.0

08 Jul 09:41
f60fb9f
Compare
Choose a tag to compare

Added

  • Add @withoutGlobalScopes directive #2577

v6.40.0

03 Jul 08:49
Compare
Choose a tag to compare

Added

  • Make GraphQL::loadPersistedQuery public #2579

v6.39.0

02 Jul 08:11
29b99f7
Compare
Choose a tag to compare

Added

  • Add directives @createMany, @updateMany and @upsertMany to mutate multiple models at once #2578

Changed

  • Split MutationExecutorDirective into OneModelMutationDirective and ManyModelMutationDirective #2578

v6.38.1

21 Jun 10:13
16ffb6f
Compare
Choose a tag to compare

Fixed

  • Correct decay value calculation in @throttle directive #2573

v6.38.0

19 Jun 10:14
d15b988
Compare
Choose a tag to compare

Added

  • Add option builder to @limit to apply an actual LIMIT clause #2571

v6.37.1

17 Jun 09:00
ea496a2
Compare
Choose a tag to compare

Fixed

  • Eliminate redundant Model::save() calls in nested mutations #2570

v6.37.0

11 Jun 09:59
7f9a6d8
Compare
Choose a tag to compare

Changed

  • Also report instances of GraphQL\Error\Error without previous exceptions in ReportingErrorHandler #2567
  • Report all errors thrown during the execution of async mutations regardless of client-safety #2567