Skip to content

New LLIST API, Bug Fixes, Performance Improvements

Compare
Choose a tag to compare
@khaf khaf released this 01 Jun 07:44
· 905 commits to master since this release

There's an important performance regression bug fix in this release. We recommend everyone to upgrade.

  • New Features
    • Added New LargeList API.

      NOTICE! BREAKING CHANGE: New LargeList API on the Go Client uses the New API defined on newer server versions. As Such, it has changed some signatures in LargeList.

  • Fixes
    • Fixed an issue where connections where not put back to the pool on some non-critical errors.
    • Fixed an issue where Object Unmarshaller wouldn't extend a slice.
    • Decode RegisterUDF() error message from base64
    • Fixed invalid connection handling on node connections (thanks to @rndive)