mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
commit
67602bf2db
@ -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
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user