Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

v1.0.2

Compare
Choose a tag to compare
@jjacquay712 jjacquay712 released this 15 Feb 18:46
· 92 commits to master since this release

Added:

  • Limit and offset parameter support via Connection.CollectionOpts()
  • Implemented Collection.Length()
  • Performance improvements when reading collections, less memory copy overhead and uses quicker rclReadCollection C API function
  • Added support for direct data object initialization (previously the parent collection needed to be loaded first)

Bug Fixes:

  • Fixed bug in DataObj.Open() error handling
  • Fixed bug when authenticating with tickets, parent collection isn't required when initializing data objects directly