Skip to content

Minor feature and fix release

Compare
Choose a tag to compare
@khaf khaf released this 27 May 22:44
· 75 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.

  • Fixes

    • Handle lack of key digests in BatchExists command.
    • Allow and handle nil arguments for chainError.
    • Avoid race condition in chaining prefined errors.