- Support new versions of dependencies.
- Windows: Replace POSIX-only functionality with a stub, so the package could be built at all (#114).
- Support
OTEL_SDK_DISABLED
(#148). - Add Datadog as a known propagator (#117).
- Documentation improvements
- Raise minimum version bounds for
random
to 1.2.0. This fixes duplicate ID generation issues in highly concurrent systems.
- Fix batch processor flush behavior on shutdown to not drop spans
- Fix haddock issue
getTracerProviderInitializationOptions'
introduced to enable custom resource detection
- Doc enhancements
makeTracer
introduced to replacegetTracer
- Tighten exports. Not likely to cause any breaking changes for existing users.
- Update hs-opentelemetry-api bounds
- Export new
NewLink
interface for creating links
- Initial release