Skip to content

Releases: SiaFoundation/hostd

v1.0.1-beta.2

07 Jan 03:08
v1.0.1-beta.2
4721312
Compare
Choose a tag to compare
v1.0.1-beta.2 Pre-release
Pre-release

Added

  • Automatically open browser after startup is complete (#251, #252)
  • Added additional parameters for configuring logs (#253)

Changed

  • Make rescan logging clearer (#249)
  • Validate net address when updating settings (#254)
  • Disabled the announce button unless the Address has changed (#262)

Fixed

  • Pre-validate auto announcement (#250)
  • Fix slice bounds panic (#263)
  • Fixed copy to clipboard in UI (#261)

v1.0.1-beta.1

29 Dec 02:09
v1.0.1-beta.1
18800d1
Compare
Choose a tag to compare
v1.0.1-beta.1 Pre-release
Pre-release
v1.0.1-beta.1

v1.0.0

25 Dec 13:01
v1.0.0
b2fbaa8
Compare
Choose a tag to compare

Added

  • Webhooks (#233)
    • Only the alert scope exists for now, but we will add more scopes and functionality in the future.
  • Added an endpoint to verify a sector's references and check for corruption on disk (#222)

Changed

  • Wallets will now use the largest UTXOs to fund transactions (#240)
  • Bandwidth data for rhp2 and rhp3 is now combined into "rhp" (#237)
  • Removed the local IP range check for resolved DNS names from host announcement validation (#236)
  • Changed JSON keys to be consistent (#226)

Fixed

  • Fixed an issue on Windows 11 where listening on localhost would cause hostd to crash (#228)

v0.3.0-beta.1

19 Dec 21:35
v0.3.0-beta.1
22236db
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Added

  • Webhooks (#233)
    • Only the alert scope exists for now, but we will add more scopes and functionality in the future.
  • Added an endpoint to verify a sector's references and check for corruption on disk (#222)

Changed

  • Wallets will now use the largest UTXOs to fund transactions (#240)
  • Bandwidth data for rhp2 and rhp3 is now combined into "rhp" (#237)
  • Removed the local IP range check for resolved DNS names from host announcement validation (#236)
  • Changed JSON keys to be consistent (#226)

Fixed

  • Fixed an issue on Windows 11 where listening on localhost would cause hostd to crash (#228)

v0.2.2

02 Dec 20:13
v0.2.2
755de5d
Compare
Choose a tag to compare

Added

  • Hosts will now automatically reannounce every 180 blocks or when the net address is changed (#195)
  • New users will now see an onboarding wizard that prompts the user to complete the necessary setup steps - it also shows the status and progress of each. (#193)
  • The command palette now includes navigation to configuration sections. (#193)
  • Data tables refresh themselves without user interaction or refocusing the app, even more frequently if a long-running operation is in progress. (#193)
  • The configuration page will now show pricing suggestions for storage, ingress, and egress.

Changed

  • The configuration now has a simple and advanced mode to simplify first-time UX (#193)
  • Volumes can now be written to while initializing, reducing the time new hosts have to wait before accepting renter data (#209)
  • The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue (#214)
  • The metrics graphs now show a y-axis label (#214)
  • App preferences no longer list unused GPU settings (#214)
  • Revenue metrics no longer show negative potential (#220)
  • Earned revenue stat cards are now clearly labeled (#220)
  • Registry data has been removed from the UI (#220)
  • Wallet transactions are now paginated (#220)

Fixed

  • Fixed an issue when the host consensus database changes that causes resolved contracts to be moved to active (#208)
  • Fixed an issue where fiat input fields values were not displaying properly. (#193)
  • Fixed a rare race condition between sector deletion and sector migration (#215)

v0.2.2-beta.2

28 Nov 01:18
v0.2.2-beta.2
3955e2a
Compare
Choose a tag to compare
v0.2.2-beta.2 Pre-release
Pre-release

Fixed

  • Fixed a rare race condition between sector deletion and sector migration (#215)

Changed

  • Volumes can now be written to while initializing, reducing the time new hosts have to wait before accepting renter data (#209)
  • The revenue graph is now a bar stack, much more clearly showing earned vs potential revenue (#214)
  • The metrics graphs now show a y-axis label (#214)
  • App preferences no longer list unused GPU setting (#214)

v0.2.2-beta

14 Nov 22:33
da44153
Compare
Choose a tag to compare
v0.2.2-beta Pre-release
Pre-release

Added

  • Hosts will now automatically reannounce every 180 blocks or when the net address is changed (#195)
  • New users will now see an onboarding wizard that prompts the user to complete the necessary setup steps - it also shows the status and progress of each. (#193)
  • The command palette now includes navigation to configuration sections. (#193)
  • Data tables refresh themselves without user interaction or refocusing the app, even more frequently if a long-running operation is in progress. (#193)
  • The configuration page will now show pricing suggestions for storage, ingress, and egress.

Changed

  • The configuration now has a simple and advanced mode to simplify first-time UX (#193)

Fixed

  • Fixed an issue when the host consensus database changes that causes resolved contracts to be moved to active (#208)
  • Fixed an issue where fiat input fields values were not displaying properly. (#193)

New Contributors

v0.2.1

14 Nov 22:25
v0.2.1
920057f
Compare
Choose a tag to compare

Added

  • Alerts can now be filtered and dismissed by type. (#178)
  • The contracts table now has a "remaining renter funds" column. (#178)
  • In-progress volume operations can now be canceled from the volume context menu. (#178)
  • The node block height now shows the estimated network height when syncing. (#178)

Changed

  • Exposed ErrNoFunds for form and renew contracts (#177)
  • The volume status icon now shows in progress operations more clearly. (#178)
  • Volume operations are now disabled when one is already in progress. (#178)
  • The alert dialog now has a fixed height, so it stays in the same position when an alert is dismissed. (#178)
  • Bandwidth metrics are no longer broken out by protocol. (#178)

Fixed

  • Fixed contract sector accounting (#180)
  • Reduce database lock contention (reduces database is locked transaction failures) (#180, #181, #183, #187, #188)
  • Fixed an issue with the alert dismiss button overflowing. (#178)

v0.2.1 - beta

18 Oct 14:12
920057f
Compare
Choose a tag to compare
v0.2.1 - beta Pre-release
Pre-release

Added

  • Alerts can now be filtered and dismissed by type. (#178)
  • The contracts table now has a column for "remaining renter funds". (#178)
  • In-progress volume operations can now be canceled from the volume context menu. (#178)
  • The node block height now shows the estimated network height when syncing. (#178)

Changed

  • Exposed ErrNoFunds for form and renew contracts (#177)
  • The volume status icon now shows in progress operations more clearly. (#178)
  • Volume operations are now disabled when one is already in progress. (#178)
  • The alert dialog now has a fixed height, so it stays in the same position when an alert is dismissed. (#178)
  • Bandwidth metrics are no longer broken out by protocol. (#178)

Fixed

  • Fixed contract sector accounting (#180)
  • Reduce database lock contention (reduces database is locked transaction failures) (#180, #181, #183, #187, #188)
  • Fixed an issue with the alert dismiss button overflowing. (#178)

v0.2.0

28 Sep 19:38
v0.2.0
ffee0c3
Compare
Choose a tag to compare

Added

  • Potential and earned revenue metrics (#167)
  • Added account endpoints to list accounts and their funding sources (#167)
  • Added account balance metrics (#167)
  • Windows releases are now signed and should no longer set off Smart Screen (#172)

Changed

  • Increased the rebroadcast and revision submission buffers (#164)
  • Refactored sector cleanup, increasing performance and decreasing database lock contention (#165)

Fixed

  • Fixed a crash when trying to debit more than an account's balance (#174)