Skip to content

Commit d8c67d6

Browse files
tercelclaude
andcommitted
docs: move UsageMiddleware to Observability table, add 0.13.0 compare link
Move UsageMiddleware from Middleware to Observability section in README API Overview. Add missing [0.13.0] compare link to CHANGELOG. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d8c205f commit d8c67d6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ Built-in `system.*` modules that allow AI agents to query, monitor
499499

500500
---
501501

502+
[0.13.0]: https://github.com/aipartnerup/apcore-python/compare/v0.12.0...v0.13.0
502503
[0.12.0]: https://github.com/aipartnerup/apcore-python/compare/v0.11.0...v0.12.0
503504
[0.11.0]: https://github.com/aipartnerup/apcore-python/compare/v0.10.0...v0.11.0
504505
[0.10.0]: https://github.com/aipartnerup/apcore-python/compare/v0.9.0...v0.10.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ A schema-enforced module standard for the AI-Perceivable era.
6363
| `ErrorHistoryMiddleware` | Records errors into ErrorHistory |
6464
| `PlatformNotifyMiddleware` | Emits events on error rate/latency spikes |
6565
| `ObsLoggingMiddleware` | Observability-aware structured logging middleware |
66-
| `UsageMiddleware` | Per-call usage tracking middleware |
6766

6867
**Schema**
6968

@@ -83,6 +82,7 @@ A schema-enforced module standard for the AI-Perceivable era.
8382
| `ContextLogger` | Context-aware structured logging |
8483
| `ErrorHistory` | Ring buffer of recent errors with deduplication |
8584
| `UsageCollector` | Per-module usage statistics and trends |
85+
| `UsageMiddleware` | Per-call usage tracking middleware |
8686
| `TraceContext` | W3C Trace Context propagation (traceparent/tracestate) |
8787
| `InMemoryExporter` | Span exporter that stores spans in memory |
8888
| `StdoutExporter` | Span exporter that writes spans to stdout |

0 commit comments

Comments
 (0)