Skip to content

Commit 312b34b

Browse files
chore(main): release 1.5.0
1 parent 73c69e3 commit 312b34b

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.5.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.4.0...v1.5.0) (2026-06-05)
6+
7+
8+
### Features
9+
10+
* **pipeline:** add Azure Pipelines configuration for building and publishing library ([73c69e3](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/73c69e3667d36af39367e1e198a1c06f2dc33945))
11+
* **pipeline:** add Azure Pipelines configuration for building and publishing Python packages to PyPI ([a36e3a1](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/a36e3a1278b153b021114169ad1889f2352318c3))
12+
* **pipeline:** add Azure Pipelines configuration for building and publishing Python packages to PyPI ([713490c](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/713490c8110fe322692f7d10e8a8063d0f0684ae))
13+
14+
15+
### Bug Fixes
16+
17+
* 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)
18+
* Strip leading and trailing whitespace for HostOs header ([c0a03c8](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/c0a03c86eb2c4398449c908f94ecb2295ac96c2d))
19+
* update 1ES daily CI pipeline configuration ([9c0ca2b](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/9c0ca2b257caf84277c17615d1d6e9914270acde))
20+
* update package owners and approvers in Azure Pipelines configuration ([19a5a2d](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/19a5a2d8a8c2fbe835bb2954c079a8776b3be961))
21+
522
## [1.4.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.3.8...v1.4.0) (2026-05-19)
623

724

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "msgraph-core"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.4.0"
9+
version = "1.5.0"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "Core component of the Microsoft Graph Python SDK"

src/msgraph_core/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
DEFAULT_CONNECTION_TIMEOUT = 30
1111
# The SDK version
1212
# x-release-please-start-version
13-
SDK_VERSION = '1.4.0'
13+
SDK_VERSION = '1.5.0'
1414
# x-release-please-end
1515
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

0 commit comments

Comments
 (0)