From 134da650c405e37586653287587fa2c3f1b4e3ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:10:06 +0000 Subject: [PATCH] chore(main-qn): release 0.3.0+qn --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7c0bab..5f19ca5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.14+qn" + ".": "0.3.0+qn" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51f82c3..72949b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index c952439..a274846 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2746,7 +2746,7 @@ dependencies = [ [[package]] name = "jito-protos" -version = "0.2.14+qn" +version = "0.3.0+qn" dependencies = [ "prost 0.13.5", "prost-types 0.13.5", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "jito-shredstream-proxy" -version = "0.2.14+qn" +version = "0.3.0+qn" dependencies = [ "ahash 0.8.11", "arc-swap", diff --git a/Cargo.toml b/Cargo.toml index 2f07c72..c152eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] homepage = "https://jito.wtf/"