Skip to content

Commit 1940ba2

Browse files
committed
Merge remote-tracking branch 'origin/main' into worktree-oteliq-perf-pr1
# Conflicts: # CHANGELOG.md # ui/src/App.tsx # ui/src/__tests__/App.test.tsx # ui/src/components/common/ServiceGroups.module.css # ui/src/components/common/ServiceGroups.tsx # ui/src/components/common/ServiceRow.module.css # ui/src/components/common/ServiceRow.tsx # ui/src/components/common/ToneBadge.module.css # ui/src/components/inspector/ServiceInspector.module.css # ui/src/components/inspector/ServiceInspector.tsx # ui/src/components/inspector/WhyTab.tsx # ui/src/components/inspector/__tests__/ImpactTab.test.tsx # ui/src/components/inspector/__tests__/WhyTab.test.tsx # ui/src/components/inspector/inspectorTabs.tsx # ui/src/components/map/FlowMap.module.css # ui/src/components/map/FlowMap.tsx # ui/src/components/palette/CommandPalette.tsx # ui/src/components/palette/ShortcutSheet.tsx # ui/src/components/palette/__tests__/PaletteHost.test.tsx # ui/src/components/palette/palette.module.css # ui/src/components/shell/ConnectInline.module.css # ui/src/components/shell/ConnectPopover.module.css # ui/src/components/shell/LiveDot.module.css # ui/src/components/shell/LiveDot.tsx # ui/src/components/shell/PulseBar.module.css # ui/src/components/shell/PulseBar.tsx # ui/src/components/shell/Shell.module.css # ui/src/components/shell/Shell.tsx # ui/src/components/shell/__tests__/PulseBar.test.tsx # ui/src/components/shell/__tests__/Shell.test.tsx # ui/src/components/trail/TrailBar.module.css # ui/src/components/triage/AnomalyStrip.module.css # ui/src/components/triage/AnomalyStrip.tsx # ui/src/hooks/__tests__/useGlobalKeys.test.tsx # ui/src/hooks/__tests__/useInvestigation.test.tsx # ui/src/hooks/useGlobalKeys.ts # ui/src/hooks/useInvestigation.ts # ui/src/lib/__tests__/chords.test.ts # ui/src/lib/__tests__/dagLayout.test.ts # ui/src/lib/__tests__/palette.test.ts # ui/src/lib/chords.ts # ui/src/lib/dagLayout.ts # ui/src/lib/palette.ts # ui/src/lib/trail.ts # ui/src/styles/global.css # ui/src/styles/tokens.css
2 parents ec9a62b + 458036e commit 1940ba2

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,20 @@ commit on `main` is the canonical version identifier (`git rev-parse HEAD`).
99
Per-tag pre-release notes are published on
1010
[GitHub Releases](https://github.com/RandomCodeSpace/otelcontext/releases).
1111
This file's `Unreleased` section tracks what has landed on `main` since the
12-
last published pre-release tag (`v0.2.0-beta.6`).
12+
last published pre-release tag (`v0.3.0-beta.1`).
1313

1414
## [Unreleased]
1515

16+
### Changed — map-centric "Service Map" UI redesign
17+
18+
- The home is now a single live **Service Map**: a sunflower/phyllotaxis radial
19+
layout (most-critical at center) that scales 7→120+ services, with system
20+
vitals in the header, a recent-anomaly strip (15m/30m/1h counts + service
21+
chips), and the Inspector docked on selection.
22+
- Logs and Traces are no longer human screens — they are served by the MCP
23+
`search_logs`/`trace_graph` tools; the nav collapses to Service Map + ⌘K.
24+
25+
## [v0.3.0-beta.1] — 2026-06-12
1626
### Fixed — production OOM restarts (memory-survival series)
1727

1828
- **AnomalyStore memory blowup** (merged from `fix/sqlite-survival-hardening`): stable
@@ -256,7 +266,8 @@ committed the built UI to `main`.)
256266
- bestpractices.dev project [12646](https://www.bestpractices.dev/projects/12646)
257267
declared at `level: passing` via canonical autofill schema. ([#47])
258268

259-
[Unreleased]: https://github.com/RandomCodeSpace/otelcontext/compare/v0.2.0-beta.6...HEAD
269+
[Unreleased]: https://github.com/RandomCodeSpace/otelcontext/compare/v0.3.0-beta.1...HEAD
270+
[v0.3.0-beta.1]: https://github.com/RandomCodeSpace/otelcontext/compare/v0.2.0-beta.6...v0.3.0-beta.1
260271
[v0.2.0-beta.6]: https://github.com/RandomCodeSpace/otelcontext/compare/v0.0.11-beta.15...v0.2.0-beta.6
261272
[#24]: https://github.com/RandomCodeSpace/otelcontext/pull/24
262273
[#25]: https://github.com/RandomCodeSpace/otelcontext/pull/25

0 commit comments

Comments
 (0)