@fusebase/fusebase-gate-sdk 2.3.4-sdk.0 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,9 +1,46 @@
|
|
|
1
1
|
# Release Notes 2.3.4-sdk.0
|
|
2
2
|
|
|
3
3
|
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.3.
|
|
5
|
-
- Generated at: 2026-06-16T14:
|
|
4
|
+
- Previous tag: `v2.3.3`
|
|
5
|
+
- Generated at: 2026-06-16T14:35:42.698Z
|
|
6
6
|
|
|
7
7
|
## Included Drafts
|
|
8
8
|
|
|
9
|
-
-
|
|
9
|
+
- `docs/release-notes/2026-06-16-token-rls-bypass-permission-validation.md` - Token creation accepts isolated_store RLS break-glass permissions
|
|
10
|
+
|
|
11
|
+
## Summary
|
|
12
|
+
|
|
13
|
+
### Token creation accepts isolated_store RLS break-glass permissions
|
|
14
|
+
|
|
15
|
+
Fix token creation rejecting `isolated_store.rls.bypass` and `isolated_store.rls.delegate` with `Invalid permission` even though they are part of the Gate permission catalog.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## API / SDK Changes
|
|
19
|
+
|
|
20
|
+
### Token creation accepts isolated_store RLS break-glass permissions
|
|
21
|
+
|
|
22
|
+
- No API contract changes.
|
|
23
|
+
- Token `POST` now accepts all permissions from the Gate catalog, including `isolated_store.rls.bypass` and `isolated_store.rls.delegate`.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## Consumer Impact
|
|
27
|
+
|
|
28
|
+
### Token creation accepts isolated_store RLS break-glass permissions
|
|
29
|
+
|
|
30
|
+
- Studio and other token-creation UIs can include RLS break-glass permissions when issuing owner/manager tokens.
|
|
31
|
+
- No migration or config changes required.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## Verification
|
|
35
|
+
|
|
36
|
+
### Token creation accepts isolated_store RLS break-glass permissions
|
|
37
|
+
|
|
38
|
+
- `npm test -- tests/unit/permissions.test.ts`
|
|
39
|
+
- Create a token via `POST /tokens` with `isolated_store.rls.bypass` in `permissions`.
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## Follow-ups
|
|
43
|
+
|
|
44
|
+
### Token creation accepts isolated_store RLS break-glass permissions
|
|
45
|
+
|
|
46
|
+
- None.
|
package/release-notes/latest.md
CHANGED