TrueLayer / reqwest-middleware

Wrapper around reqwest to allow for client middleware chains.
Apache License 2.0
257 stars 78 forks source link

OpenTelemetry 0.24 support #171

Closed mladedav closed 2 months ago

mladedav commented 2 months ago

Updates and hopefully fixes #168

Building doesn't seem to work with --all-features but looking at it I don't think it ever worked with deprecated_attributes.

Feel free to just take the code and put it into the original PR or merge this.

SimenB commented 2 months ago

Can this get a release? 🙂

mladedav commented 2 months ago

@eopb Sorry to bump this, but can this get a (patch) release? This is hopefully the last thing we're waiting on to be able to update OpenTelemetry and move on to http@1.0.

Or are there some breaking changes in master and this waits for some other changes?

eopb commented 2 months ago

There's nothing blocking the next release. I just haven't had an opportunity to cut it yet. I'll make sure something happens in the coming days 👍

eopb commented 2 months ago

This has now been released 🎉

https://github.com/TrueLayer/reqwest-middleware/releases/tag/reqwest-tracing-v0.5.3

Sorry about the wait