Skip to content

3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 13:48
8cb984e

πŸš€ Features

πŸ› Bug Fixes

❗ Breaking Changes

  • We don't store "@user_key" anymore, there is "PK" instead (same data: the actual user key) - if you used @user_key in your application please use "PK" instead.
  • AerospikeWriteData: forWrite method:
    This method is used internally by our "write" flows, if you used it directly please notice that this method's signature was changed
    from:
    AerospikeWriteData forWrite()
    to:
    AerospikeWriteData forWrite(String namespace)