Skip to content

Commit c7890f4

Browse files
chore(main): release 1.22.0 (#651)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent 13ee83c commit c7890f4

3 files changed

Lines changed: 17 additions & 2 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.21.3"
2+
".": "1.22.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.22.0](https://github.com/microsoft/kiota-dotnet/compare/v1.21.3...v1.22.0) (2026-03-02)
9+
10+
11+
### Features
12+
13+
* add http.route attribute to open telemetry on requests ([#640](https://github.com/microsoft/kiota-dotnet/issues/640)) ([b92c9c0](https://github.com/microsoft/kiota-dotnet/commit/b92c9c0dd157e68f51f6144afc71e628b5cc44b9))
14+
15+
16+
### Bug Fixes
17+
18+
* add removal of auth headers if port changes ([#666](https://github.com/microsoft/kiota-dotnet/issues/666)) ([b31c1f4](https://github.com/microsoft/kiota-dotnet/commit/b31c1f497e49fa930c8cd8bd430c0d344732d3a5))
19+
* multiple constructors break DI registration for HttpClientRequestAdapter ([#656](https://github.com/microsoft/kiota-dotnet/issues/656)) ([21d58b0](https://github.com/microsoft/kiota-dotnet/commit/21d58b009c89bcfd9855d2b94e7c4532b917c040))
20+
* removes duplicated parameter for request scrubbing ([#667](https://github.com/microsoft/kiota-dotnet/issues/667)) ([ef3fb54](https://github.com/microsoft/kiota-dotnet/commit/ef3fb549f7ec184abb23baf62bfad6cd8f13fb66))
21+
* **security:** remove proxy and cookie auth headers on insecure redirect ([#653](https://github.com/microsoft/kiota-dotnet/issues/653)) ([57d6b36](https://github.com/microsoft/kiota-dotnet/commit/57d6b36f52695594ccb0772ca7ea80e54522df78))
22+
823
## [1.21.3](https://github.com/microsoft/kiota-dotnet/compare/v1.21.2...v1.21.3) (2026-02-05)
924

1025

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- Common default project properties for ALL projects-->
33
<PropertyGroup>
4-
<VersionPrefix>1.21.3</VersionPrefix>
4+
<VersionPrefix>1.22.0</VersionPrefix>
55
<VersionSuffix/>
66
<!-- This is overidden in test projects by setting to true-->
77
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)