Release v1.0.0
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
- OTLP trace exporter now sets the SchemaURL field in the exported telemetry if the Tracer has WithSchemaURL option. (#2242)
Fixed
- Slice-valued attributes can correctly be used as map keys. (#2223)
Removed
- Removed the
"go.opentelemetry.io/otel/exporters/zipkin".WithSDKOptionsfunction. (#2248) - Removed the deprecated package
go.opentelemetry.io/otel/oteltest. (#2234) - Removed the deprecated package
go.opentelemetry.io/otel/bridge/opencensus/utils. (#2233) - Removed deprecated functions, types, and methods from
go.opentelemetry.io/otel/attributepackage.
Use the typed functions and methods added to the package instead. (#2235)- The
Key.Arraymethod is removed. - The
Arrayfunction is removed. - The
Anyfunction is removed. - The
ArrayValuefunction is removed. - The
AsArrayfunction is removed.
- The