Skip to content

Commit

Permalink
Add missing CHANGELOG entries [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed May 7, 2024
1 parent 048e8c2 commit 60b60ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 1.2.0 - 2024-05-07

### Added

- Stats collection about subscriptions, channels, etc via `GraphQL::AnyCable.stats`. [@prog-supdex] ([#37](https://github.com/anycable/graphql-anycable/pull/37))

See [Stats](https://github.com/anycable/graphql-anycable?tab=readme-ov-file#stats) section in README for details.

- Configuration option `redis_prefix` for namespacing Redis keys. [@prog-supdex] ([#36](https://github.com/anycable/graphql-anycable/pull/36))

### Changed

- Depend on `anycable-core` gem instead of `anycable`.
Expand Down Expand Up @@ -197,6 +205,9 @@ Technical release to test publishing via GitHub Actions.

Initial version: store subscriptions on redis, re-execute queries in sync. [@Envek]

[@prog-supdex]: https://github.com/prog-supdex "Igor Platonov"
[@ilyasgaraev]: https://github.com/ilyasgaraev "Ilyas Garaev"
[@smasry]: https://github.com/smasry "Samer Masry"
[@gsamokovarov]: https://github.com/gsamokovarov "Genadi Samokovarov"
[@bibendi]: https://github.com/bibendi "Misha Merkushin"
[@FX-HAO]: https://github.com/FX-HAO "Fuxin Hao"
Expand Down

0 comments on commit 60b60ca

Please sign in to comment.