Releases: brightalley/lighthouse-apollo
Version 3.0
Merge pull request #10 from pyrou/patch-5 Support Lighthouse 6. New Major release. Not backwards compatible with Lighthouse 5.
Version 2.5
Version 2.4
What's Changed
- Bump git-php to 4.x, as 3.x contains a security vulnerability by @MaartenStaa in #8
Full Changelog: v2.3.1...v2.4
Version 2.3.1
Correctly identify operation names for subscriptions.
Full Changelog: v2.3...v2.3.1
Version 2.3
Add support for field reference counting.
Full Changelog: v2.2.2...v2.3
Version 2.2.2
Added support for sending tracings with multiple root fields.
Full Changelog: v2.2.1...v2.2.2
Version 2.2.1
Send external version of schema string to Apollo Studio rather than the internal version, which also includes (e.g.) server-side only directives.
Full Changelog: v2.2...v2.2.1
Version 2.2
Version 2.1
Fix possible error when root node is missing in the tracing from Lighthouse
Update the Protobuf schema from Apollo, and adjust usage. Note: If you're implementing your own ClientInformationExtractor
, you may remove the getClientAddress
method as it's no longer used.
Experimental support for PHP 8.1.
Version 2.0.1
Avoid connecting to Redis even when not using Redis. Like in version 1.5.4
, but in the ManipulateResultListener
.