3.5.0
Major release
- Parameters (filtering, sorting, paging) for Find() method are grouped to a data-object inject-able by connector's Search property
Unlimited
constant was added for Limit parameter to simplify getting all entities at once. Even though server supports maximum limit of 500 per page, the 'unlimited page' is supported by client instead by requesting pages one-by-one and then grouping it to a single page. Use with caution.
Note, the interfaces has been changed. Client's code will have to be adapted.