- Pass WebSocketRequest to onSubscribe to support reading HTTP headers when creating a subscription
0.2.4
- Server reports back an error on an unparsable client message - Server reports back an error on an unsupported client message type - Fix intermittent failure in timeout test case - Standardize server and client errors handling to always create an array of errors with a message property
0.2.3
- update `graphql` dependency to 0.9.0
0.2.2
- made `graphql` a peer dependency and updated it to 0.8.2
0.2.1
- Fixed a bug that caused subscriptions without operationName to fail