Skip to content

Releases: pitabwire/frame

v1.94.6 🌈

20 Apr 18:08
c487e0b

Choose a tag to compare

Changes

  • fix(data): DEFAULT CURRENT_TIMESTAMP on CreatedAt/ModifiedAt @pitabwire (#651)

v1.94.5 🌈

20 Apr 17:55
de58add

Choose a tag to compare

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 🌈

20 Apr 15:44
6cc43a9

Choose a tag to compare

Changes

  • fix(data): fall back to time.Now() for non-xid BaseModel IDs @pitabwire (#648)

v1.94.3 🌈

20 Apr 14:51
ea447d5

Choose a tag to compare

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 🌈

20 Apr 14:02
8c197f3

Choose a tag to compare

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

14 Apr 12:11
fdae21c

Choose a tag to compare

  • fix: use random port in H2C test to avoid bind conflicts
  • fix: resolve mnd lint (magic number) in telemetry trace.go

v1.94.0

14 Apr 11:27
5f00ac5

Choose a tag to compare

Tenant-Aware Telemetry

  • TenantAttributes(ctx) — extracts tenant_id/partition_id from security claims as OTel attributes
  • WithTenantAttributes(ctx)metric.MeasurementOption for attaching tenant context to custom metrics
  • Tracer.End() — automatically includes tenant/partition attributes on spans and latency histograms
  • View filtersViews() now allows tenant_id and partition_id through latency histogram and completed_calls attribute filters
  • Safe when claims are absent — unauthenticated paths produce no extra attributes

v1.93.6 🌈

11 Apr 00:26
36a6871

Choose a tag to compare

Changes

  • No changes

v1.93.5 🌈

06 Apr 00:28
ebf6c34

Choose a tag to compare

Changes

  • No changes

v1.93.4

03 Apr 09:19
656ba90

Choose a tag to compare

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)