diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79520497..8e22b91b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } \ No newline at end of file diff --git a/packages/abstractions/CHANGELOG.md b/packages/abstractions/CHANGELOG.md index 83a7ed6e..deb02a10 100644 --- a/packages/abstractions/CHANGELOG.md +++ b/packages/abstractions/CHANGELOG.md @@ -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) diff --git a/packages/authentication/azure/CHANGELOG.md b/packages/authentication/azure/CHANGELOG.md index 3867c607..bc0e2270 100644 --- a/packages/authentication/azure/CHANGELOG.md +++ b/packages/authentication/azure/CHANGELOG.md @@ -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) diff --git a/packages/bundle/CHANGELOG.md b/packages/bundle/CHANGELOG.md index dce310fe..7b46379f 100644 --- a/packages/bundle/CHANGELOG.md +++ b/packages/bundle/CHANGELOG.md @@ -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) diff --git a/packages/http/httpx/CHANGELOG.md b/packages/http/httpx/CHANGELOG.md index 8c87f750..3228a32a 100644 --- a/packages/http/httpx/CHANGELOG.md +++ b/packages/http/httpx/CHANGELOG.md @@ -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) diff --git a/packages/serialization/form/CHANGELOG.md b/packages/serialization/form/CHANGELOG.md index 517350c1..b75dc274 100644 --- a/packages/serialization/form/CHANGELOG.md +++ b/packages/serialization/form/CHANGELOG.md @@ -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) diff --git a/packages/serialization/json/CHANGELOG.md b/packages/serialization/json/CHANGELOG.md index a2aec036..5fcbdcc0 100644 --- a/packages/serialization/json/CHANGELOG.md +++ b/packages/serialization/json/CHANGELOG.md @@ -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) diff --git a/packages/serialization/multipart/CHANGELOG.md b/packages/serialization/multipart/CHANGELOG.md index 6c01d81b..4d759b99 100644 --- a/packages/serialization/multipart/CHANGELOG.md +++ b/packages/serialization/multipart/CHANGELOG.md @@ -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) diff --git a/packages/serialization/text/CHANGELOG.md b/packages/serialization/text/CHANGELOG.md index c42fb1f1..75ad14b5 100644 --- a/packages/serialization/text/CHANGELOG.md +++ b/packages/serialization/text/CHANGELOG.md @@ -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)