From 335a96bfd767483ca3cc71aad9575181aba1d054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 03:35:28 +0000 Subject: [PATCH] chore: prepare release 2.0.0 --- .changeset/add_support_for_rhp4_accounts.md | 5 ---- ...d_support_for_announcing_rhp4_addresses.md | 5 ---- .changeset/automate_changelog_generation.md | 5 ---- ...nfig_manager_to_be_consistent_with_rhp4.md | 5 ---- .changeset/refactor_sector_management.md | 7 ----- .changeset/remove_rhp_session_endpoints.md | 5 ---- CHANGELOG.md | 29 +++++++++++++++++++ go.mod | 2 +- 8 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 .changeset/add_support_for_rhp4_accounts.md delete mode 100644 .changeset/added_support_for_announcing_rhp4_addresses.md delete mode 100644 .changeset/automate_changelog_generation.md delete mode 100644 .changeset/move_rhp2_and_rhp3_settings_into_the_config_manager_to_be_consistent_with_rhp4.md delete mode 100644 .changeset/refactor_sector_management.md delete mode 100644 .changeset/remove_rhp_session_endpoints.md 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..016ea7aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 2.0.0 (2024-12-15) + +### 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 +- 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 d44d7aad..2a66adb8 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