Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 0.12.0 #177

Merged
merged 1 commit into from
Feb 28, 2025
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
7 changes: 0 additions & 7 deletions .changeset/add_quic_helpers.md

This file was deleted.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

### Breaking Changes

#### Separate RHP4 Transports

The SiaMux and QUIC transports are now separated into `go.sia.tech/rhp/v4/siamux` and `go.sia.tech/rhp/v4/quic` packages. Both packages define a `Dial` and `Serve` helper that can be used to either start a transport server or connect to a host using the transport.

### Features

#### Add RPCReplenishAccounts Implementation

Implements RPCReplenishAccounts in the RHP4 client and server enabling clients managing a large number of accounts to fund them quicker

### Fixes

- Fixes an issue where wallet redistributing would fail if the number of outputs created were less than requested
- Fix data race in EphemeralWalletStore.
- Fixed an issue with event confirmations not being correctly unmarshalled
- Increase default max streams from 100 to 1000 for QUIC transport
- Update core to v0.10.2 and mux to v1.4.0

## 0.11.1 (2025-02-10)

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

go 1.23.1

Expand Down