Skip to content

Latest commit

 

History

History
257 lines (170 loc) · 9.38 KB

File metadata and controls

257 lines (170 loc) · 9.38 KB

Release History

1.0.0-beta.32 (Unreleased)

Features Added

Breaking Changes

Bugs Fixed

Other Changes

1.0.0-beta.31 (2024-10-23)

Bugs Fixed

Other Changes

1.0.0-beta.30 (2024-10-09)

Bugs Fixed

1.0.0-beta.29 (2024-10-02)

Breaking Changes

⚠️⚠️ The AzureMonitorExporterBuilder class has been replaced with the AzureMonitorExporter class (41705 and 42134):

AutoConfiguredOpenTelemetrySdkBuilder sdkBuilder = AutoConfiguredOpenTelemetrySdk.builder();
AzureMonitorExporter.customize(sdkBuilder);
OpenTelemetry openTelemetry = sdkBuilder.build().getOpenTelemetrySdk();

See the Readme for more details

Bugs Fixed

Other Changes

1.0.0-beta.28 (2024-08-08)

Other Changes

1.0.0-beta.27 (2024-08-05)

Other Changes

1.0.0-beta.26 (2024-07-24)

Bugs Fixed

Other Changes

1.0.0-beta.25 (2024-06-28)

Other changes

1.0.0-beta.24 (2024-05-29)

Features Added

1.0.0-beta.23 (2024-05-23)

Other Changes

1.0.0-beta.22 (2024-05-09)

Bugs Fixed

Other Changes

1.0.0-beta.21 (2024-03-11)

Bugs Fixed

1.0.0-beta.20 (2024-03-07)

Features Added

Bugs Fixed

1.0.0-beta.19 (2024-02-23)

Bugs Fixed

1.0.0-beta.18 (2024-02-23)

Bugs Fixed

Other Changes

1.0.0-beta.17 (2024-01-25)

1.0.0-beta.16 (2024-01-23)

Features Added

1.0.0-beta.15 (2023-12-18)

Bugs Fixed

Other Changes

1.0.0-beta.14 (2023-11-09)

Breaking Changes

Bugs Fixed

1.0.0-beta.13 (2023-10-24)

Bugs Fixed

1.0.0-beta.12 (2023-10-23)

Features Added

Other Changes

1.0.0-beta.11 (2023-07-27)

Other Changes

1.0.0-beta.10 (2023-07-26)

Other Changes

1.0.0-beta.9 (2023-07-14)

Dependency Update

  • Update OpenTelemetry Java Instrumentation to 1.28.0

1.0.0-beta.8 (2023-02-24)

Dependency Update

  • Update OpenTelemetry Java Instrumentation to 1.23.0

Bugs Fixed

1.0.0-beta.7 (2023-02-09)

Enhancements

  • Updated the OpenTelemetry SDK baseline to version 1.20.0
  • Replace System.getenv usage with Azure SDK Configuration

Breaking Changes

  • Change the Exporter implementations from public to package-private

1.0.0-beta.6 (2022-09-06)

New Features

  • Add metrics exporter.
  • Add logs exporter.
  • Add disk persistence and retries for ingestion failures.
  • Add heartbeat telemetry.

1.0.0-beta.5 (2021-11-12)

New Features

  • Added Azure Active Directory authentication support.
  • Added Stamp Specific Endpoint redirect support.
  • Added support for EventHubs.
  • Add sdk version string to telemetry item.

Dependency Updates

  • Updated versions of opentelemetry-api and opentelemetry-sdk to 1.7.0 version.

Bugs Fixed

  • Fix formatted duration used in setDuration of RequestData and RemoteDependencyData.
  • Minor Fix to ndJsonSerialization issue.

1.0.0-beta.4 (2021-03-10)

New Features

  • AzureMonitorExporterBuilder now supports reading connection string from APPLICATIONINSIGHTS_CONNECTION_STRING environment variable.

Dependency Updates

  • Updated versions of opentelemetry-api and opentelemetry-sdk to 1.0.0 version. More detailed information about the new OpenTelemetry API version can be found in OpenTelemetry changelog.
  • Updated azure-core version to 1.14.0.
  • Updated azure-core-http-netty version to 1.9.0.

1.0.0-beta.3 (2021-02-09)

Breaking changes

  • Renamed artifact to azure-monitor-opentelemetry-exporter.

Dependency Updates

  • Updated versions of opentelemetry-api and opentelemetry-sdk to 0.14.1 version.

1.0.0-beta.2 (2021-01-12)

Breaking changes

  • Renamed artifact to azure-opentelemetry-exporter-azuremonitor.
  • Replaced instrumentationKey() with connectionString() in the AzureMonitorExporterBuilder.

1.0.0-beta.1 (2020-10-06)

New Features

  • Initial release. Please see the README and wiki for information on the new design.