Skip to content

v0.3.1

Latest

Choose a tag to compare

@galshubeli galshubeli released this 16 Jul 10:43
· 10 commits to staging since this release
e6a49f5

SDK now publishes to PyPI - https://pypi.org/project/queryweaver/

What is new

  • Always-on per-query usage tracking. #614
  • New unauthenticated /version endpoint; version single-sourced in queryweaver/__init__.py. #584

Security

  • Hardened the email signup flow to prevent session-token issuance for accounts that already exist. CVE-2026-10130 #581
  • Hardened destructive-operation detection: data-modifying statements hidden in CTEs, stacked statements, and dialect-specific comment/quote tricks are now correctly caught by the confirmation guard and the demo-graph read-only protection (dialect-aware, fail-closed parsing). #644

New Contributors

Full Changelog: 0.0.14...0.3.1