Skip to content

Commit

Permalink
chore: prepare release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2025
1 parent 4548986 commit 681f653
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .changeset/add_quic_support.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/implement_rpcreplenish.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.1.0 (2025-02-28)

### Features

#### Add QUIC support

Adds QUIC transport support in RHP4, enabling Sia network access through web browsers. This update also simplifies cross-language development by using a standard protocol.

#### Add support for RPCReplenish

Adds support RPCReplenish, simplifying management for renters with a large number of accounts.

### Fixes

- Fixed broken API client consensus methods

## 2.0.4 (2025-02-24)

### Fixes
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.0.4
module go.sia.tech/hostd // v2.1.0

go 1.23.1

Expand Down

0 comments on commit 681f653

Please sign in to comment.