Merge pull request #13931 from nextcloud/carl/jobs-id-string

feat(upgrade-guide-33): Add change to IJob and IJobList
This commit is contained in:
Carl Schwan
2025-12-11 12:27:32 +01:00
committed by GitHub

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
^^^^^^^^^^^^^^^