Skip to content

Commit

Permalink
chore: prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent 44bba16 commit 0df286c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/add_support_for_rhp4_accounts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/added_support_for_announcing_rhp4_addresses.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/automate_changelog_generation.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/refactor_sector_management.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove_rhp_session_endpoints.md

This file was deleted.

31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 2.0.0 (2024-12-17)

### 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
- Automate changelog generation
- Move RHP2 and RHP3 settings into the config manager to be consistent with RHP4

## 1.1.2

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module go.sia.tech/hostd
module go.sia.tech/hostd // v2.0.0

go 1.23.1

Expand Down

0 comments on commit 0df286c

Please sign in to comment.