Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
v6.63.1
Fixed
- Use atomic file writes for query cache #2716
v6.63.0
Added
- Add a file based query cache to leverage OPcache for improved performance #2713
Deprecated
- Deprecate command
lighthouse:clear-cache
in favor of lighthouse:clear-schema-cache
#2713
v6.62.3
Fixed
- Allow serializing any
DateTimeInterface
instance in date scalars #2711
v6.62.2
Changed
- Simplify cache configuration access #2706
v6.62.1
Fixed
- Write schema cache to temporary file before atomically updating it #2703
v6.62.0
Changed
- Refresh schema cache lazily when GraphQL requests are made through
MakesGraphQLRequests
#2702
Deprecated
- Deprecate Lumen support #2702
v6.61.1
Fixed
- Improve
@can
directive docs
v6.61.0
Added
- Add option
--sort
to command lighthouse:print-schema
#2696
v6.60.0
Changed
- Allow combining
@lazyLoad
and @paginate
#2695
v6.59.0
Added
- Add method
ASTCache::path()
#2694