Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.35 KB

File metadata and controls

40 lines (27 loc) · 1.35 KB

Changelog

Unreleased

1.0.3

Released 2023-Feb-21

  • Fixes issue in span serialization process introduced in 1.0.2 version. (#979)
  • Update OTel SDK version to 1.3.2. (#917)

1.0.2

Released 2022-Dec-20

  • Updated Transport with exception-handling and a couple of bug fixes (#747):
    • Adds InstanaExporterEventSource to provide for error logging.
    • Adds exception-handling to Transport with logging via InstanaExporterEventSource.
    • Fixes Transport buffering to prevent exceeding underlying array capacity.
    • Fixes Transport to prevent lost spans due to buffer length.

1.0.1

Released 2022-Nov-02

  • Instana span duration was not calculated correctly 376
  • Application is crashing if environment variables are not defined 385
  • Update OTel SDK version to 1.3.1. (#749)

1.0.0

Released 2022-May-24

  • This is the first release of the OpenTelemetry.Exporter.Instana project.