feat(upgrade-guide-33): Add change to IJob and IJobList

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
This commit is contained in:
Carl Schwan
2025-12-10 14:19:52 +01:00
parent ea791a067d
commit 4e13a64808

View File

@@ -103,7 +103,7 @@ Added APIs
Changed APIs
^^^^^^^^^^^^
- TBD
- The ``setId`` and ``getId`` of ``\OCP\BackgroundJob\IJob`` were changed to return/accept a string instead of an int. Same for ``\OCP\BackgroundJob\IJobList`` were some methods (``removedById``, ``getById`` and ``getDetailsById``) are now taking a string instead of an int.
Deprecated APIs
^^^^^^^^^^^^^^^