Skip to content

v2.1.163

Choose a tag to compare

@mittwald-machine mittwald-machine released this 10 Dec 19:09
· 26 commits to master since this release

Changes

Updated Request Limit Handling

  • The limit attribute for request classes ListAppinstallationsRequest, ListAppinstallationsForUserRequest, and ListSystemsoftwaresRequest has been made optional. The attribute type has been changed from int with a default value of 1000 to a nullable int without a default value.

  • A new method withoutLimit() has been added to each of these request classes to allow users to create a request without a limit, enhancing flexibility in request configurations.

Adjustments in Serialization

  • Updates have been made to the serialization logic. The limit will only be included in the output if it is set, preventing unnecessary inclusion of a default value in the serialized output.

These changes collectively improve the adaptability of the API, offering better management of request parameters and accommodating different use cases without enforcing a rigid structure around the limit parameter.