-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prerelease v1.0.0 #2250
Prerelease v1.0.0 #2250
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2250 +/- ##
=====================================
Coverage 72.5% 72.5%
=====================================
Files 168 168
Lines 11764 11764
=====================================
+ Hits 8530 8532 +2
+ Misses 2999 2997 -2
Partials 235 235
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Co-authored-by: Robert Pająk <pellared@hotmail.com>
This is the first stable release for the project.
This release includes an API and SDK for the tracing signal that will comply with the stability guarantees defined by the projects versioning policy.
Added
Fixed
Removed
"go.opentelemetry.io/otel/exporters/zipkin".WithSDKOptions
function. (zipkin: remove no-op WithSDKOptions #2248)go.opentelemetry.io/otel/oteltest
. (Remove the deprecated oteltest package #2234)go.opentelemetry.io/otel/bridge/opencensus/utils
. (Remove the deprecated bridge/opencensus/utils pkg #2233)go.opentelemetry.io/otel/attribute
package.Use the typed functions and methods added to the package instead. (Remove deprecated Array from attribute package #2235)
Key.Array
method is removed.Array
function is removed.Any
function is removed.ArrayValue
function is removed.AsArray
function is removed.Resolves #2021