From 2202fb99585dd34b0815ab8939073d86e1271026 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:45:03 +0000 Subject: [PATCH] chore: prepare release 2.0.0 --- .changeset/add_support_for_rhp4_accounts.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 | 24 +++++++++++++++++++ go.mod | 2 +- 7 files changed, 25 insertions(+), 28 deletions(-) delete mode 100644 .changeset/add_support_for_rhp4_accounts.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/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..4e6820a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 2.0.0 (2024-12-10) + +### Breaking Changes + +- Remove RHP Session endpoints + +### Features + +- Add support for RHP4 settings +- Add support for RHP4 accounts + +#### 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 +- 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 84e9492a..10d29a05 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