Enisdenjo Graphql Ws Versions Save

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.

v5.11.3

1 year ago

5.11.3 (2023-02-01)

Bug Fixes

  • ws,uWebSockets,@fastify/websocket: Handle internal errors that are not instances of Error (#442) (9884889), closes #441

v5.11.2

1 year ago

5.11.2 (2022-09-21)

Bug Fixes

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

v5.11.1

1 year ago

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

1 year ago

5.11.0 (2022-09-16)

Features

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

v5.10.2

1 year ago

5.10.2 (2022-09-12)

Performance Improvements

v5.10.1

1 year ago

5.10.1 (2022-08-19)

Bug Fixes

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

v5.10.0

1 year ago

5.10.0 (2022-08-09)

Features

v5.9.1

1 year ago

5.9.1 (2022-07-01)

Bug Fixes

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

v5.9.0

1 year ago

5.9.0 (2022-06-09)

Features

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

v5.8.2

2 years ago

5.8.2 (2022-05-12)

Bug Fixes

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