Skip to content

Releases: enisdenjo/graphql-sse

v1.2.5

17 Jul 15:25
Compare
Choose a tag to compare

1.2.5 (2022-07-17)

Bug Fixes

  • client: Leverage active streams for reliable network error retries (607b468)

v1.2.4

01 Jul 11:08
Compare
Choose a tag to compare

1.2.4 (2022-07-01)

Bug Fixes

  • Add types path to package.json exports (44f95b6)

v1.2.3

13 Jun 14:58
Compare
Choose a tag to compare

1.2.3 (2022-06-13)

Bug Fixes

  • client: Retry if connection is closed while having active streams (83a0178), closes #28

v1.2.2

09 Jun 11:19
Compare
Choose a tag to compare

1.2.2 (2022-06-09)

Bug Fixes

  • client: Network errors during event emission contain the keyword "stream" in Firefox (054f16b)

v1.2.1

09 Jun 10:59
Compare
Choose a tag to compare

1.2.1 (2022-06-09)

Bug Fixes

  • client: Retry network errors even if they occur during event emission (489b1b0), closes #27

Performance Improvements

  • client: Avoid recreating result variables when reading the response stream (16f6a6c)

v1.2.0

14 Apr 17:40
Compare
Choose a tag to compare

1.2.0 (2022-04-14)

Bug Fixes

  • client: TypeScript generic for ensuring proper arguments when using "single connection mode" (be2ae7d)

Features

  • client: Inspect incoming messages through ClientOptions.onMessage (496e74b), closes #20

v1.1.0

09 Mar 11:06
Compare
Choose a tag to compare

1.1.0 (2022-03-09)

Features

  • client: Add credentials property for requests (79d0266)
  • client: Add lazyCloseTimeout as a close timeout after last operation completes (16e5e31), closes #17

v1.0.6

18 Nov 17:00
Compare
Choose a tag to compare

1.0.6 (2021-11-18)

Bug Fixes

  • client: Avoid bundling DOM types, have the implementor supply his own Response type (98780c0)
  • handler: Support generics for requests and responses (9ab10c0)

v1.0.5

02 Nov 11:49
Compare
Choose a tag to compare

1.0.5 (2021-11-02)

Bug Fixes

  • client: Should not call complete after subscription error (d8b7634)
  • handler: Use 3rd body argument only if is object or string (2062579)

v1.0.4

08 Sep 21:45
Compare
Choose a tag to compare

1.0.4 (2021-09-08)

Bug Fixes

  • Define graphql execution results (89da803)
  • server: Operation result can be async generator or iterable (24b6078)