Skip to content

v2.1.207

Choose a tag to compare

@mittwald-machine mittwald-machine released this 27 Jul 19:40
· 9 commits to master since this release

Features

Increased Default Limit for ListExecutionsRequest

  • The default limit for executing requests in the ListExecutionsRequest class has been increased from 1000 to 10000. This change allows users to retrieve more execution results with a single request, enhancing the performance for bulk data operations.

Template ID Support in ServiceResponse

  • A new property, templateId, has been added to the ServiceResponse class. This field stores the ID of the template used to create the service, if one was utilized during creation.

Getter and Setter Methods for Template ID

  • Added getTemplateId() method to retrieve the templateId.
  • Implemented withTemplateId(string $templateId) method for setting the templateId with validation.
  • Introduced withoutTemplateId() method to clear the templateId.

Bug Fixes

  • None identified in the provided diff.

Notes

  • The changes improve both the API's usability and its flexibility for handling more extensive data sets and additional metadata related to services.