Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 12:11
· 72 commits to main since this release
v0.9.2
7cb4c43

v0.9.2

0.9.2 (2025-10-23)

Added

  • Add support for write conflict options (#234)
    • The SDK now supports setting a onDuplicate for writing tuples (ClientWriteOptions or ClientWriteTuplesOptions) and onMissing (ClientWriteOptions or ClientDeleteTuplesOptions) for deleting tuples. See the documentation for more details.
  • Add support for name filter on ListStores (#237)