v0.10.0
Features & Improvements
- Structured Logging for Cache Events
- (0d44a09): Added structured logging for cache responses and errors using Go's
log/slog. - (247a399): Added a machine-parseable log schema (docs/log.schema.md) for all cache logs.
- (0d44a09): Added structured logging for cache responses and errors using Go's
- Tracing Support
- (3545f34): Added
ContextWithTraceIDfor distributed tracing; users can inject a trace ID into the request context to correlate cache logs with other system logs.
- (3545f34): Added
- Refactor & Code Quality
Full Changelog: v0.9.2...v0.10.0
The project is nearing a stable v1.0.0 milestone.
Any further feedback, issues, or contributions are welcome as we finalize the implementation and documentation.