Skip to content

Releases: SiaFoundation/hostd

v2.3.5

01 Jul 23:12
v2.3.5
c51106d

Choose a tag to compare

Fixes

  • Fix SQL error when fetching accounts.
  • Prevent volume writes during shutdown.
  • Reintroduce db transaction retries for 'database is locked' errors

v2.3.4

25 Jun 22:40
v2.3.4
a26aba2

Choose a tag to compare

Fixes

  • Don't log error when testing connection fails on shutdown
  • Remove unused Explorer interface
  • Reset chain state when bootstrapping.

v2.3.3

20 Jun 04:43
v2.3.3
2b0c2fd

Choose a tag to compare

Fixes

  • Prevent new v1 contracts from being formed post hardfork activation.
  • Prevent revising rejected contracts.

v2.3.2

17 Jun 15:54
v2.3.2
6926cf1

Choose a tag to compare

Fixes

  • Fix error reverting successful v1 contracts
  • Fixed an issue reverting renewed v2 contracts.
  • Add default QUIC listener if not specified in config.
  • Update coreutils to v0.16.2 and core to v0.13.2

v2.3.2-beta.4

16 Jun 19:20
v2.3.2-beta.4
9bdfd13

Choose a tag to compare

v2.3.2-beta.4 Pre-release
Pre-release

Fixes

  • Fix error reverting successful v1 contracts
  • Fixed an issue reverting renewed v2 contracts.
  • Add default QUIC listener if not specified in config.
  • Update coreutils to v0.16.1 and core to v0.13.2

v2.3.2-beta.3

15 Jun 18:43
v2.3.2-beta.3
a1ac83e

Choose a tag to compare

v2.3.2-beta.3 Pre-release
Pre-release

Fixes

  • Fixed an issue reverting renewed v2 contracts.
  • Add default QUIC listener if not specified in config.
  • Update coreutils to v0.16.1 and core to v0.13.2

v2.3.2-beta.1

14 Jun 16:35
v2.3.2-beta.1
dd3589a

Choose a tag to compare

v2.3.2-beta.1 Pre-release
Pre-release
v2.3.2-beta.1

v2.3.1

12 Jun 23:40
v2.3.1
26c3813

Choose a tag to compare

Fixes

  • Fixed a panic when the explorer is disabled.
  • Fixed an issue with nomad reissuing certificates on startup.
  • Return error message from forex API

v2.3.0

07 Jun 19:31
v2.3.0
8e48cb6

Choose a tag to compare

Features

Add nomad Certificates

Adds nomad as an experimental zero-config TLS Certificate provider for Sia hosts. nomad is run by the Sia Foundation to reduce friction of setting up a storage provider that supports WebTransport in browsers.

Add nomad automatic certificate generation

Optionally uses the Sia Foundation's nomad service to generate a *.sia.host TLS certificate to support the WebTransport protocol in browsers.

Fixes

  • Added fallback support for wildcard certificates.
  • Fixed a panic when updating contract formation proofs.
  • Fixed an issue with concurrent map access with webhook broadcasts.
  • Updated coreutils to v0.16.1

v2.2.3

29 May 23:14
v2.2.3
f5c2062

Choose a tag to compare

Fixes

  • Include QUIC in host announcement if configured.
  • Update core to v0.13.1 and coreutils to v0.15.2
  • Use WindowEnd instead of WindowStart when checking if the renter attempts to form a contract too close to the v2 require height (RHP2).
  • Use WindowEnd instead of WindowStart when checking if the renter attempts to form a contract too close to the v2 require height.
  • Fixed version update spam.