From fe202975859a263990d6503dffb795b837836d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:37:43 +0000 Subject: [PATCH] chore: prepare release 0.21.0 --- ..._for_integrators_rather_than_a_passive_option.md | 7 ------- ...ldelivery_when_listening_for_quic_connections.md | 5 ----- ...ther_than_bytesbuffer_in_handlerpcwritesector.md | 5 ----- CHANGELOG.md | 13 +++++++++++++ go.mod | 2 +- 5 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 .changeset/change_block_pruning_to_an_active_decision_for_integrators_rather_than_a_passive_option.md delete mode 100644 .changeset/enable_streamresetpartialdelivery_when_listening_for_quic_connections.md delete mode 100644 .changeset/use_custom_sectorbuffer_rather_than_bytesbuffer_in_handlerpcwritesector.md diff --git a/.changeset/change_block_pruning_to_an_active_decision_for_integrators_rather_than_a_passive_option.md b/.changeset/change_block_pruning_to_an_active_decision_for_integrators_rather_than_a_passive_option.md deleted file mode 100644 index 16c52f2..0000000 --- a/.changeset/change_block_pruning_to_an_active_decision_for_integrators_rather_than_a_passive_option.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -default: major ---- - -# Changed block pruning to an active decision for integrators rather than a passive option - -This fixes a race condition on some nodes when chain subscribers are slow where blocks would be removed from the store before they could be indexed. diff --git a/.changeset/enable_streamresetpartialdelivery_when_listening_for_quic_connections.md b/.changeset/enable_streamresetpartialdelivery_when_listening_for_quic_connections.md deleted file mode 100644 index 2bfc2cf..0000000 --- a/.changeset/enable_streamresetpartialdelivery_when_listening_for_quic_connections.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Enable StreamResetPartialDelivery when listening for QUIC connections. diff --git a/.changeset/use_custom_sectorbuffer_rather_than_bytesbuffer_in_handlerpcwritesector.md b/.changeset/use_custom_sectorbuffer_rather_than_bytesbuffer_in_handlerpcwritesector.md deleted file mode 100644 index e627219..0000000 --- a/.changeset/use_custom_sectorbuffer_rather_than_bytesbuffer_in_handlerpcwritesector.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Use custom sectorBuffer rather than bytes.Buffer in handleRPCWriteSector. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d33a03..0503a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.21.0 (2026-02-04) + +### Breaking Changes + +#### Changed block pruning to an active decision for integrators rather than a passive option + +This fixes a race condition on some nodes when chain subscribers are slow where blocks would be removed from the store before they could be indexed. + +### Fixes + +- Enable StreamResetPartialDelivery when listening for QUIC connections. +- Use custom sectorBuffer rather than bytes.Buffer in handleRPCWriteSector. + ## 0.20.1 (2026-01-05) ### Fixes diff --git a/go.mod b/go.mod index f0d97a3..8c81b68 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/coreutils // v0.20.1 +module go.sia.tech/coreutils // v0.21.0 go 1.24.0