From 4e13a64808b9912bc887c50da04b9221b9748938 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 10 Dec 2025 14:19:52 +0100 Subject: [PATCH] feat(upgrade-guide-33): Add change to IJob and IJobList Signed-off-by: Carl Schwan --- .../app_upgrade_guide/upgrade_to_33.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst index cfc274985..f1e957b34 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst @@ -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 ^^^^^^^^^^^^^^^