tugboat_dio 0.10.0
tugboat_dio: ^0.10.0 copied to clipboard
Dio interceptor that records safe, bounded network evidence into an active Tugboat capture session.
0.10.0 #
Changed #
- Compatibility release for
tugboat0.10.0. The Dio adapter has no runtime behavior change.
0.9.0 #
Changed #
- Compatibility release for the mode-free
tugboat0.9.0 API. The Dio adapter has no runtime behavior change.
0.8.17 #
Changed #
- Compatibility release for
tugboat0.8.17. The Dio adapter has no runtime behavior change.
0.8.16 #
Changed #
- Compatibility release for
tugboat0.8.16. The Dio adapter has no runtime behavior change.
0.8.15 #
Changed #
- Compatibility release for
tugboat0.8.15. The Dio adapter has no runtime behavior change.
0.8.14 #
Changed #
- Compatibility release for
tugboat0.8.14. The Dio adapter has no runtime behavior change.
0.8.13 #
Changed #
- Compatibility release for
tugboat0.8.13. The Dio adapter has no runtime behavior change.
0.8.12 #
Changed #
- Compatibility release for
tugboat0.8.12. The Dio adapter has no runtime behavior change.
0.8.11 #
Changed #
- Refactor interceptor control flow to keep cyclomatic complexity at or below 10 without changing network evidence behavior.
- Require
tugboat0.8.11.
0.8.10 #
Changed #
- Compatibility release for
tugboat0.8.10. The Dio adapter has no runtime behavior change.
0.8.9 #
Changed #
- Compatibility release for
tugboat0.8.9. The Dio adapter has no runtime behavior change.
0.8.8 #
This release follows 0.8.0 and stays on the 0.8.x line as 0.8.8.
Changed #
- Compatibility release for
tugboat0.8.8. The Dio adapter has no runtime behavior change.
0.8.7 #
This release follows 0.8.0 and stays on the 0.8.x line as 0.8.7.
Changed #
- Compatibility release for
tugboat0.8.7. The Dio adapter has no runtime behavior changes.
0.8.6 #
This release follows 0.8.0 and stays on the 0.8.x line as 0.8.6.
Changed #
- Compatibility release for
tugboat0.8.6. The Dio adapter has no runtime behavior changes.
0.8.5 #
This release follows 0.8.0 and stays on the 0.8.x line as 0.8.5.
Changed #
- Compatibility release for
tugboat0.8.5. Route resolvers may retain dynamic identifier segments in bounded absolute paths.
0.8.0 #
Changed #
- Compatibility release for
tugboat0.8.0. The Dio adapter has no runtime behavior changes.
0.7.1 #
Changed #
- Compatibility release for
tugboat0.7.1. The Dio adapter has no runtime behavior changes.
0.7.0 #
Changed #
- Compatibility release for
tugboat0.7.0. The Dio adapter has no runtime behavior changes.
0.6.0 #
Added #
- Initial
TugboatDioInterceptorthat maps Dio request lifecycle callbacks to the core Tugboat network observation token. TugboatDioInterceptor.installappends to the interceptor chain (after auth/retry) and rejects duplicate installation on the sameDioinstance.
Fixed #
- Inactive or ended capture no longer invokes the host route resolver or
mutates
RequestOptions.extra. - Adapter-owned request state is cleaned up after terminal callbacks without deleting colliding host metadata.