From 312b34b2528323c81cdbfe1e5657cc0ed28a03f6 Mon Sep 17 00:00:00 2001 From: "release-please-token-provider[bot]" <225477224+release-please-token-provider[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:48:54 +0000 Subject: [PATCH] chore(main): release 1.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- src/msgraph_core/_constants.py | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 04bed11c..b93a91e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index af199487..429d08f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [1.5.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.4.0...v1.5.0) (2026-06-05) + + +### Features + +* **pipeline:** add Azure Pipelines configuration for building and publishing library ([73c69e3](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/73c69e3667d36af39367e1e198a1c06f2dc33945)) +* **pipeline:** add Azure Pipelines configuration for building and publishing Python packages to PyPI ([a36e3a1](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/a36e3a1278b153b021114169ad1889f2352318c3)) +* **pipeline:** add Azure Pipelines configuration for building and publishing Python packages to PyPI ([713490c](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/713490c8110fe322692f7d10e8a8063d0f0684ae)) + + +### Bug Fixes + +* HTTP/1.1 requests with truncated kernel versions ([ecc5575](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/ecc5575b84a2efd8e30cd0ae68885e279754d4f2)), closes [#1087](https://github.com/microsoftgraph/msgraph-sdk-python-core/issues/1087) +* Strip leading and trailing whitespace for HostOs header ([c0a03c8](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/c0a03c86eb2c4398449c908f94ecb2295ac96c2d)) +* update 1ES daily CI pipeline configuration ([9c0ca2b](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/9c0ca2b257caf84277c17615d1d6e9914270acde)) +* update package owners and approvers in Azure Pipelines configuration ([19a5a2d](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/19a5a2d8a8c2fbe835bb2954c079a8776b3be961)) + ## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.8...v1.4.0) (2026-05-19) diff --git a/pyproject.toml b/pyproject.toml index a96b9f33..2971becb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "msgraph-core" # The SDK version # x-release-please-start-version -version = "1.4.0" +version = "1.5.0" # x-release-please-end authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}] description = "Core component of the Microsoft Graph Python SDK" diff --git a/src/msgraph_core/_constants.py b/src/msgraph_core/_constants.py index 7a09eea0..a203a37d 100644 --- a/src/msgraph_core/_constants.py +++ b/src/msgraph_core/_constants.py @@ -10,6 +10,6 @@ DEFAULT_CONNECTION_TIMEOUT = 30 # The SDK version # x-release-please-start-version -SDK_VERSION = '1.4.0' +SDK_VERSION = '1.5.0' # x-release-please-end MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'