Releases: pitabwire/frame
Releases · pitabwire/frame
v1.94.6 🌈
Changes
- fix(data): DEFAULT CURRENT_TIMESTAMP on CreatedAt/ModifiedAt @pitabwire (#651)
v1.94.5 🌈
Changes
- fix(data): BaseModel.CreatedAt and ModifiedAt as NOT NULL @pitabwire (#650)
- deps: bump github.com/moby/moby/client from 0.4.0 to 0.4.1 in the production-dependencies group @dependabot[bot] (#649)
v1.94.4 🌈
Changes
- fix(data): fall back to time.Now() for non-xid BaseModel IDs @pitabwire (#648)
v1.94.3 🌈
Changes
- chore(deps): bump all deps to latest (natspubsub 0.8.2, nats.go 1.51.0) @pitabwire (#647)
- ci(deps): bump actions/github-script from 8.0.0 to 9.0.0 @dependabot[bot] (#642)
v1.94.2 🌈
Changes
- fix: race-free subscriber/service lifecycle and xid-derived CreatedAt @pitabwire (#646)
- ci(deps): bump actions/upload-pages-artifact from 4 to 5 @dependabot[bot] (#645)
v1.94.1
v1.94.0
Tenant-Aware Telemetry
TenantAttributes(ctx)— extractstenant_id/partition_idfrom security claims as OTel attributesWithTenantAttributes(ctx)—metric.MeasurementOptionfor attaching tenant context to custom metricsTracer.End()— automatically includes tenant/partition attributes on spans and latency histograms- View filters —
Views()now allowstenant_idandpartition_idthrough latency histogram and completed_calls attribute filters - Safe when claims are absent — unauthenticated paths produce no extra attributes
v1.93.6 🌈
Changes
- No changes
v1.93.5 🌈
Changes
- No changes
v1.93.4
Changes
- deps: upgrade natspubsub to v0.8.1
- Fix dependabot auto-merge to work without manual approvals
- fix: strip protocol suffix from port in InternalEndpoint
- deps: migrate from docker/docker to moby modules (CVE-2026-34040, CVE-2026-33997)