Skip to content

Releases: enisdenjo/graphql-ws

v4.2.2

17 Mar 15:03
Compare
Choose a tag to compare

4.2.2 (2021-03-17)

Bug Fixes

  • server: return instead of break at switch case ends (e9447e4), closes #140

v4.2.1

11 Mar 13:34
Compare
Choose a tag to compare

4.2.1 (2021-03-11)

Bug Fixes

  • client: New error event listener for handling connection errors (#136) (127b69f), closes #135

v4.2.0

25 Feb 13:32
Compare
Choose a tag to compare

4.2.0 (2021-02-25)

Bug Fixes

  • Only UMD build has side effects (66ed43f)

Features

  • client: isFatalConnectionProblem option for deciding if the connect error should be immediately reported or the connection retried (#126) (8115871), closes #122

v4.1.6

18 Feb 11:37
Compare
Choose a tag to compare

4.1.6 (2021-02-18)

Bug Fixes

v4.1.5

12 Feb 15:55
Compare
Choose a tag to compare

4.1.5 (2021-02-12)

Bug Fixes

  • Main entrypoint in exports is just "." (8f70b02)

v4.1.4

12 Feb 13:54
Compare
Choose a tag to compare

4.1.4 (2021-02-12)

Bug Fixes

  • Define entry points through the exports field and use .mjs suffixed ESM imports (#110) (4196238)

v4.1.3

08 Feb 18:47
Compare
Choose a tag to compare

4.1.3 (2021-02-08)

Bug Fixes

  • client: Should emit closed event when disposing (5800de8), closes #108
  • client: Shouldn’t send the Complete message if socket is not open (cd12024)

v4.1.2

24 Jan 21:35
Compare
Choose a tag to compare

4.1.2 (2021-01-24)

Bug Fixes

v4.1.1

19 Jan 19:14
Compare
Choose a tag to compare

4.1.1 (2021-01-19)

Bug Fixes

  • client: Export relevant elements from the browser bundle (b106dbe), closes #97
  • client: Wait for server acknowledgement indefinitely (a4bd602), closes #98

v4.1.0

13 Jan 10:28
Compare
Choose a tag to compare

4.1.0 (2021-01-13)

Bug Fixes

  • server: onDisconnect is called exclusively if the connection is acknowledged (33ed5f2)

Features

  • server: Add onClose callback for closures at any point in time (dd0d4fa)