v0.4.0
This release adds some features for improved usage in production
📈 Enhancements
-
Add
middleware/retrypackage with middleware that can be applied to a transport to automatically retry requests -
Add OpenTelemetry tracing and metrics for requests and the rust runtime. These are enabled by default - without an OpenTelemetry SDK installed, these will behave as no-op. To completely disable, you can set
enable_otel = Falsewhen initializing a transport
Full Changelog: v0.3.3...v0.4.0