Added
- Add flag
--json
toprint-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
withphp 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-compatibleapp()
#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 ofnull
#1306 - Replace the subscription broadcast queued event handler with a queued job to allow the queue name to be specified #1301