Merge pull request #11558 from nextcloud/enh/document-job-in-oc-removal

feat: Document removal of OC version of background job classes
This commit is contained in:
Côme Chilliet 2024-02-20 13:47:02 +01:00 committed by GitHub
commit 67602bf2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@ Removed APIs
* ``OCP\Log\ILogFactory::getCustomLogger``: use ``\OCP\Log\ILogFactory::getCustomPsrLogger`` to get a customized :ref:`PSR3 <psr3>` logger
* ``oc_share`` table: Due to massive performance impact on queries when selecting additionally for ``item_type``,
it is no longer allowed, to use the ``oc_share`` table for any other types than ``file`` and ``folder``.
* ``OC\BackgroundJob\Job``, ``OC\BackgroundJob\QueuedJob`` and ``OC\BackgroundJob\TimedJob``: use the ``OCP`` versions.
Added events
^^^^^^^^^^^^