Skip to content

Comments

chore(deps): update module go.sia.tech/renterd/v2 to v2.8.1#1184

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/go.sia.tech-renterd-v2-2.x
Open

chore(deps): update module go.sia.tech/renterd/v2 to v2.8.1#1184
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/go.sia.tech-renterd-v2-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.sia.tech/renterd/v2 v2.4.0v2.8.1 age adoption passing confidence

Release Notes

SiaFoundation/renterd (go.sia.tech/renterd/v2)

v2.8.1

Compare Source

Fixes

  • Fixed instant sync in SQLite causing crashes.

v2.8.0

Compare Source

Features

Add support for instant syncing

New users can sync instantly using renterd --instant. When instant syncing, the renterd node initializes using a Utreexo-based checkpoint and can immediately validate blocks from that point forward without replaying the whole chain state. The state is extremely compact and committed in block headers, making this initialization both quick and secure.

Learn more

The wallet is required to only have v2 history to use instant syncing.

Fixes

  • Reduce memory pressure when fetching contract roots for pruning.
  • Update core dependency to v0.19.0 and coreutils dependency v0.20.0.

v2.7.1

Compare Source

Fixes

  • Reset chain state if consensus.db was deleted.
  • Upgrade core to v0.18.0 and coreutils to v0.18.6

v2.7.0

Compare Source

Features
  • Make per-sector upload timeout configurable.
Fixes
  • Remove requirement of 64 byte alignment for client side encryption.
  • Score hosts according to host's protocol version.

v2.6.0

Compare Source

Features
  • Add 'Minimum' option to wallet redistribution endpoint.
  • Added [GET] /pinned/*key to retrieve the raw object metadata suitable for downloading using external tools.
  • Rebroadcast transactions periodically
Fixes
  • Avoid marking contract as 'bad' if renew/refresh fails for non-host-related reasons.
  • Fix failure to unmarhsal protocol version in host settings.
  • Fix race when broadcasting contract revisions and resolutions.
  • Increase funding for contracts.
  • Increase value of redistributed UTXOs.
  • Make sure that SlowThreshold can't be set to 0.
  • Perform sector write and append with single siamux transport.

v2.5.0

Compare Source

Features
  • Remove legacy RHP2 and RHP3 code
  • Renamed blockchain.db to consensus.db and moved it out of the consensus subdirectory
Fixes
  • Broadcast formation set to peers
  • Broadcast maintenance transactions
  • Configure MaxDefragUTXOs on the wallet to ensure we don't defrag as often.
  • Only broadcast contract revisions for active contracts
  • Reduced locked utxo expiry from 24 hours to 3 hours.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/gabriel-vasile/mimetype v1.4.12 -> v1.4.13
go.sia.tech/core v0.14.1 -> v0.19.1-0.20251215141429-887336e35dd9
go.sia.tech/coreutils v0.16.5 -> v0.20.1
go.sia.tech/jape v0.14.0 -> v0.14.1
github.com/gotd/contrib v0.21.0 -> v0.21.1
github.com/klauspost/cpuid/v2 v2.2.11 -> v2.3.0
github.com/klauspost/reedsolomon v1.12.4 -> v1.13.0
github.com/mattn/go-sqlite3 v1.14.28 -> v1.14.33

@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: 0e82658

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/go.sia.tech-renterd-v2-2.x branch 3 times, most recently from 8dc0506 to d34f7b3 Compare December 22, 2025 14:12
@renovate renovate bot force-pushed the renovate/go.sia.tech-renterd-v2-2.x branch 2 times, most recently from 8b168fc to 0e82658 Compare December 30, 2025 20:51
@renovate renovate bot force-pushed the renovate/go.sia.tech-renterd-v2-2.x branch 2 times, most recently from 8c952bf to 0d47e89 Compare February 5, 2026 14:02
@renovate renovate bot changed the title chore(deps): update module go.sia.tech/renterd/v2 to v2.7.1 chore(deps): update module go.sia.tech/renterd/v2 to v2.8.0 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/go.sia.tech-renterd-v2-2.x branch from 0d47e89 to e7e34d6 Compare February 7, 2026 00:38
@renovate renovate bot changed the title chore(deps): update module go.sia.tech/renterd/v2 to v2.8.0 chore(deps): update module go.sia.tech/renterd/v2 to v2.8.1 Feb 7, 2026
@renovate renovate bot force-pushed the renovate/go.sia.tech-renterd-v2-2.x branch from e7e34d6 to 8b659e6 Compare February 12, 2026 10:11
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