Go Client Release 1.6.0 (June 1, 2015)

The 1.6.0 release of the Go client came out on June 1, 2015 and is available for download here. This release adds numerous new features and issues. The full release notes are available here.

Features

  • Added new LargeList API.
  • BREAKING CHANGES: 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 were not put back to the pool on some non-critical errors.

  • Fixed an issue where Object Unmarshaller wouldn’t extend a slice.

  • Decoded RegisterUDF() error message from base64.

  • Fixed invalid connection handling on node connections (thanks to @rndive)

1 Like