v0.4.26
What's Changed
- Share the repo into tart VMs with a named --dir mount by @dcdeniz in #644
- Prefer a running daemon for /api/config's no-project default by @dcdeniz in #645
- Signal when the OTLP receiver drops spans for a bad token by @dcdeniz in #646
- Run the staleness loop on the per-project daemon by @dcdeniz in #647
- Mint an OBSERVED CONNECTS_TO edge for in-process database reads by @dcdeniz in #648
- Extract server routes and match HTTP client calls to them by @dcdeniz in #649
- Mint an observed edge for queue consumers and producers by @dcdeniz in #650
- Give GraphQL services an observed operation-grain topology by @dcdeniz in #651
- Give gRPC a method-grain, two-sided topology by @dcdeniz in #652
- Connectors plane + Supabase connector design (ADR-124) by @dcdeniz in #654
- Give WebSocket apps a channel-grain observed topology by @dcdeniz in #655
- Design the Railway connector (ADR-127) by @dcdeniz in #660
- Design the Firebase connector, scoped to Functions/Run/Hosting by @dcdeniz in #662
- Cloudflare Workers/Pages connector design (ADR-129) by @dcdeniz in #663
- Document the Vercel edge-runtime installer path (ADR-126) by @dcdeniz in #661
- Connectors plane: shared pull/map/fuse scaffold by @dcdeniz in #665
- Add the Vercel edge-runtime installer path for Next.js (ADR-126) by @dcdeniz in #668
- Implement the Railway connector (ADR-127) by @dcdeniz in #673
- Implement the Firebase connector for Cloud Functions / Cloud Run / Hosting request logs by @dcdeniz in #672
- Implement the Cloudflare Workers/Pages connector, v1 whole-file grain (ADR-129) by @dcdeniz in #669
- Fix a raw NUL byte in the Firebase connector's map.ts by @dcdeniz in #675
- Bump to v0.4.26 by @dcdeniz in #676
Full Changelog: v0.4.25...v0.4.26