Skip to content
Open
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

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reduced_host_sector_hashing_in_rpcwritesector.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update_mux_to_v151.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.22.1 (2026-06-23)

### Fixes

- Add MaxInflightRPCsPerSubnet - a per-subnet limit on concurrent inbound RPCS
- enforce reorg path length limit inside reorgPath
- Only set default timeout in openStream when the context has no deadline and handle context deadlines via goroutine.
- Reduced host sector hashing in RPCWriteSector.
- Update mux to v1.5.1.

## 0.22.0 (2026-05-12)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/coreutils // v0.22.0
module go.sia.tech/coreutils // v0.22.1

go 1.26.0

Expand Down