Skip to content

v0.4.0

Choose a tag to compare

@chokoswitch chokoswitch released this 03 Feb 06:38
e33a7fa

This release adds some features for improved usage in production

📈 Enhancements

  • Add middleware/retry package 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 = False when initializing a transport

Full Changelog: v0.3.3...v0.4.0