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/use_new_contract_not_found_error.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.8.0 (2026-04-08)

### Features

- Contract renewals and refreshes are now constant time and do not need duplicate sector roots
- Graceful shutdown of RHP4 server via defer .Close()

### Fixes

- Fixes a mismatch between the announced address of the host and the address displayed in the UI for hosts that had a different address before the hardfork.
- Use new contract not found error

## 2.7.0 (2026-03-02)

### Features
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/hostd/v2 // v2.7.0
module go.sia.tech/hostd/v2 // v2.8.0

go 1.26.0

Expand Down
Loading