Releases: SiaFoundation/hostd
Releases · SiaFoundation/hostd
v1.1.0
Added
- Users can now pin their prices to various currencies. When enabled, prices will be automatically updated to match the current exchange rate. (#316, #379)
- hostd now has an additional config section for explorer data (#316)
- Users can configure any explorer URL as long as it follows the hostd explorer spec or turn off explorer data entirely
- This is only used for price pinning currently but will be expanded in the future for supplemental data in other areas
- OpenBSD support to disk utils (#365) OpenBSD cannot be fully supported until we finish migrating to
core
consensus - Toast notifications can now be dismissed. (#354)
Changed
- New volumes will no longer be filled with random data (#369)
- The host will now include its release version in its settings (e.g.,
hostd v1.1.0-beta.2
) (#353)
Fixed
- Read/write errors are standardized to
ErrSectorNotFound
,ErrNotEnoughStorage
, orErrHostInteralError
instead of exposing the system error (#390) - The peer dialog now accepts IPv6 addresses (#394)
- The configuration panel is now centered on larger screens. (#354)
- Removed a race condition between the consensus and tpool (#387, #391)
v1.1.0-beta.2
Added
- Users can now pin their prices to various currencies (#316, #379)
- hostd now has an additional config section for explorer data (#316)
- Users can configure any explorer URL as long as it follows the hostd explorer spec or turn off explorer data entirely
- This is only used for price pinning currently but will be expanded in the future for supplemental data in other areas
Changed
- The host will now include its release version in its settings (e.g.,
hostd v1.1.0-beta.2
) (#353).- This will enable us to debug version-specific issues easier.
- Volumes will no longer fill with random data when initializing (#369)
Fixed
- Fixed a slight race between the transaction pool and wallet when releasing locked inputs (#387)
v1.0.4
v1.1.0-beta.1
Added
hostd
now has an additional config section for explorer data (#316)- Users can configure any explorer URL as long as it follows the
hostd
explorer spec or turn off explorer data entirely - This is only used for price pinning currently but may be expanded in the future
- Users can configure any explorer URL as long as it follows the
- Users can now pin their prices to various currencies (#316)
- The UI still needs to be updated to support the feature, but that will come in a later beta.
Changed
- The host will now include its release version as part of its settings (i.e.
hostd v1.1.0-beta.1
).
v1.0.3
Added
- The node profile details now include uptime. (#314)
- Added an alert for failed contracts (#313)
- A new "lost sectors" metric was added that is incremented whenever a sector is explicitly removed with
[DELETE /sectors/:root
or when a sector fails to migrate during force removal. (#318)
Changed
- Removing a volume with the force flag will remove sectors that fail to migrate. (#318)
- All app data will now refresh more frequently. (#314)
- The bandwidth settings for egress and ingress now have clearer descriptions. (#314)
- The contract timeline labels have been darkened to increase contrast and readability. (#314)
- Siacoin metric cards now show the dynamic units with two decimal places. (#315)
- All graphs now remember any chart configuration that the user has selected. (#315)
Fixed
v1.0.3-beta.2
Added
- The node profile details now include uptime. (#314)
- Added an alert for failed contracts (#313)
- A new "lost sectors" metric was added that is incremented whenever a sector is explicitly removed with
[DELETE /sectors/:root
or when a sector fails to migrate during force removal. (#318)
Changed
- Removing a volume with the force flag will remove sectors that fail to migrate. (#318)
- All app data will now refresh more frequently. (#314)
- The bandwidth settings for egress and ingress now have clearer descriptions. (#314)
- The contract timeline labels have been darkened to increase contrast and readability. (#314)
- Siacoin metric cards now show the dynamic units with two decimal places. (#315)
- All graphs now remember any chart configuration that the user has selected. (#315)
Fixed
v1.0.3-beta.1
v1.0.2
Added
- The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. (#268)
- Experimental support for Prometheus on some endpoints (#273, #300)
GET /state/host?response=prometheus
GET /state/consensus?response=prometheus
GET /settings?response=prometheus
GET /metrics?response=prometheus
GET /wallet?response=prometheus
Changed
- The announce button is now disabled unless the net address does not match the last announcement (#268)
Fixed
- Fixed an issue using the API with
wget
(#279) - Fixed an issue where the base RPC and sector access price calculation was off by 10. (#278)
- Fixed an issue where the lack of a host announcement would crash the UI. (#278)
- Fixed the free space calculation in the resize volume dialog. (#278)
- Fixed an issue where the app would not navigate when the metrics data interval was set to ALL. (#278)
- Fixed an issue where siacoin and numeric input values would jump to an incorrect value. (#268)
- Fixed a panic in build range proof (#269, #297)
v1.0.2-beta.4
Added
- The configuration page now has menu options to download or copy an image of the current configuration for easier sharing. (#268)
- Experimental support for Prometheus on some endpoints (#273, #300)
GET /state/host?response=prometheus
GET /state/consensus?response=prometheus
GET /settings?response=prometheus
GET /metrics?response=prometheus
GET /wallet?response=prometheus
Changed
- The announce button is now disabled unless the net address does not match the last announcement (#268)
Fixed
- Fixed an issue using the API with
wget
(#279) - Fixed an issue where the base RPC and sector access price calculation was off by 10. (#278)
- Fixed an issue where the lack of a host announcement would crash the UI. (#278)
- Fixed the free space calculation in the resize volume dialog. (#278)
- Fixed an issue where the app would not navigate when the metrics data interval was set to ALL. (#278)
- Fixed an issue where siacoin and numeric input values would jump to an incorrect value. (#268)
- Fixed a panic in build range proof (#269, #297)
v1.0.1
Added
- Automatically open browser after startup is complete (#251, #252)
- Added additional parameters for configuring logs (#253)
- Added
hostd config
command to generate/update a hostd.yml file (#266)
Changed
- Make rescan logging clearer (#249)
- Validate net address when updating settings (#254)
- Disabled the announce button unless the Address has changed (#262)