Replies: 1 comment
-
|
In fact, perhaps a nightly or per-commit prerelease action could be added? That way users can just use a prerelease if they want to upgrade dependencies before a "full" release is ready, without the maintainers of Poem needing to make a release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
masterbranch has some important dependency upgrades, such asopentelemetrygoing from 0.30 to 0.31. The opentelemetry crates can be a pain to use, because the versions must be in sync across your entire workspace to guarantee that telemetry will work correctly. So it is important that when the opentelemetry version used by poem is updated, that there be a new release so that consumers are able to update their opentelemetry version. (Thereqwest-tracingcrate solves this by having a separate feature flag for each supported opentelemetry version: https://crates.io/crates/reqwest-tracing)Beta Was this translation helpful? Give feedback.
All reactions