Replies: 7 comments 10 replies
-
|
I was thinking about a proper release recently. The Scala Steward is ready. Most of the mentioned changes (except for the #510) should be binary compatible, so we can publish 0.5.1 as soon as we want. |
Beta Was this translation helpful? Give feedback.
-
|
I would love to see the new release, especially because of
And by the way I'm in the middle of a production code migration from the Java lib to Otel4s, and it feels so good. Thank you guys for this library! |
Beta Was this translation helpful? Give feedback.
-
|
Here is the first release candidate: https://github.com/typelevel/otel4s/releases/tag/v0.5.0-RC1. |
Beta Was this translation helpful? Give feedback.
-
|
We have two tasks that should be included in From my perspective, the SDK tracing module is ready to be released. |
Beta Was this translation helpful? Give feedback.
-
|
Here is the second release candidate - https://github.com/typelevel/otel4s/releases/tag/v0.5.0-RC2. |
Beta Was this translation helpful? Give feedback.
-
|
Alright, we are almost there. Should we push #568 into 0.5.0? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @iRevive, a little typo in the release note: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe there are a bunch of features that a variety of people are interested in using soon or now, so I'd like to propose that we move in the direction of a release by listing what we think is important to have in the current one that is not yet complete. To that end, the following is a list of issues, PRs, or other changes that one or more people would like to see completed before the next release. If you are a maintainer, please edit this message to add your own items to this list.
Attributeskey behaviour between otel4s and oteljava #513, Disallow duplicate key names inAttributes#515, Partially redesignAttributes#529 (critical)ListAttributeTypes toSeq#510, WidenListAttributeTypes toSeq#512Attributes#494, run through (especially core) APIs and check for consistency (no issue or PR yet)Attributes; this may be useful in test code as well: AddAttributeConverters#544PropagatorConverters#545OtelJava.noop#543PassThroughPropagator#551Tracer#currentSpanOrThrow#555opentelemetry-semconvto1.24.0-alpha#568Additionally, I'd like to propose that we publish a pre-release (
0.5.0-alpha.1) immediately, simply because it's easy to do so.Beta Was this translation helpful? Give feedback.
All reactions