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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.20.0 (2025-12-18)

### Breaking Changes

- Add option to add middleware to dialed or accepted QUIC streams.

### Features

- Allow for passing a custom Dialer to the Syncer.
- Renamed SendCheckpoint to RetrieveCheckpoint and now accepts multiple peers.
- Updated bootstrap peers

### Fixes

- Fix double-close of finishCh in parallelSync.
- Syncer: return connected peers first to avoid stale peers in the store.

## 0.19.0 (2025-12-01)

### 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.19.0
module go.sia.tech/coreutils // v0.20.0

go 1.24.0

Expand Down