Skip to content

Bump Microsoft.Kiota.Abstractions from 1.12.3 to 1.22.0#3

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/FootballManagerEF/Microsoft.Kiota.Abstractions-1.22.0
Open

Bump Microsoft.Kiota.Abstractions from 1.12.3 to 1.22.0#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/FootballManagerEF/Microsoft.Kiota.Abstractions-1.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown

Updated Microsoft.Kiota.Abstractions from 1.12.3 to 1.22.0.

Release notes

Sourced from Microsoft.Kiota.Abstractions's releases.

1.22.0

1.22.0 (2026-03-02)

Features

  • add http.route attribute to open telemetry on requests (#​640) (b92c9c0)

Bug Fixes

  • add removal of auth headers if port changes (#​666) (b31c1f4)
  • multiple constructors break DI registration for HttpClientRequestAdapter (#​656) (21d58b0)
  • removes duplicated parameter for request scrubbing (#​667) (ef3fb54)
  • security: remove proxy and cookie auth headers on insecure redirect (#​653) (57d6b36)

1.21.3

1.21.3 (2026-02-05)

Bug Fixes

  • Move the default should-retry logic into the default RetryOption (#​639) (33d115c)

1.21.2

1.21.2 (2026-01-17)

Bug Fixes

  • use recyclable streams for serialization to reduce memory pressure and improve overall performance (41e3cce)

1.21.1

1.21.1 (2025-12-18)

Bug Fixes

  • tooling: ensure latest azure-core dependency is used (#​598) (ae21549)

Miscellaneous Chores

1.21.0

1.21.0 (2025-10-28)

Features

  • Add SetContentFromEnumCollection method to RequestInformation class (d970e8e)

Bug Fixes

  • Restore constructor backwards compatibility on old .NET versions. (ce59749)
  • Restore constructor compatibility consuming a downlevel library on .NET 5+. (36c543e)
  • Restore HttpClientRequestAdapter constructor compatibility between .NET 5+ and .NET Standard/Framework (08edbad)

1.20.1

1.20.1 (2025-09-26)

Bug Fixes

  • upgrades azure core dependency (3d56749)

1.20.0

1.20.0 (2025-09-23)

Features

  • adds the ability to pass the http version for netstandard/netfx/netcore instead of using a hardcoded value (default http/2) (4aa10e1)

Bug Fixes

  • get the http version and version policy from the http client for net5+ instead of using a hardcoded value (default http/2) (4aa10e1)

1.19.1

1.19.1 (2025-07-04)

Bug Fixes

  • ConfigureAwait(false) deadlock issue in BaseBearerTokenAuthenticationProvider (473b886)

1.19.0

1.19.0 (2025-06-18)

Features

  • optionally parse Decimal as string (ea198e0)
  • optionally parse Double as string (e205169)
  • optionally parse Float as string (cbee369)
  • optionally parse Int as string (51fc88a)
  • optionally parse Long as string (54c132d)

1.18.0

1.18.0 (2025-06-13)

Features

1.17.4

1.17.4 (2025-06-02)

Bug Fixes

  • decimal type conversion in URL templates (query or path parameters) (c27fbeb)

1.17.3

1.17.3 (2025-05-22)

Bug Fixes

  • a bug where the backing store callbacks would run twice (8fd7a9d)

1.17.2

1.17.2 (2025-04-03)

Bug Fixes

  • MultiPartBody: Add Support for multiple Body Parts with the same name (#​530) (21bfc3f)

1.17.1

1.17.1 (2025-02-12)

Bug Fixes

  • inverted server.name and url.scheme open telemetry attribute values (c41fba8)

1.17.0

1.17.0 (2025-02-06)

Features

  • Add trim-safe handler lookup (cd2520f)
  • Add trim-safe handler lookup (a2800ab)

1.16.4

1.16.4 (2025-01-15)

Bug Fixes

  • browser/wasm message handler being returned was incompatible (fa0c59e)
  • browser/wasm message handler being returned was incompatible (aaf4ced)
  • removes message handler properties that don't exist for browser (45a41a9)

1.16.3

1.16.3 (2025-01-07)

Bug Fixes

  • removes bom from encoding (7ef6862)

1.16.2

Changes:

  • #​504: Fixed response body inspection
  • #​503: fix: nullability information
  • #​502: chore(deps): bump the coverlet group across 9 directories with 2 updates

This list of changes was auto generated.

1.16.1

Changes:

  • #​497: fix/retry attributes
  • #​498: fix/redirect with no location

This list of changes was auto generated.

1.16.0

Changes:

  • #​493: feat: add BodyInspectionHandler
  • #​482: http - implement body inspection handler
  • #​484: Update release pipeline labels for 1ES compliance
  • #​494: fix: proper name of HeadersInspectionHandler activity
  • #​486: chore(deps): bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Analyzers
  • #​480: chore: updates the support policy
  • #​476: chore(deps): bump the mstest group across 9 directories with 2 updates
  • #​474: chore: uses nuget suppressions for CVEs
  • #​473: fix: removes upper bounds to avoid locking upgrades

This list of changes was auto generated.

1.15.2

Changes:

  • #​469: fix: diagnostic source version

This list of changes was auto generated.

1.15.1

Changes:

  • #​468: fix: serialization of primitives present in additionalData

This list of changes was auto generated.

1.15.0

Changes:

  • #​466: feat: support for net9.0
  • #​439: chore(deps): bump Std.UriTemplate from 2.0.0 to 2.0.1
  • #​438: chore(deps): bump Microsoft.VisualStudio.Threading.Analyzers from 17.11.20 to 17.12.19

This list of changes was auto generated.

1.14.0

Changes:

  • #​430: Adds Authorization handler

This list of changes was auto generated.

1.13.1

Changes:

  • #​435: fix(spans): adhere attribute name to otel semver
  • #​431: chore(deps): bump Azure.Core from 1.44.0 to 1.44.1
  • #​432: chore(deps): bump Azure.Core from 1.44.0 to 1.44.1 in /src/authentication/azure
  • #​433: chore(deps): bump Azure.Core from 1.44.0 to 1.44.1 in /tests/authentication/azure
  • #​434: chore(deps): bump Azure.Core from 1.44.0 to 1.44.1 in /tests/trimming/Microsoft.Kiota.Trimming.Validation
  • #​418: chore(deps): bump Microsoft.CodeAnalysis.Analyzers from 3.3.4 to 3.11.0
  • #​419: chore(deps): bump Azure.Core from 1.43.0 to 1.44.0
  • #​417: Fix NuGet badges
  • #​399: chore(deps): bump Std.UriTemplate from 1.0.6 to 2.0.0
  • #​398: chore(deps): bump the xunit group across 9 directories with 1 update

This list of changes was auto generated.

1.13.0

Changes:

  • #​396: Parsable extensions
  • #​338: Extension methods for make serializing easier
  • #​394: chore(deps): bump the xunit group across 9 directories with 1 update
  • #​390: chore(deps): bump Azure.Core from 1.42.0 to 1.43.0
  • #​381: chore(deps): bump Moq from 4.20.71 to 4.20.72
  • #​380: chore(deps): bump the mstest group across 9 directories with 2 updates

This list of changes was auto generated.

1.12.4

Changes:

  • #​368: Only track changed values when it matters
  • #​373: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/http/httpClient
  • #​372: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/bundle
  • #​370: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/abstractions
  • #​376: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/serialization/multipart
  • #​377: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/serialization/text
  • #​371: chore(deps): bump Moq from 4.20.70 to 4.20.71 in /tests/authentication/azure
  • #​369: chore(deps): bump Moq from 4.20.70 to 4.20.71

This list of changes was auto generated.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: Microsoft.Kiota.Abstractions
  dependency-version: 1.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants