Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.79 KB

File metadata and controls

51 lines (34 loc) · 1.79 KB

Changelog

Unreleased

1.5.1-rc.1

Released 2023-Jun-29

  • Added support for sending common schema extensions using ext.[name].[field] syntax. (#1073)

  • Added support for sending common schema dt (Distributed Tracing) extension when trace context is present on LogRecords. (#1073)

  • Added support for sending common schema ex (Exception) extension when exception is present on LogRecords. (#1082)

  • Added support for sending common schema eventId field when EventId.Id is non-zero on LogRecords. (#1127)

  • Update OpenTelemetry to 1.5.1 (#1255)

0.1.0-alpha.2

Released 2023-Mar-6

  • Update OpenTelemetry to 1.4.0 (#1038)

  • Tenant token is no longer exposed on OneCollectorExporterOptions and will be set automatically from the instrumentation key. Added new registration overloads and a builder to help with configuration. (#1032)

  • Switched to using a connection string design instead of passing instrumentation key directly. (#1037)

  • Added RegisterPayloadTransmittedCallback API on OneCollectorExporter<T>. (#1058)

0.1.0-alpha.1

Released 2023-Feb-16

  • Initial release.