Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.14+qn"
".": "0.3.0+qn"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0+qn](https://github.com/quiknode-labs/shredstream-proxy/compare/v0.2.14+qn...v0.3.0+qn) (2026-06-12)


### Features

* measure first-seen vs duplicate-arrival lag per source pair (dup_lag) ([eda6120](https://github.com/quiknode-labs/shredstream-proxy/commit/eda61208228e2b227327024d64f1e4409b8eb31f))
* measure first-seen vs duplicate-arrival lag per source pair (dup_lag) ([27ddabf](https://github.com/quiknode-labs/shredstream-proxy/commit/27ddabf26a7ec1f157a80501b28923a25fcacc53))


### Bug Fixes

* harden dup_lag rotation against idle gaps and concurrent first-seen ([47a51b2](https://github.com/quiknode-labs/shredstream-proxy/commit/47a51b2eecffb4640cbee78c76ea80feca8fe352))
* make dup_lag shard flip exclusive against observers ([d9e75a6](https://github.com/quiknode-labs/shredstream-proxy/commit/d9e75a6747ab75c0807667c324b4059af1e23d07))
* rotate dup_lag shards on every arrival, not only sampled ones ([e7f3945](https://github.com/quiknode-labs/shredstream-proxy/commit/e7f394546c4f08c7fb6c89842e4c97e628a7014a))

## [0.2.14+qn](https://github.com/quiknode-labs/shredstream-proxy/compare/v0.2.13+qn...v0.2.14+qn) (2026-05-29)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["examples", "jito_protos", "proxy"]
resolver = "2"

[workspace.package]
version = "0.2.14+qn" # x-release-please-version
version = "0.3.0+qn" # x-release-please-version
description = "Fast path to receive shreds from Jito, forwarding to local consumers. See https://docs.jito.wtf/lowlatencytxnfeed/ for details."
authors = ["Jito Team <team@jito.wtf>"]
homepage = "https://jito.wtf/"
Expand Down
Loading