@aiaiai-pt/frankctl 0.9.7 → 0.13.2
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/CHANGELOG.md +14 -0
- package/dist/index.js +181 -181
- package/package.json +1 -1
- package/skills/frank-cli/SKILL.md +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to `@aiaiai-pt/frankctl` are documented here. This project
|
|
4
4
|
adheres to [Semantic Versioning](https://semver.org/).
|
|
5
5
|
|
|
6
|
+
## 0.13.2
|
|
7
|
+
|
|
8
|
+
- Publish the tenant-aware CLI contract used by UIO: `--tenant` and
|
|
9
|
+
`FRANKCTL_TENANT_ID` send the required `X-Tenant-ID` header, allowing the
|
|
10
|
+
exact snapshot-ID support from 0.13.1 to be exercised against tenant-scoped
|
|
11
|
+
staging APIs.
|
|
12
|
+
|
|
13
|
+
## 0.13.1
|
|
14
|
+
|
|
15
|
+
- Preserve every Iceberg snapshot ID as an exact decimal string across dataset,
|
|
16
|
+
BackingDataset, lineage, and pipeline output. Transitional API `_exact`
|
|
17
|
+
companions are normalized into the canonical field, and unsafe numeric-only
|
|
18
|
+
responses fail closed instead of emitting rounded identities.
|
|
19
|
+
|
|
6
20
|
## 0.9.2
|
|
7
21
|
|
|
8
22
|
- Retire `transforms gate-status` with the duplicate Frank source-update
|