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 2.1.0 #614

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore: prepare release 2.1.0 #614

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 25, 2025

This PR was created automatically. Merging it will finalize the changelog for 2.1.0

Features

  • The RHP4 port can now be set using the -rhp4 flag.
  • Added Prometheus support to [GET] /syncer/peers

Add endpoints for querying V2 contracts

Adds two new endpoints for querying V2 contracts

[GET] /v2/contracts/:id

Returns a single V2 contract by its ID

[POST] /v2/contracts

Queries a list of contracts with optional filtering

Example request body

{
  "statuses": [],
  "contractIDs": [],
  "renewedFrom": [],
  "renewedTo": [],
  "renterKey": [],
  "minNegotiationHeight": 0,
  "maxNegotiationHeight": 0,
  "minExpirationHeight": 0,
  "maxExpirationHeight": 0,
  "limit": 0,
  "offset": 0,
  "sortField": "",
  "sortDesc": false
}

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

  • Combine update and select query when pruning sectors to force usage of exclusive database transaction
  • Fixed broken API client consensus methods
  • Fix JSON field names for V2Contract type
  • Fixed an issue with v2 contract sector roots not being reloaded
  • Reduced migration time for large mostly empty volumes
  • Update module path to go.sia.tech/hostd/v2

@github-actions github-actions bot force-pushed the release branch 7 times, most recently from dc86ba1 to e27d368 Compare March 4, 2025 09:22
@github-actions github-actions bot force-pushed the release branch 6 times, most recently from 34e7564 to 766108c Compare March 18, 2025 00:04
@github-actions github-actions bot force-pushed the release branch 5 times, most recently from 99f8ade to da6d441 Compare March 27, 2025 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants