Releases: nuwave/lighthouse
Releases · nuwave/lighthouse
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
v6.58.0
Changed
- Expose original resolver errors in
@can*
directives instead of always wrapping them #2686
v6.57.1
Changed
- Use exclusive lock when writing the parsed schema to a file in
ASTCache
#2685