From e37ddb4fc5768bca028301b18e2f6a8bd4290e57 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Fri, 11 Jul 2025 10:26:46 -0700 Subject: [PATCH] feat(developer): add ContextChat OCP API to upgrade guide Signed-off-by: Edward Ly --- .../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 0c6dcac12..5dfdba5b1 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 @@ -36,6 +36,7 @@ Back-end changes Added APIs ^^^^^^^^^^ +- New ``OCP\ContextChat`` API. See :ref:`context_chat` for details. - New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech. - New interface ``\OCP\Share\IShareProviderSupportsAllSharesInFolder`` extending ``\OCP\Share\IShareProvider`` to add the method ``\OCP\Share\IShareProviderSupportsAllSharesInFolder::getAllSharesInFolder`` used for querying all shares in a folder without filtering by user. - New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.