From e940579855bd5ebd377e4e94610fc39e5f352704 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 6 Aug 2025 09:26:32 +0200 Subject: [PATCH] feat(developer): add IPreloadableNotifier to upgrade guide Signed-off-by: Richard Steinmetz --- .../app_upgrade_guide/upgrade_to_32.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst index b483a9b81..833864900 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst @@ -70,6 +70,7 @@ Added APIs - New interface ``\OCP\OCM\ICapabilityAwareOCMProvider`` to extend the OCM provider with 1.1 and 1.2 extensions of the Open Cloud Mesh Discovery API - New task processing task type ``OCP\TaskProcessing\AnalyzeImages`` to ask questions about images. - New interface ``\OCP\Search\IExternalProvider`` allows extending the search provider with an explicit flag to indicate that the search is performed on external (3rd-party) resources. This is used in Unified Search to disable searches through these by default (via a toggle switch). +- New interface ``\OCP\Notification\IPreloadableNotifier`` to allow notifier implementations to preload and cache data for many notifications at once to improve performance by, for example, bundling SQL queries. Changed APIs ^^^^^^^^^^^^