From 06553d8f85a0ff7669be49ca6de2e2e0c207a934 Mon Sep 17 00:00:00 2001 From: PJ Date: Fri, 20 Dec 2024 11:08:43 +0100 Subject: [PATCH] docs: add links --- CHANGELOG.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0dc69db7..057d75e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)).