Skip to content

Commit

Permalink
1.1.4: Fix deprecation warning for use_client_provided_uniq_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jul 28, 2022
1 parent 704b1f3 commit 0cff4fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 1.1.4 - 2022-07-28

- Fix deprecation warning about using client-side channel ids shown even if deprecated functionality was disabled in application code (not via config file or environment variable). [@gsamokovarov] ([#26](https://github.com/anycable/graphql-anycable/pull/26))

However, now deprecation warning won't be shown if graphql-anycable is used not in Ruby on Rails application.

## 1.1.3 - 2022-03-11

### Changed
Expand Down
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.3"
VERSION = "1.1.4"
end
end

0 comments on commit 0cff4fb

Please sign in to comment.