Skip to content

3.5.0

Compare
Choose a tag to compare
@richardrandak richardrandak released this 20 Nov 13:37
· 262 commits to master since this release

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.