Skip to content

Commit

Permalink
docs: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Dec 20, 2024
1 parent 1ec0b53 commit 06553d8
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

### Breaking Changes

- Enforced S3 bucket name validation rules (https://github.com/SiaFoundation/renterd/pull/1722).
- Moved migrations to the autopilot (https://github.com/SiaFoundation/renterd/pull/1735).
- Removed contract sets (https://github.com/SiaFoundation/renterd/pull/1657).
- Removed support for multiple autopilots (https://github.com/SiaFoundation/renterd/pull/1657).
- Removed event webhooks (https://github.com/SiaFoundation/renterd/pull/1699).
- Removed partial setting updates (https://github.com/SiaFoundation/renterd/pull/1688).
- Updated `ContractMetadata` to exclude the host IP and siamux address (https://github.com/SiaFoundation/renterd/pull/1712).
- Enforced S3 bucket name validation rules ([#1722](https://github.com/SiaFoundation/renterd/pull/1722)).
- Moved migrations to the autopilot ([#1735](https://github.com/SiaFoundation/renterd/pull/1735)).
- Removed contract sets ([#1657](https://github.com/SiaFoundation/renterd/pull/1657)).
- Removed support for multiple autopilots ([#1657](https://github.com/SiaFoundation/renterd/pull/1657)).
- Removed event webhooks ([#1699](https://github.com/SiaFoundation/renterd/pull/1699)).
- Removed partial setting updates ([#1688](https://github.com/SiaFoundation/renterd/pull/1688)).
- Updated `ContractMetadata` to exclude the host IP and siamux address ([#1712](https://github.com/SiaFoundation/renterd/pull/1712)).

### Features

- Integrated RHP4 support (https://github.com/SiaFoundation/renterd/pull/1723, https://github.com/SiaFoundation/renterd/pull/1710, https://github.com/SiaFoundation/renterd/pull/1711, https://github.com/SiaFoundation/renterd/pull/1680, https://github.com/SiaFoundation/renterd/pull/1693).
- Added OpenAPI documentation and validation to the API (https://github.com/SiaFoundation/renterd/pull/1724, https://github.com/SiaFoundation/renterd/pull/1733, https://github.com/SiaFoundation/renterd/pull/1737).
- Monitors file contracts and unlocks funds upon expiration (https://github.com/SiaFoundation/renterd/pull/1720).
- Removed the "current period" concept from the contractor (https://github.com/SiaFoundation/renterd/pull/1692).
- Updated autopilot configuration by removing the ability to toggle redundant host IPs (https://github.com/SiaFoundation/renterd/pull/1692).
- Updated gouging settings to remove the migration surcharge multiplier (https://github.com/SiaFoundation/renterd/pull/1696).
- Integrated RHP4 support ([#1723](https://github.com/SiaFoundation/renterd/pull/1723), [#1710](https://github.com/SiaFoundation/renterd/pull/1710), [#1711](https://github.com/SiaFoundation/renterd/pull/1711), [#1680](https://github.com/SiaFoundation/renterd/pull/1680), [#1693](https://github.com/SiaFoundation/renterd/pull/1693)).
- Added OpenAPI documentation and validation to the API ([#1724](https://github.com/SiaFoundation/renterd/pull/1724), [#1733](https://github.com/SiaFoundation/renterd/pull/1733), [#1737](https://github.com/SiaFoundation/renterd/pull/1737)).
- Monitors file contracts and unlocks funds upon expiration ([#1720](https://github.com/SiaFoundation/renterd/pull/1720)).
- Removed the "current period" concept from the contractor ([#1692](https://github.com/SiaFoundation/renterd/pull/1692)).
- Updated autopilot configuration by removing the ability to toggle redundant host IPs ([#1692](https://github.com/SiaFoundation/renterd/pull/1692)).
- Updated gouging settings to remove the migration surcharge multiplier ([#1696](https://github.com/SiaFoundation/renterd/pull/1696)).
- Updated UI to version `v0.71.0`.

### Fixes

- Automated changelog generation (https://github.com/SiaFoundation/renterd/pull/1681).
- Automatically reset account drift using rate limiting (https://github.com/SiaFoundation/renterd/pull/1714).
- Fixed a bug where the low max duration was not considered when fetching hosts (https://github.com/SiaFoundation/renterd/pull/1755).
- Fixed default settings not being applied if missing in the database (https://github.com/SiaFoundation/renterd/pull/1761).
- Fixed a bug in host sector deletion (https://github.com/SiaFoundation/renterd/pull/1762).
- Automated changelog generation ([#1681](https://github.com/SiaFoundation/renterd/pull/1681)).
- Automatically reset account drift using rate limiting ([#1714](https://github.com/SiaFoundation/renterd/pull/1714)).
- Fixed a bug where the low max duration was not considered when fetching hosts ([#1755](https://github.com/SiaFoundation/renterd/pull/1755)).
- Fixed default settings not being applied if missing in the database ([#1761](https://github.com/SiaFoundation/renterd/pull/1761)).
- Fixed a bug in host sector deletion ([#1762](https://github.com/SiaFoundation/renterd/pull/1762)).
- Fixed various non-deterministic failures (NDFs) in tests.
- Added `contract_elements` table to track accumulator state elements for file contracts (https://github.com/SiaFoundation/renterd/pull/1703).
- Added `host_sectors` table to track which sectors are stored on which hosts (https://github.com/SiaFoundation/renterd/pull/1704).
- Added `contract_elements` table to track accumulator state elements for file contracts ([#1703](https://github.com/SiaFoundation/renterd/pull/1703)).
- Added `host_sectors` table to track which sectors are stored on which hosts ([#1704](https://github.com/SiaFoundation/renterd/pull/1704)).

0 comments on commit 06553d8

Please sign in to comment.