Skip to content

v1.0.1

Compare
Choose a tag to compare
@enisdenjo enisdenjo released this 26 Aug 17:47
· 802 commits to master since this release

1.0.1 (2020-08-26)

⚠️ Deprecated

Package has been moved from @enisdenjo/graphql-transport-ws to graphql-transport-ws.

Bug Fixes

  • reset connected/connecting state when disconnecting and disposing (2eb3cd5)
  • client: cant read the CloseEvent.reason after bundling so just pass the whole event to the sink error and let the user handle it (9ccb46b)
  • client: send complete message and close only if socket is still open (49b75ce)
  • http and ws have no default exports (5c01ed9)
  • include types file holding important types (f3e4edf)
  • server: scoped execution result formatter from onConnect (f91fadb)
  • export both the client and the server from index (29923b1)
  • server: store the intial request in the context (6927ee0)