Skip to content

Commit

Permalink
js-1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 3, 2020
1 parent ef8640e commit 0d92cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions javascript_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# graphql-ruby-client

## 1.7.12

- Ably: Add `rewind:` config so messages aren't lost between subscribe and registration of listener. #3210
- Ably: Fix race condition where error was raised before the channel was available. #3210

## 1.7.11 (15 June 2020)

- Ably: Improve channel state handling in case the initial subscription result contains errors #2993
Expand Down
2 changes: 1 addition & 1 deletion javascript_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-ruby-client",
"version": "1.7.11",
"version": "1.7.12",
"description": "JavaScript client for graphql-ruby",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0d92cc0

Please sign in to comment.