Releases: mlsys-io/lumid.plugins
Releases · mlsys-io/lumid.plugins
v0.2.1
v0.2.0
What's Changed
- chore: pin lumid-hooks to v0.1.0 tag until registrar.reconcile lands by @tjluyao in #2
- feat: align with FlowMesh; add PermissionChecker + ResourceRegistrar by @kaiitunnz in #1
- chore: prepare v0.2.0 release by @kaiitunnz in #3
New Contributors
- @tjluyao made their first contribution in #2
- @kaiitunnz made their first contribution in #1
Full Changelog: v0.1.1...v0.2.0
v0.1.1 — UsageSink fix for V2 task record
v0.1.1
Fix: RunmeshUsageSink previously filtered rows on row.org_id == 'lumid'. End-to-end smoke against kv.run:8000/flowmesh showed V2 leaves UsageRow.org_id="" (sourced from TaskRecord.org_id, not the PrincipalContext we return). With v0.1.0 every row would have been dropped silently.
New behaviour: every row is forwarded. The email-cache lookup remains as a 'do we know enough to bill them' gate; principals whose sub isn't cached are skipped with a logged warning.
No env-var changes. LUMID_ORG_ID now only scopes the optional SubmissionGuard.
35/35 tests passing.