google_cloud_shelf 0.6.0+1
google_cloud_shelf: ^0.6.0+1 copied to clipboard
Shelf middleware for Google Cloud environments providing structured logging, trace correlation, exception mapping, and graceful shutdown orchestration.
0.6.0+1 #
- Updated
README.mdto referenceStructuredLoggerinstead ofcurrentLoggerand specify W3Ctraceparentheaders. - Expanded doc comments on
createLoggingMiddlewareandcloudLoggingMiddlewareto explainZonevariable injection andStructuredLoggercorrelation.
0.6.0 #
- Added the trace context to each request's
Zoneso thatpackage:google_cloud_loggingcan correlate logs with the incoming request. - BREAKING: Removed
TraceContextData. - BREAKING: Removed
currentLogger.
0.5.0 #
- Initial release.