Skip to content

Releases: brightalley/lighthouse-apollo

Version 3.0

04 Aug 11:54
04d2e67
Compare
Choose a tag to compare
Merge pull request #10 from pyrou/patch-5

Support Lighthouse 6. New Major release. Not backwards compatible with Lighthouse 5.

Version 2.5

14 Mar 09:48
9b462f7
Compare
Choose a tag to compare

Version 2.4

22 Jun 08:33
8db6c42
Compare
Choose a tag to compare

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

06 May 09:32
Compare
Choose a tag to compare

Correctly identify operation names for subscriptions.

Full Changelog: v2.3...v2.3.1

Version 2.3

22 Apr 15:58
Compare
Choose a tag to compare

Add support for field reference counting.

Full Changelog: v2.2.2...v2.3

Version 2.2.2

21 Apr 17:21
Compare
Choose a tag to compare

Added support for sending tracings with multiple root fields.

Full Changelog: v2.2.1...v2.2.2

Version 2.2.1

16 Mar 15:45
Compare
Choose a tag to compare

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

21 Feb 11:26
b0cc73c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.2

Version 2.1

20 Jan 13:55
Compare
Choose a tag to compare

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

16 Nov 14:19
Compare
Choose a tag to compare

Avoid connecting to Redis even when not using Redis. Like in version 1.5.4, but in the ManipulateResultListener.