From 54677c32827fa57342637ae18d613101ae6e0f02 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 20 Aug 2024 09:27:50 +1200 Subject: [PATCH] DOC Deprecate IPUtils --- en/08_Changelogs/5.3.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/08_Changelogs/5.3.0.md b/en/08_Changelogs/5.3.0.md index af637aa9..1e798262 100644 --- a/en/08_Changelogs/5.3.0.md +++ b/en/08_Changelogs/5.3.0.md @@ -164,6 +164,7 @@ From 6.0 onwards, tokens will never be regenerated during session renewal, and t - The `onAfterRenewToken` extension point within this method will likely be replaced with a new extension point in 6.0. - The [`RememberLoginHash.replace_token_during_session_renewal`](api:SilverStripe\Security\RememberLoginHash->replace_token_during_session_renewal) configuration property has been added to allow disabling token regeneration during session renewal. This property will be removed in 6.0. - Code for the CMS GraphQL `admin` schema which provided endpoints for the CMS has been deprecated and will be removed in CMS 6. Functionality which the GraphQL endpoints are currently responsible for will be replaced with regular Silverstripe controller endpoints instead. Extension hooks will be added to the new controller endpoints that return data to allow for customisation. Frontend schemas, such the `default` schema, will continue to work in CMS 6. +- [`IPUtils`](api:SilverStripe\Control\Util\IPUtils) has been deprecated and its usage has been replaced with the `IPUtils` class from `symfony/http-foundation` which is now included as a composer dependency in `silverstripe/framework`. ## Bug fixes