July 2023

Features

REST Services changes

  • Added methods to upload and download binary files. Select methods will return a ticket for these fields rather than returning the entire binary. Use this ticked in the new Resources/file methods. GET to download and PUT to upload.
  • List methods now can be used with a simplified GET method when no paging or filtering is required.
  • [Breaking change] Select and Delete methods changed to receive the primary through a Uri parameter.
  • [Breaking change] Insert methods response changed to return the whole record instead of just the primary key.
  • Added documententation for string values maxLength. This will show up on swagger page and openApi json.