Skip to content

Commit d6c73f9

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2022-08-03) ### Features * add basic `graphql-transport-ws` protocol handler ([f25bb73](f25bb73)) * add basic GraphQL over websocket client ([ec4d9d8](ec4d9d8)) * add resolving `graphql-transport-ws` message ([5a07f60](5a07f60)) * add validation for http over websocket request ([56550ec](56550ec)) * add validation for message data ([79c44e0](79c44e0)) * export `createClient` and `Client` types ([f16dcda](f16dcda)) * export `createHandler` that manage request for GraphQL over websocket ([fd00a0d](fd00a0d))
1 parent e6394db commit d6c73f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 1.0.0-beta.1 (2022-08-03)
2+
3+
4+
### Features
5+
6+
* add basic `graphql-transport-ws` protocol handler ([f25bb73](https://github.com/TomokiMiyauci/graphql-websocket/commit/f25bb7365567a0c24d0066792ae670e709d96f27))
7+
* add basic GraphQL over websocket client ([ec4d9d8](https://github.com/TomokiMiyauci/graphql-websocket/commit/ec4d9d83dfa88dd4a1bde284a57e06c78d2eda6d))
8+
* add resolving `graphql-transport-ws` message ([5a07f60](https://github.com/TomokiMiyauci/graphql-websocket/commit/5a07f6012b8dcb25da01bb39e767e183938d3a37))
9+
* add validation for http over websocket request ([56550ec](https://github.com/TomokiMiyauci/graphql-websocket/commit/56550ec6838a6af8a7a6c19c026e232952b7581c))
10+
* add validation for message data ([79c44e0](https://github.com/TomokiMiyauci/graphql-websocket/commit/79c44e00aeb54766ef6832b0767f50e17a967e39))
11+
* export `createClient` and `Client` types ([f16dcda](https://github.com/TomokiMiyauci/graphql-websocket/commit/f16dcdaef9b83bab2f99791d8b7bcc6928b9bad5))
12+
* export `createHandler` that manage request for GraphQL over websocket ([fd00a0d](https://github.com/TomokiMiyauci/graphql-websocket/commit/fd00a0dfea60e1d704239954594e8a67378a2e20))

0 commit comments

Comments
 (0)