Skip to content

Major Fix release

Compare
Choose a tag to compare
@khaf khaf released this 10 Jun 16:34
· 63 commits to v5 since this release

[IMPORTANT NOTE] An authentication bug was introduced in Go client 5.0.0. As a result, the client may fail to refresh its session token after it expires, requiring the client to be restarted. If you are using password-based authentication, we highly recommend that you upgrade your client to version 5.6.0+, which you can do safely.

  • Improvements

    • Set the error node on transaction failures.
    • Add compression and minConnsPerNode to benchmark tool options.
  • Fixes

    • Add missing Compress commands.
    • Check if error is not nil before chaining. Resolves issue #353.
    • Handle nil case in Node.String().
    • Correctly handle errors in Connection.Read and Connection.Write. Avoids shadowing of the error. Resolves issue #352.