Support the 0.31 release of the opentelemetry client#249
Support the 0.31 release of the opentelemetry client#249AdamGS wants to merge 4 commits intoTrueLayer:mainfrom
Conversation
|
I'm not sure the |
might be the new default linker for 1.90. RUSTFLAGS="-fdebug-types-section" might help. |
|
That might be it, I'll try in in a second PR because looking at previous PRs this step basically always fails. |
|
Found this fix - #250 |
|
any update on this ? :) |
|
@tl-rodrigo-gryzinski sorry for the ping, just happened to see you approved the most recent PR, any chance of getting a review on this one? |
Co-authored-by: Dan King <daniel.zidan.king@gmail.com>
|
glad to solve conflicts here if there's any willingness to accept this PR |
* ci!: add release-plz support (TrueLayer#266) * Update reqwest to 0.13 (TrueLayer#263) * Update reqwest to 0.13 * Note renaming of rustls-tls to rustls * Use more precise version for middleware dep * Update readmes to match crate versions, features --------- Co-authored-by: Jake Oliver <github@skos.ninja> * Set changelog version for last release (TrueLayer#268) * fix Signed-off-by: Robert Kruszewski <github@robertk.io> --------- Signed-off-by: Robert Kruszewski <github@robertk.io> Co-authored-by: Jake Oliver <github@skos.ninja> Co-authored-by: asonix <asonix@asonix.dog>
|
In the name of better housekeeping for our fork, I moved the content of this PR to #272, I do apologize for the mess. |
Add support for the latest otel release (0.31).
CI isn't passing but that seems to be a bigger issue, a proposed fix is in #250.