9.3.0 (2026-09-15)
Release Type: ✅ OPTIONAL
DB Migration: ⚠️ Yes — see below
docker pull ghcr.io/hirosystems/stacks-blockchain-api:9.3.0
This major release introduces a new endpoint:
/extended/v3/staking/cycles/:cycle_number- get staking summary for PoX cycle (#2678)
It also removes obsolete microblock support completely and adds bug fixes for URL param length, PoX cycle treatment, serialized post conditions, etc. and updates some dependencies. An automatic DB migration will run to service a few of these fixes. Estimated migration downtime: 0-2 minutes.
What's Changed
- chore(client): update dependencies and move types to devDependencies by @pradel in #2661
- chore: remove microblock ingestion and unanchored data support by @rafa-stacks in #2667
- chore(deps): bump brace-expansion in /client by @dependabot[bot] in #2668
- chore(deps-dev): bump js-yaml from 4.3.1 to 4.3.2 by @dependabot[bot] in #2669
- chore(deps-dev): bump svgo from 2.8.3 to 2.8.4 in /client by @dependabot[bot] in #2670
- chore: remove dead replay mode, env vars, exports and test-only datastore code; update README by @rafa-stacks in #2671
- fix: serialize post_condition_mode on v3 transaction responses by @rafa-stacks in #2672
- fix: pox-5 stx lock roll-overs by @rafa-stacks in #2673
- fix: create new chainTipWithBurnchainTip cache handler by @rafa-stacks in #2675
- fix: raise router max URL param length by @rafa-stacks in #2676
- feat: establish PoX cycle constants on the writer and persist them on pox_state by @rafa-stacks in #2677
- feat: add staking cycle endpoint and tip-based cycle selectors by @rafa-stacks in #2678
- feat: add calculation height and reward cycle to bond distribution events by @rafa-stacks in #2679
- ci: update release flow so tag is created on release publish by @rafa-stacks in #2680
- fix: in-progress cycle's staked stx at the cycle start by @rafa-stacks in #2682
- merge next into main by @rafa-stacks in #2681
- chore(release): 9.3.0 by @rafa-stacks in #2683
- ci: create git tag locally for build metadata by @rafa-stacks in #2684
Full Changelog: v9.2.0...v9.3.0