Skip to content

3.3.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 28 Oct 04:11
· 27 commits to master since this release
195328c

3.3.0

  • Updated to Microsoft.Identity.Client 4.66.0
  • Update system.Text.Json to 8.0.5 CVE-2024-43485
  • Updated to .NET 9 RC2

New features

  • Microsoft.Identity.Web token acquisition now provides an extensibility mechanism to enlight non-standard features. For details, see #2975

Fundamentals

  • Split DownstreamApi methods between AoT compatible and incompatible methods by @SaurabhMSFT in #3090
  • ASP.NET Core (and other) cross-link updates by @guardrex in #3096. Thank you!
  • Onboarded to Threading Analyzers. For details, see #3052
  • display code coverage as PR comments
  • Fix flaky EncryptionTestAsync on .NET 9.

What's Changed

  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /tools/ConfigureGeneratedApplications by @dependabot in #3069
  • Bump Microsoft.Identity.Web.DownstreamApi, Microsoft.Extensions.Logging.Abstractions, System.Text.Json, System.Text.Encodings.Web, Microsoft.AspNetCore.DataProtection, System.Security.Cryptography.Xml, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Logging, Microsoft.Extensions.DependencyInjection, System.Formats.Asn1, System.Security.Cryptography.Pkcs, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration and Microsoft.Extensions.Options.ConfigurationExtensions by @dependabot in #3073
  • Bump Microsoft.Identity.Web.MicrosoftGraph, Microsoft.Extensions.Logging.Abstractions, System.Text.Json, System.Text.Encodings.Web, Microsoft.AspNetCore.DataProtection, System.Security.Cryptography.Xml, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Logging, Microsoft.Extensions.DependencyInjection, System.Formats.Asn1, System.Security.Cryptography.Pkcs, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration and Microsoft.Extensions.Options.ConfigurationExtensions by @dependabot in #3072
  • Bump Microsoft.Identity.Web, Microsoft.Extensions.Logging.Abstractions, System.Text.Json, System.Text.Encodings.Web, Microsoft.AspNetCore.DataProtection, System.Security.Cryptography.Xml, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Logging, Microsoft.Extensions.DependencyInjection, System.Formats.Asn1, System.Security.Cryptography.Pkcs, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Options.ConfigurationExtensions and Microsoft.Extensions.Hosting by @dependabot in #3070
  • update system.Text.Json to 8.0.5 CVE-2024-43485 by @jennyf19 in #3074
  • another update by @jennyf19 in #3075
  • Onboard Id Web to Threading Analyzers by @westin-m in #3041
  • Update .NET 9 to RC 2 by @msbw2 in #3082
  • Align editor config with other libraries by @westin-m in #3079
  • Fix reflection in MemoryCache tests to support both versions seen in .NET 9 RCs by @msbw2 in #3085
  • Use nuget config file by @SaurabhMSFT in #3083
  • Fix EncryptionTestAsync on .NET 9 by @pmaytak in #3088
  • Update GitHub Action to run unit tests by @pmaytak in #3089
  • Update template-install-dependencies.yaml by @jmprieur in #3092
  • Fix DevEx and IDDP builds by @jmprieur in #3093
  • Mark IdWeb APIs as shipped by @westin-m in #3086
  • Update version by @jmprieur in #3094
  • Split aot compatible and incompatible methods by @SaurabhMSFT in #3090
  • ASP.NET Core (and other) cross-link updates by @guardrex in #3096
  • update to MSAL 4.66 by @jennyf19 in #3095
  • Remove swagger dependencies by @msbw2 in #3099
  • Upgrade versions by @JoshLozensky in #3098
  • Upgrading MSAL version by @JoshLozensky in #3104
  • Grouping Dependabot Updates by @JoshLozensky in #3105
  • Microsoft.Identity.Web token acquisition extensions by @jmprieur in #3005
  • display code coverage as PR comments by @westin-m in #3107
  • Use Nuget config file by @SaurabhMSFT in #3112
  • Update changelog.md for 3.3.0 by @jmprieur in #3113

New Contributors

Full Changelog: 3.2.2...3.3.0