Skip to content

Commit 4e5449e

Browse files
authored
Merge pull request #13931 from nextcloud/carl/jobs-id-string
feat(upgrade-guide-33): Add change to IJob and IJobList
2 parents dbbcad0 + 4e13a64 commit 4e5449e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_33.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Added APIs
103103
Changed APIs
104104
^^^^^^^^^^^^
105105

106-
- TBD
106+
- 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.
107107

108108
Deprecated APIs
109109
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)