Skip to content

Commit

Permalink
v1.16: proto: add optional field ping to SubscribeRequest (backpo…
Browse files Browse the repository at this point in the history
…rt of #227) (#229)

(cherry picked from commit 7bd3596)

Co-authored-by: Kirill Fomichev <[email protected]>
  • Loading branch information
mergify[bot] and fanatid authored Oct 31, 2023
1 parent 4af74ea commit 928b648
Show file tree
Hide file tree
Showing 13 changed files with 736 additions and 503 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- geyser: trigger end of startup when parent slot 0 seen in `update_slot_status` notification because `notify_end_of_startup` is not triggered when cluster started from genesis ([#207](https://github.com/rpcpool/yellowstone-grpc/pull/207))
- tools: correctly handle SIGINT in kafka ([#219](https://github.com/rpcpool/yellowstone-grpc/pull/219))
- geyser: use Ordering::Relaxed instead of SeqCst ([#221](https://github.com/rpcpool/yellowstone-grpc/pull/221))
- proto: add optional field `ping` to `SubscribeRequest` ([#227](https://github.com/rpcpool/yellowstone-grpc/pull/227))

### Features

Expand Down
Loading

0 comments on commit 928b648

Please sign in to comment.