Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg authored Aug 21, 2024
1 parent 67ac8ff commit 35be455
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,28 @@ all APIs might be changed.

### Bug Fixes

- send graphql-specific ping instead of ws ping frame ([#117](https://github.com/obmarg/graphql-ws-client/pull/117))
- send graphql-specific ping instead of ws ping frame
([#117](https://github.com/obmarg/graphql-ws-client/pull/117))

### Changes

- tidy some things ([#114](https://github.com/obmarg/graphql-ws-client/pull/114))
- Tidied up some documentation ([#114](https://github.com/obmarg/graphql-ws-client/pull/114))
- Handled some clippy lints ([#114](https://github.com/obmarg/graphql-ws-client/pull/114))

### Bug Fixes

- Fixed ping responses not following the graphql-transport-ws protocol
([#116](https://github.com/obmarg/graphql-ws-client/pull/116))
- `graphql-transport-ws` ping messages are now sent, instead of websocket ping
frames, when using the `KeepAliveSettings` ([#117](https://github.com/obmarg/graphql-ws-client/pull/117))
- graphql-transport-ws pings are now responded to with graphql-tranport-ws pongs,
rather than websocket pongs.([#116](https://github.com/obmarg/graphql-ws-client/pull/116))
- Keep alives now send `graphql-transport-ws` ping messages instead of websocket ping
frames ([#117](https://github.com/obmarg/graphql-ws-client/pull/117))

### Contributors

Thanks to the people who contributed to this release:

- @vorporeal
- @szgupta
- @carlocorradini

## v0.10.1 - 2024-06-08

Expand Down

0 comments on commit 35be455

Please sign in to comment.