Skip to content

Releases: enisdenjo/graphql-ws

v5.11.2

21 Sep 19:44

Choose a tag to compare

5.11.2 (2022-09-21)

Bug Fixes

  • Reorder types paths in package.json for better import resolution (#406) (37263c5)

v5.11.1

16 Sep 15:19

Choose a tag to compare

5.11.1 (2022-09-16)

Bug Fixes

  • server: Shouldn't send a complete message if client sent it (331fe47), closes #403

v5.11.0

16 Sep 12:14

Choose a tag to compare

5.11.0 (2022-09-16)

Features

  • client: Provide subscribe payload in generateID (d0bc6e1), closes #398

v5.10.2

12 Sep 17:35

Choose a tag to compare

5.10.2 (2022-09-12)

Performance Improvements

v5.10.1

19 Aug 13:46

Choose a tag to compare

5.10.1 (2022-08-19)

Bug Fixes

  • client: Debounce close by lazyCloseTimeout (c332837), closes #388

v5.10.0

09 Aug 15:12

Choose a tag to compare

5.10.0 (2022-08-09)

Features

v5.9.1

01 Jul 11:07

Choose a tag to compare

5.9.1 (2022-07-01)

Bug Fixes

  • Add types path to package.json exports (#375) (9f394d7)

v5.9.0

09 Jun 15:18

Choose a tag to compare

5.9.0 (2022-06-09)

Features

  • Descriptive invalid message errors (b46379e), closes #366

v5.8.2

12 May 15:13

Choose a tag to compare

5.8.2 (2022-05-12)

Bug Fixes

  • server: Should clean up subscription reservations on abrupt errors without relying on connection close (611c223)

v5.8.1

25 Apr 13:29

Choose a tag to compare

5.8.1 (2022-04-25)

Bug Fixes

  • client: isFatalConnectionProblem defaults to undefined for using shouldRetry (9d5c573)