Skip to content

Commit

Permalink
1.1.1: Fix bugs on unsubscribe
Browse files Browse the repository at this point in the history
Co-Authored-By: Vladimir Dementyev <dementiev.vm@gmail.com>
  • Loading branch information
Envek and palkan committed Dec 6, 2021
1 parent 94749e2 commit 1ced977
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.1 - 2021-12-06

### Fixed

- Handling of buggy istate values on unsubscribe (when `use_client_provided_uniq_id: false`). [@palkan] [#20](https://github.com/anycable/graphql-anycable/pull/20)
- A bug when `#unsubscribe` happens before `#execute`. [@palkan] [#20](https://github.com/anycable/graphql-anycable/pull/20)

## 1.1.0 - 2021-11-17

### Added
Expand Down Expand Up @@ -142,3 +149,4 @@ Initial version: store subscriptions on redis, re-execute queries in sync. [@Env
[@bibendi]: https://github.com/bibendi "Misha Merkushin"
[@FX-HAO]: https://github.com/FX-HAO "Fuxin Hao"
[@Envek]: https://github.com/Envek "Andrey Novikov"
[@palkan]: https://github.com/palkan "Vladimir Dementyev"
2 changes: 1 addition & 1 deletion lib/graphql/anycable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module GraphQL
module AnyCable
VERSION = "1.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit 1ced977

Please sign in to comment.