Skip to content

Commit 609f914

Browse files
authored
Merge pull request #13485 from nextcloud/feat/developer/i-preloadable-notifier
feat(developer): add IPreloadableNotifier to upgrade guide
2 parents f7e7e5f + e940579 commit 609f914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Added APIs
7070
- New interface ``\OCP\OCM\ICapabilityAwareOCMProvider`` to extend the OCM provider with 1.1 and 1.2 extensions of the Open Cloud Mesh Discovery API
7171
- New task processing task type ``OCP\TaskProcessing\AnalyzeImages`` to ask questions about images.
7272
- 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).
73+
- 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.
7374

7475
Changed APIs
7576
^^^^^^^^^^^^

0 commit comments

Comments
 (0)