Skip to content

v0.6.2

Choose a tag to compare

@lmeyerov lmeyerov released this 24 Dec 07:42
· 2 commits to main since this release
79105e5

[0.6.2] - 2025-12-22

Added

  • Dthread naming + folders: Thread name/folder are supported across create, add, list, and upload helpers, plus notebook cursor flows.
  • Thread lookup by name: get_thread_by_name() resolves threads by name via the unified identifier endpoint.
  • Anonymous desktop auth (optional): Anonymous token flow for local desktop servers via /auth/anonymous, with anonymous/token client options.

Changed

  • Thread listing: list_threads() now parses both data and items response shapes and supports client-side folder filtering.
  • 🔥 Breaking: server and anonymous_token were removed; use graphistry_server and token instead.
  • Secret detection: CI now uses a temp baseline to avoid rewriting .secrets.baseline timestamps when nothing changes.