3.11.0
Dependencies updates
- Updated
global.json
to the latest .NET 9 runtime framework 9.0.108. See PR #3422 for details.
Bug fixes
- Fix
IDW10405
error when using managed identity with common tenant. See PR #3415 for details. - Fix
OidcIdpSignedAssertionLoader
to remove hard dependency on IConfiguration registration. See PR #3414 for details.
New feature
- Add support for
ExtraHeaderParameters
andExtraQueryParameters
properties onDownstreamApiOptions
to simplify adding custom headers and query parameters to downstream API requests. See PR #3413 for details. - Add better support for Azure SDK. For details see Readme-Azure and PR #3416
What's Changed
- Update Abstractions version and the public API files after 3.10.0 release by @jmprieur in #3407
- Update Directory.Build.props by @jennyf19 in #3404
- Fix IDW10405 error when using managed identity with common tenant by @Copilot in #3415
- Add ExtraHeaderParameters and ExtraQueryParameters support to DownstreamApi by @Copilot in #3413
- Fix OidcIdpSignedAssertionLoader to remove hard dependency on IConfiguration registration by @Copilot in #3414
- Update global.json by @jennyf19 in #3422
- Improved experience for Azure SDKs with Microsoft Identity Platform authentication by @jmprieur in #3416
- Update 3.11 changelog by @jennyf19 in #3423
- update test certs by @jennyf19 in #3424
New Contributors
- @Copilot made their first contribution in #3415
Full Changelog: 3.10.0...3.11.0