Skip to content

Commit 3abd93c

Browse files
maorlegerCopilot
andauthored
[Release] @azure/opentelemetry-instrumentation-azure-sdk 1.0.0 (#38399)
## Release Preparation Promotes `@azure/opentelemetry-instrumentation-azure-sdk` from `1.0.0-beta.10` to **1.0.0 GA**. ### Changes - Bumped version to `1.0.0` in `package.json` - Updated `SDK_VERSION` constant in `src/configuration.ts` - Added changelog entry for `1.0.0` ### Validation - ✅ Build succeeded - ✅ All 41 tests passed - ✅ Lint and format clean --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3eeed94 commit 3abd93c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0 (2026-05-05)
4+
5+
### Features Added
6+
7+
- First stable release of the Azure SDK OpenTelemetry Instrumentation library.
8+
39
## 1.0.0-beta.10 (2026-03-04)
410

511
### Other Changes

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/opentelemetry-instrumentation-azure-sdk",
3-
"version": "1.0.0-beta.10",
3+
"version": "1.0.0",
44
"description": "Instrumentation client for the Azure SDK.",
55
"sdk-type": "client",
66
"type": "module",

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.10";
4+
export const SDK_VERSION: string = "1.0.0";
55

66
/**
77
* @internal

0 commit comments

Comments
 (0)