github nuwave/lighthouse v4.12.0

latest releases: v6.36.3, v6.36.2, v6.36.1...
4 years ago

Added

  • Add flag --json to print-schema to output JSON instead of GraphQL SDL #1268
  • Add TTL option for subscriptions storage #1284
  • Provide assertion helpers through TestResponseMixin #1308
  • Add scalar DateTimeTz #1311
  • Publish _lighthouse_ide_helper.php with php artisan lighthouse:ide-helper

Fixed

  • Fix nested mutations with multiple belongsTo relations at the same level #1285
  • Avoid race condition that occurs when using Cache::has() #1290
  • Replace usage of resolve() helper with Lumen-compatible app() #1305
  • Fix using @create and @update on nested input object fields that accept an array of input types
    #1316

Changed

  • Remove subscriber reference from topic when deleted #1288
  • Improve subscription context serializer #1283
  • Allow replacing the SubscriptionRegistry implementation using the container #1286
  • Report errors that are not client-safe through Laravel's ExceptionHandler #1303
  • Log in subscribers when broadcasting a subscription update, so that calls to auth()->user() return
    the authenticated user instead of null #1306
  • Replace the subscription broadcast queued event handler with a queued job to allow the queue name to be specified #1301

Don't miss a new lighthouse release

NewReleases is sending notifications on new releases.