Skip to content

Commit

Permalink
geyser: send task per connection (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Jun 16, 2023
1 parent 092a94f commit b7fa0cd
Show file tree
Hide file tree
Showing 18 changed files with 862 additions and 690 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
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
Loading

0 comments on commit b7fa0cd

Please sign in to comment.