All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Increment the:
- MAJOR version when you make incompatible API/ABI changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
- [EXPORTER] ETW Exporter enhancements (#519)
- [EXPORTER] Read Zipkin endpoint from environment variable. (#624)
- [EXPORTER] Split Zpages webserver hosting from Exporter (#626)
- [EXPORTER] ETW Exporter Usage Instructions (#628)
- [INSTRUMENTATION] HTTP Client/Server Instrumentation example (#632)
- [EXPORTER] Enable tls authentication for otlp grpc exporter ([#635](Enable tls authentication for otlp grpc exporter))
- [API] Refactoring trace_state to reuse common functionality in baggage (#638)
- [EXPORTER] Added Zipkin Exporter. (#471)
- [API] Added Jaeger propagator. (#599)
- [PROPAGATOR] Added Composite Propagator (#597)
- [API] Propagate traceflag from parent (#603)
- [DOCS] Add sphinx support for api doc generation (595)
- [SDK] Add service.name if missing in Resource (#616)
- [SDK] Added
ForceFlush
toTracerProvider
. (#588). - [SDK] Added Resource API. (#502)
- [API] Modified TraceState support for w3c trace context as per specs. (#551)
- [API] Added B3 Propagator. (#523)
- [Exporter] Added ETW Exporter. (#376)
- [CI] Enable cache for Bazel for faster builds. (#505)
- Trace API and SDK experimental
- OTLP Exporter