Skip to content
Merged
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
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"packages/abstractions": "1.10.3",
"packages/authentication/azure": "1.10.3",
"packages/http/httpx": "1.10.3",
"packages/serialization/json": "1.10.3",
"packages/serialization/form": "1.10.3",
"packages/serialization/text": "1.10.3",
"packages/serialization/multipart": "1.10.3",
"packages/bundle": "1.10.3"
"packages/abstractions": "1.11.0",
"packages/authentication/azure": "1.11.0",
"packages/http/httpx": "1.11.0",
"packages/serialization/json": "1.11.0",
"packages/serialization/form": "1.11.0",
"packages/serialization/text": "1.11.0",
"packages/serialization/multipart": "1.11.0",
"packages/bundle": "1.11.0"
}
12 changes: 12 additions & 0 deletions packages/abstractions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.10.3...microsoft-kiota-abstractions-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))


### Bug Fixes

* validate URL host against allowed hosts whitelist ([#573](https://github.com/microsoft/kiota-python/issues/573)) ([8755f70](https://github.com/microsoft/kiota-python/commit/8755f7026763e0cf30d13d01ac46f48fd26798ff))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-abstractions-v1.10.2...microsoft-kiota-abstractions-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/authentication/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.10.3...microsoft-kiota-authentication-azure-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-authentication-azure-v1.10.2...microsoft-kiota-authentication-azure-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.10.3...microsoft-kiota-bundle-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-bundle-v1.10.2...microsoft-kiota-bundle-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/http/httpx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.10.3...microsoft-kiota-http-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-http-v1.10.2...microsoft-kiota-http-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/serialization/form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.10.3...microsoft-kiota-serialization-form-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-form-v1.10.2...microsoft-kiota-serialization-form-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/serialization/json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.10.3...microsoft-kiota-serialization-json-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-json-v1.10.2...microsoft-kiota-serialization-json-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/serialization/multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.10.3...microsoft-kiota-serialization-multipart-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-multipart-v1.10.2...microsoft-kiota-serialization-multipart-v1.10.3) (2026-06-07)


Expand Down
7 changes: 7 additions & 0 deletions packages/serialization/text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.10.3...microsoft-kiota-serialization-text-v1.11.0) (2026-06-16)


### Features

* **pipeline:** add Azure Pipelines configuration for building and publishing Kiota Python packages to PyPI ([#562](https://github.com/microsoft/kiota-python/issues/562)) ([a0e7a88](https://github.com/microsoft/kiota-python/commit/a0e7a883162da618219dc758a94dd058d05526f1))

## [1.10.3](https://github.com/microsoft/kiota-python/compare/microsoft-kiota-serialization-text-v1.10.2...microsoft-kiota-serialization-text-v1.10.3) (2026-06-07)


Expand Down
Loading