v1.0.0
Features in 1.0.0
- Full support for the OTLP Logs protocol with gRPC and HTTP/protobuf transport flavors
- Full support for structured log events including complex property types
- Follows standard semantic conventions for service naming, exception information, etc.
- Configuration of additional resource attributes
- Configuration of outbound HTTP request handling and attached headers
- Batched/asynchronous
WriteTosupport - Synchronous/hard-failing
AuditTosupport - Trace and span correlation through
System.Diagnostics.Activity
Credits
This release is made possible by:
- @loomis - initial version, build-out, and stabilization
- @nblumhardt - build-out and stabilization
- @Shatl - #21 - reduce memory allocations
- @maciejpiwowarczyk-relativity - #40 - initial batching configuration that led to full
AuditTosupport - @SimonCropp - #39 - project setup improvements and code style updates