Skip to content

6.2.9080-Beta

Choose a tag to compare

@ITHitBuild ITHitBuild released this 19 May 13:20
· 28 commits to master since this release
  • Bind interface implemented. Now server can return resource-id and parent-resource-id properties.
  • After calling Folder.CreateFileAsync() method, the Engine reads newly created file ID by calling Bind.id property. If Bind is implemented on file, the ID is returned in resource-id property.
  • Folder.CreateFolderAsync() method now returns Folder interface. If the folder implements Bind, the ID of the newly created folder is returned to the client.
  • collectionsync sample now supports getting item by ID.
  • Sample implementation of SynchronizationCollection.GetChangesAsync() method performance improved in collectionsync sample.
  • X-Engine header is now added only in debug mode and in case of a trial license. The header is not added for non-trial license in the release mode.