Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(main): release 1.5.0 #1084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
release-please-token-provider wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from release-please--branches--main--components--msgraph-core
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
View file Open in desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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日)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/msgraph_core/_constants.py
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Loading

AltStyle によって変換されたページ (->オリジナル) /