diff --git a/.changeset/add_support_for_rhp4_accounts.md b/.changeset/add_support_for_rhp4_accounts.md deleted file mode 100644 index dde3ef98..00000000 --- a/.changeset/add_support_for_rhp4_accounts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Add support for RHP4 accounts diff --git a/.changeset/added_support_for_announcing_rhp4_addresses.md b/.changeset/added_support_for_announcing_rhp4_addresses.md deleted file mode 100644 index 5dab2acb..00000000 --- a/.changeset/added_support_for_announcing_rhp4_addresses.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: minor ---- - -# Support announcing RHP4 addresses diff --git a/.changeset/automate_changelog_generation.md b/.changeset/automate_changelog_generation.md deleted file mode 100644 index 070e0edc..00000000 --- a/.changeset/automate_changelog_generation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Automate changelog generation diff --git a/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md b/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md deleted file mode 100644 index 2a6b4757..00000000 --- a/.changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: patch ---- - -# Move RHP2 and RHP3 settings into the config manager to be consistent with RHP4 diff --git a/.changeset/refactor_sector_management.md b/.changeset/refactor_sector_management.md deleted file mode 100644 index c69638d2..00000000 --- a/.changeset/refactor_sector_management.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -default: minor ---- - -# Refactor Sector Management - -Improves sector lookups by 50% on average by removing the sector lock tables and moving reference pruning out of the hot path. \ No newline at end of file diff --git a/.changeset/remove_rhp_session_endpoints.md b/.changeset/remove_rhp_session_endpoints.md deleted file mode 100644 index cab0b559..00000000 --- a/.changeset/remove_rhp_session_endpoints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -default: major ---- - -# Remove RHP Session endpoints diff --git a/CHANGELOG.md b/CHANGELOG.md index d67ef482..afa6de66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## 2.0.0 (2024-12-19) + +### Breaking Changes + +- Remove RHP Session endpoints + +### Features + +- Add support for RHP4 settings +- Add RHP4 listener +- Add support for RHP4 announcements +- Add support for RHP4 accounts +- Support announcing RHP4 addresses + +#### Refactor Sector Management + +Improves sector lookups by 50% on average by removing the sector lock tables and moving reference pruning out of the hot path. + +### Fixes + +- potentially panic on double unlock +- panic in wallet resp +- fix column spelling +- fix ordering on query +- Add missing netaddress port in RHP2 settings +- Recalculate contract metrics +- Fix contract account usage calculation +- Fix contract metric calculation during rescan +- Fix DDNS using invalid net address +- Automate changelog generation +- Move RHP2 and RHP3 settings into the config manager to be consistent with RHP4 + ## 1.1.2 ### Breaking changes diff --git a/go.mod b/go.mod index d520438f..6039ebd2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module go.sia.tech/hostd +module go.sia.tech/hostd // v2.0.0 go 1.23.1