trustgraph/trustgraph-base/trustgraph/api
cybermaggedon 9e0c848057
fix: WebSocket auth handshake overwriting explicit workspace (#965)
The auth-ok response includes the token's bound workspace, and
AsyncSocketClient was unconditionally adopting it — clobbering any
workspace the caller explicitly requested via the constructor.
2026-06-01 12:24:27 +01:00
..
__init__.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
api.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
async_bulk_client.py Structured data 2 (#645) 2026-02-23 15:56:29 +00:00
async_flow.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
async_metrics.py Python API implements streaming interfaces (#577) 2025-12-04 17:38:57 +00:00
async_socket_client.py fix: WebSocket auth handshake overwriting explicit workspace (#965) 2026-06-01 12:24:27 +01:00
bulk_client.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
collection.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
config.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
exceptions.py Structured data 2 (#645) 2026-02-23 15:56:29 +00:00
explainability.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
flow.py feat: workspace-based multi-tenancy, replacing user as tenancy axis (#840) 2026-04-21 23:23:01 +01:00
knowledge.py CLI auth migration, document embeddings core lifecycle (#913) 2026-05-14 10:30:21 +01:00
library.py fix: library API get/update document round-trip bugs (#893) (#928) 2026-05-16 11:32:51 +01:00
metrics.py Python API implements streaming interfaces (#577) 2025-12-04 17:38:57 +00:00
socket_client.py feat: add no-auth IAM regime as a drop-in replacement for iam-svc (#933) 2026-05-18 14:10:05 +01:00
types.py Per-workspace queue routing for workspace-scoped services (#862) 2026-05-04 10:30:03 +01:00