From 0ac271cf468c27313f9f3ec6d5cf25be2c09c2b0 Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Fri, 1 May 2026 13:22:54 -0700 Subject: [PATCH 1/4] GA release 1.0.1 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- src/microsoft/opentelemetry/_version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aea96a2..59e2210d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.1 (2026-05-01) + +### Other Changes +- Drop support for Python 3.9. + ([#110](https://github.com/microsoft/opentelemetry-distro-python/pull/110)) +- Update A365 documentation and links. + ([#101](https://github.com/microsoft/opentelemetry-distro-python/pull/101)), +- Fix CODEOWNERS sub-owners. + ([#103](https://github.com/microsoft/opentelemetry-distro-python/pull/103)) + ## 1.0.0 (2026-04-30) ### Features Added diff --git a/pyproject.toml b/pyproject.toml index 77dcf390..48350c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "microsoft-opentelemetry" -version = "1.0.0" +version = "1.0.1" description = "Minimal template for the Microsoft OpenTelemetry distro for Python" readme = "README.md" requires-python = ">=3.10" diff --git a/src/microsoft/opentelemetry/_version.py b/src/microsoft/opentelemetry/_version.py index 972d40d5..ee13f352 100644 --- a/src/microsoft/opentelemetry/_version.py +++ b/src/microsoft/opentelemetry/_version.py @@ -4,4 +4,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0" +VERSION = "1.0.1" From 20bfe4ec9cd5ec1bf52cfb0148b5574466e1c4d0 Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Fri, 1 May 2026 13:27:33 -0700 Subject: [PATCH 2/4] Remove trailing comma --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e2210d..c6e50497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - Drop support for Python 3.9. ([#110](https://github.com/microsoft/opentelemetry-distro-python/pull/110)) - Update A365 documentation and links. - ([#101](https://github.com/microsoft/opentelemetry-distro-python/pull/101)), + ([#101](https://github.com/microsoft/opentelemetry-distro-python/pull/101)) - Fix CODEOWNERS sub-owners. ([#103](https://github.com/microsoft/opentelemetry-distro-python/pull/103)) From b65fbd02ab31a18cac1e250a11f22b365210bca0 Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Fri, 1 May 2026 15:53:45 -0700 Subject: [PATCH 3/4] Update with new PRs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e50497..fc4ec849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ ### Other Changes - Drop support for Python 3.9. ([#110](https://github.com/microsoft/opentelemetry-distro-python/pull/110)) +- Add Fabric/ADX getting started guide and sample. + ([#104](https://github.com/microsoft/opentelemetry-distro-python/pull/104)) - Update A365 documentation and links. ([#101](https://github.com/microsoft/opentelemetry-distro-python/pull/101)) - Fix CODEOWNERS sub-owners. From acf7688c2d1a059d414632c5b361fde94e28dbfd Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Fri, 1 May 2026 17:33:20 -0700 Subject: [PATCH 4/4] Update with new PR --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4ec849..c5a3090b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 1.0.1 (2026-05-01) ### Other Changes +- Add troubleshooting sections and duplicate spans guide + ([#115](https://github.com/microsoft/opentelemetry-distro-python/pull/115)) - Drop support for Python 3.9. ([#110](https://github.com/microsoft/opentelemetry-distro-python/pull/110)) - Add Fabric/ADX getting started guide and sample.