mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-08-07 02:49:26 +00:00
- fix(gateway): /v1/auth/token trusts internal-auth context on namespace gateways instead of re-querying the empty namespace api_keys table, so API-key->JWT exchange works end-to-end (bugboard #147/#148 regression) - fix(sdk): attach wallet JWT on /v1/proxy/* (http.ts getAuthHeaders was api-key-only; layer-1 requires the user JWT) (bugboard #149) - feat(rqlite): namespace schema isolation — namespace gateways apply core migrations under an isolated orama_schema_migrations tracker and free the generic tenant names (schema_migrations, dead pubsub subscriptions), auto-remediating already-polluted namespace DBs (bugboard #150)