-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geyser: send task per connection (#145)
- Loading branch information
Showing
18 changed files
with
862 additions
and
690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
**Note:** Version 0 of Semantic Versioning is handled differently from version 1 and above. | ||
The minor version will be incremented upon a breaking change and the patch version will be incremented for features. | ||
|
||
## [Unreleased] | ||
|
||
### Features | ||
|
||
### Fixes | ||
|
||
### Breaking | ||
|
||
## [yellowstone-grpc-proto-1.3.0+solana.1.15.2] - 2023-06-15 | ||
|
||
### Features | ||
|
||
- geyser: Update `tonic`, `0.8.2` => `0.9.2` ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
|
||
### Fixes | ||
|
||
### Breaking | ||
|
||
## [yellowstone-grpc-client-1.3.0+solana.1.15.2] - 2023-06-15 | ||
|
||
### Features | ||
|
||
- geyser: Update `tonic`, `0.8.2` => `0.9.2` ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
- geyser: Add methods `health_check` and `health_watch` ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
|
||
### Fixes | ||
|
||
### Breaking | ||
|
||
## [yellowstone-grpc-geyser-0.8.2+solana.1.15.2] - 2023-06-15 | ||
|
||
### Features | ||
|
||
- geyser: Add prometheus metric `message_queue_size` ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
- geyser: Update `tonic`, `0.8.2` => `0.9.2` ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
- geyser: Send task per connection ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
- geyser: Send processed immediately without `Slot` message ([#145](https://github.com/rpcpool/yellowstone-grpc/pull/145)). | ||
|
||
### Fixes | ||
|
||
### Breaking |
Oops, something went wrong.