UpdatedMicrosoft.AspNetCore.Authentication.JwtBearer from 8.0.10 to 8.0.22.
Release notes
Sourced fromMicrosoft.AspNetCore.Authentication.JwtBearer's releases.
8.0.22
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
- Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
The Forwarded Headers Middleware now ignoresX-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.
Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from52204f7 to04ee1b4 (#61761)
The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog:dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.11...v8.0.12
8.0.11
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.10...v8.0.11
Commits viewable incompare view.
UpdatedMicrosoft.AspNetCore.SpaServices.Extensions from 8.0.10 to 8.0.22.
Release notes
Sourced fromMicrosoft.AspNetCore.SpaServices.Extensions's releases.
8.0.22
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
- Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
The Forwarded Headers Middleware now ignoresX-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.
Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from52204f7 to04ee1b4 (#61761)
The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog:dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.11...v8.0.12
8.0.11
Release
What's Changed
Full Changelog:dotnet/aspnetcore@v8.0.10...v8.0.11
Commits viewable incompare view.
UpdatedMicrosoft.Azure.AppConfiguration.AspNetCore from 8.0.0 to 8.4.0.
Release notes
Sourced fromMicrosoft.Azure.AppConfiguration.AspNetCore's releases.
8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload ofAddAzureAppConfiguration that accepts the endpoint and token credential.#694
Added support for parsing json values with comments.#685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime.#689
Updated dependency package versions.#695
Azure.Data.AppConfiguration:1.6.0 ->1.6.1Azure.Messaging.EventGrid:4.7.0 ->5.0.0Azure.Security.KeyVault.Secrets:4.6.0 ->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36 ->8.0.19Microsoft.Extensions.Azure:1.7.6 ->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0 ->8.0.2Microsoft.Extensions.Logging:6.0.0 ->8.0.1Microsoft.Extensions.Configuration:6.0.1 ->8.0.0
Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.4.0. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.4.0. See therelease notes for more information on the changes.
8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration forMicrosoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfiguration onIHealthCheckBuilder to register a health check for the Azure App Configuration provider.#644
builder.Services.AddHealthChecks().AddAzureAppConfiguration();
Introduced a new environment variableAZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLED to force processing and outputting feature flags using theMicrosoft schema.#676
Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.3.0. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.3.0. See therelease notes for more information on the changes.
8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existingSelect APIs with the new parametertagFilters to support filtering key-values and feature flags by tags.
publicAzureAppConfigurationOptionsSelect(stringkeyFilter,stringlabelFilter=LabelFilter.Null,IEnumerable<string>tagFilters=null)
publicFeatureFlagOptionsSelect(stringfeatureFlagFilter,stringlabelFilter=LabelFilter.Null,IEnumerable<string>tagFilters=null)
Added anActivitySource calledMicrosoft.Extensions.Configuration.AzureAppConfiguration to support instrumentation. ALoad activity will start when configuration is initially built and theRefresh activity will start when a refresh is triggered.#645
This is the first stable release of theAzureAppConfigurationOptions.SetClientFactory API introduced in 8.2.0-preview.#380
publicAzureAppConfigurationOptionsSetClientFactory(IAzureClientFactory<ConfigurationClient>factory)
Other Changes
- Removed the
FeatureFlagId property from feature flag telemetry.#655 - Shortened default network timeout for requests to App Configuration to improve failover speed and retry responsiveness.#657
- This is the first stable release of
AllocationId from feature flag telemetry metadata, which was introduced in 8.1.0-preview.#600
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.2.0. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.2.0. See therelease notes for more information on the changes.
8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.2.0-preview. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.2.0-preview. See therelease notes for more information on the changes.
8.1.2
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.2 - April 22nd, 2025
Bug Fixes
- Calling
IServiceCollection.AddAzureAppConfiguration now correctly adds an instance ofIConfigurationRefresherProvider to the service collection only the first time it is called instead of adding an instance on each invocation.#611
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.2 - April 22nd, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.2. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.2 - April 22nd, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.2. See therelease notes for more information on the changes.
8.1.1
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025
Bug Fixes
- Fixed a bug introduced in the 8.1.0 release where calls to
FeatureFlagOptions.Select were ignored if they were followed by a call to eitherAzureAppConfigurationOptions.Select orAzureAppConfigurationOptions.SelectSnapshot.#628
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.1. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.1. See therelease notes for more information on the changes.
8.1.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025
Enhancements
Added the ability to monitor all selected key-values for refresh with the following new API.#536
publicAzureAppConfigurationRefreshOptionsRegisterAll()
When this API is called, changes to any selected key-values will cause a reload of the configuration.
Added the ability to check if the type of anIConfigurationSource isAzureAppConfigurationSource with the following new extension.#456
publicstaticboolIsAzureAppConfigurationSource(thisIConfigurationSourcesource)
Bug Fixes
- Fixed a bug where changing a feature flag would always override an already loaded feature flag with the same key but different label on refresh. As part of this change, feature flags are now always refreshed as a collection, meaning a change in any selected flag will result in a reload of all selected feature flags on refresh.#317
- Fixed a bug where an unnecessary refresh could occur when a request to App Configuration was served from the cache.#588
Other Changes
- Removed support for the
configuration_reference property in feature flags.#614 AllocationId from feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version.#600
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.0. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.0. See therelease notes for more information on the changes.
8.1.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0-preview - October 24, 2024
Enhancements
- Added support for injecting additional telemetry metadata to feature flags if telemetry is enabled
AllocationId represents the version of an allocation on a feature flag. TheAllocationId changes when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0-preview - October 24, 2024
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.0-preview. See therelease notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0-preview - October 24, 2024
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration reference to8.1.0-preview. See therelease notes for more information on the changes.
Commits viewable incompare view.
UpdatedMicrosoft.OpenApi from 1.6.22 to 3.0.1.
Release notes
Sourced fromMicrosoft.OpenApi's releases.
3.0.1
3.0.1 (2025-11-17)
Bug Fixes
- empty strings should be quoted in yaml (8d215f9)
- empty strings should be quoted in yaml (0ca10db)
3.0.0
3.0.0 (2025-11-11)
⚠ BREAKING CHANGES
- adds support for OpenAPI 3.2.0
Note: Please refer to theupgrade guide for a detailed description of the breaking changes.
Note: ASP.net users should remain on version 1.X for ASP.net < 10, and version 2.X for ASP.net 10, this new major version will be implemented in a future version of ASP.net,more information
Features
- adds support for OpenAPI 3.2.0 (765a8dd)
Special thanks
2.3.10
2.3.10 (2025-11-17)
Bug Fixes
- empty strings should be quoted in yaml (e919b33)
- empty strings should be quoted in yaml (0ca10db)
2.3.9
2.3.9 (2025-11-06)
Bug Fixes
- a bug where null sentinel value would appear in YAML documents (15618e1)
2.3.8
2.3.8 (2025-10-27)
Bug Fixes
- an issue where numeric property names would be missing quotes in yaml conversion (da43c98)
- quote property names in yaml that match boolean values (39a9f41)
- yaml blocks and line returns (b053848)
2.3.7
2.3.7 (2025-10-24)
Bug Fixes
- adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (337c6eb)
- adds a null value sentinel to enable roundtrip serializations of JsonNode typed properties (63b2b98)
- fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (6e62de2)
- fixes a bug where yaml null values would end up as a string "null" during roundtrip serialization (994184b)
- YamlConverter adding extra quotes to string values when converting from JSON to YAML (ccfebc8)
Performance Improvements
- do not duplicate nodes when indexing (dbbbf13)
- only initialize map node nodes on demand (bdb5264)
- reduce allocations in mapnode (f58aad2)
- removes the lazy initialization since the node is always enumerated (1c96521)
- switches to lazy instantiation (d3c758b)
- use deep equals for comparison to reduce allocations (6ce3214)
2.3.6
2.3.6 (2025-10-20)
Bug Fixes
- a bug where empty collections would not be serialized for default values (4c4d257)
2.3.5
2.3.5 (2025-10-14)
Bug Fixes
- use settings for terse output in serialization extension methods (246039b)
- use settings for terse output in serialization extension methods (8b91278)
2.3.4
2.3.4 (2025-10-06)
Bug Fixes
- Improve server creation and URL handling logic to maintain port (3e6ee80)
- missing deserialization for header content property in 3.1 and 3.0 (717f154)
- missing deserialization for header content property in 3.1 and 3.0 (0fdfae1)
2.3.3
2.3.3 (2025-10-02)
Bug Fixes
- typo in allowReserved property name for deserialization (1633453)
- typo in allowReserved property name for deserialization (f7e34be)
2.3.2
2.3.2 (2025-09-19)
Bug Fixes
- Fix URL processing in InternalLoad method would not detect the filename/scheme properly in some scenarios (d93689c)
- OpenApiEncoding explode property serialization defaults with form style (ae03eab)
2.3.1
2.3.1 (2025-09-08)
Bug Fixes
- file access for "file" URI scheme with special characters (6dded81)
2.3.0
2.3.0 (2025-08-29)
Features
- adds the detected format as part of the diagnostic (#2482) (59d7c81)
- adds the detected format to the diagnostics (59d7c81)
2.2.0
2.2.0 (2025-08-25)
Features
- add Validation Rule for path operations to not have a request body (d101fc3)
Bug Fixes
- missing examples when one example is with an empty array. (cb1c496)
2.1.0
2.1.0 (2025-08-20)
Features
- adds a default validation rule for unresolved references (90b3966)
Bug Fixes
- Improve OpenApiWalker performance (a007c03)
- Validate schema property is not null (3326022)
2.0.1
2.0.1 (2025-08-18)
Bug Fixes
- add missing disposable for stream (0c1ccbd)
2.0.0
2.0.0 (2025-07-10)
Features
- General availability of version 2 with support for OpenAPI 3.1!!! 🎉🎉🎉 (a02d74c)
Bug Fixes
- inconsistent visibility of properties in current keys class (cb9772f)
- removes extraneous default value constant (bf8d0b6)
- removes loop methods from parsing context as its available in loop detector instead (de3531b)
- removes public mermaid types that were not usuable (ef7ae33)
- removes redundant marker interface (5a055f9)
- switches to a getter for API consistency (7975082)
- unconsistent visibility of properties in current keys class (d0c20ab)
- visibility of extension methods (1e9112a)
2.0.0-preview9
Features
- add support for dependentRequired (75d7a66)
Bug Fixes
- an issue where deprecation extension parsing would fail (5db8757)
- an issue where deprecation extension parsing would fail (b59864c)
- refactor ToIdentifier() to normalize flaggable enums (#2156) (b80e934)
2.0.0-preview8
Bug Fixes
- a bug where external reference loading for local files would not work on linux (df99a00)
- add meaningful exception message during validation (4a6547d)
- add meaningful exception message during validation (74d20ed)
- adds a cancellation token argument to external document loading (a5ffab1)
- parsing failure on nodes set to null (20aacc1)
- parsing failure on nodes set to null (4245de9)
2.0.0-preview7
Bug Fixes
- do not write null for types on parameters in v2 (f889937)
- do not write null for types on parameters in v2 (4aef7b7)
2.0.0-preview6
Features
- adds a net8 target to benefit from all the conditional compilation (a201aa2)
- adds components registration method for schemas (10e548a)
- adds deconstructor to read result (79336f6)
- adds deconstructor to read result (d8c1593)
- adds to identifier mapping to non nullable......
Description has been truncated
Uh oh!
There was an error while loading.Please reload this page.
UpdatedMicrosoft.AspNetCore.Authentication.JwtBearer from 8.0.10 to 8.0.22.
Release notes
Sourced fromMicrosoft.AspNetCore.Authentication.JwtBearer's releases.
8.0.22
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63893Full Changelog:dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63500Full Changelog:dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63038Full Changelog:dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog:dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog:dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog:dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog:dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
7d76a23toe235eb3by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60150Full Changelog:dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
d144031to7d76a23by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest fromd144031to7d76a23dotnet/aspnetcore#59678index.htmlduring development by @github-actions in[release/8.0] [Blazor WASM standalone] Avoid cachingindex.htmlduring development dotnet/aspnetcore#59349Full Changelog:dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
6dae7ebto1204d63by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from6dae7ebto1204d63dotnet/aspnetcore#58741serialize-javascripttransient dependency by @MackinnonBuck in[release/8.0] Upgradeserialize-javascripttransient dependency dotnet/aspnetcore#584661204d63tod144031by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from1204d63tod144031dotnet/aspnetcore#59033Full Changelog:dotnet/aspnetcore@v8.0.11...v8.0.12
8.0.11
Release
What's Changed
ff233bdto6dae7ebby @dependabot in[release/8.0] (deps): Bump src/submodules/googletest fromff233bdto6dae7ebdotnet/aspnetcore#58180ecc4e18to9511905by @dependabot in[release/8.0] (deps): Bump src/submodules/MessagePack-CSharp fromecc4e18to9511905dotnet/aspnetcore#58179Full Changelog:dotnet/aspnetcore@v8.0.10...v8.0.11
Commits viewable incompare view.
UpdatedMicrosoft.AspNetCore.SpaServices.Extensions from 8.0.10 to 8.0.22.
Release notes
Sourced fromMicrosoft.AspNetCore.SpaServices.Extensions's releases.
8.0.22
Release
What's Changed
eb2d85eto9706f75by @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest fromeb2d85eto9706f75dotnet/aspnetcore#63893Full Changelog:dotnet/aspnetcore@v8.0.21...v8.0.22
8.0.21
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63500Full Changelog:dotnet/aspnetcore@v8.0.20...v8.0.21
8.0.20
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in[release/8.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63038Full Changelog:dotnet/aspnetcore@v8.0.19...v8.0.20
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog:dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog:dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog:dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog:dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
7d76a23toe235eb3by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60150Full Changelog:dotnet/aspnetcore@v8.0.13...v8.0.14
8.0.13
Release
What's Changed
d144031to7d76a23by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest fromd144031to7d76a23dotnet/aspnetcore#59678index.htmlduring development by @github-actions in[release/8.0] [Blazor WASM standalone] Avoid cachingindex.htmlduring development dotnet/aspnetcore#59349Full Changelog:dotnet/aspnetcore@v8.0.12...v8.0.13
8.0.12
Release
What's Changed
6dae7ebto1204d63by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from6dae7ebto1204d63dotnet/aspnetcore#58741serialize-javascripttransient dependency by @MackinnonBuck in[release/8.0] Upgradeserialize-javascripttransient dependency dotnet/aspnetcore#584661204d63tod144031by @dependabot in[release/8.0] (deps): Bump src/submodules/googletest from1204d63tod144031dotnet/aspnetcore#59033Full Changelog:dotnet/aspnetcore@v8.0.11...v8.0.12
8.0.11
Release
What's Changed
ff233bdto6dae7ebby @dependabot in[release/8.0] (deps): Bump src/submodules/googletest fromff233bdto6dae7ebdotnet/aspnetcore#58180ecc4e18to9511905by @dependabot in[release/8.0] (deps): Bump src/submodules/MessagePack-CSharp fromecc4e18to9511905dotnet/aspnetcore#58179Full Changelog:dotnet/aspnetcore@v8.0.10...v8.0.11
Commits viewable incompare view.
UpdatedMicrosoft.Azure.AppConfiguration.AspNetCore from 8.0.0 to 8.4.0.
Release notes
Sourced fromMicrosoft.Azure.AppConfiguration.AspNetCore's releases.
8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential.#694Added support for parsing json values with comments.#685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime.#689
Updated dependency package versions.#695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See therelease notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider.#644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using theMicrosoft schema.#676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See therelease notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered.#645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview.#380Other Changes
FeatureFlagIdproperty from feature flag telemetry.#655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview.#600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See therelease notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances.#380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See therelease notes for more information on the changes.8.1.2
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.2 - April 22nd, 2025
Bug Fixes
IServiceCollection.AddAzureAppConfigurationnow correctly adds an instance ofIConfigurationRefresherProviderto the service collection only the first time it is called instead of adding an instance on each invocation.#611Microsoft.Azure.AppConfiguration.AspNetCore 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See therelease notes for more information on the changes.8.1.1
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025
Bug Fixes
FeatureFlagOptions.Selectwere ignored if they were followed by a call to eitherAzureAppConfigurationOptions.SelectorAzureAppConfigurationOptions.SelectSnapshot.#628Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See therelease notes for more information on the changes.8.1.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025
Enhancements
Added the ability to monitor all selected key-values for refresh with the following new API.#536
When this API is called, changes to any selected key-values will cause a reload of the configuration.
Added the ability to check if the type of an
IConfigurationSourceisAzureAppConfigurationSourcewith the following new extension.#456Bug Fixes
Other Changes
configuration_referenceproperty in feature flags.#614AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version.#600Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See therelease notes for more information on the changes.8.1.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0-preview - October 24, 2024
Enhancements
AllocationIdrepresents the version of an allocation on a feature flag. TheAllocationIdchanges when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See therelease notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See therelease notes for more information on the changes.Commits viewable incompare view.
UpdatedMicrosoft.OpenApi from 1.6.22 to 3.0.1.
Release notes
Sourced fromMicrosoft.OpenApi's releases.
3.0.1
3.0.1 (2025-11-17)
Bug Fixes
3.0.0
3.0.0 (2025-11-11)
⚠ BREAKING CHANGES
Features
Special thanks
2.3.10
2.3.10 (2025-11-17)
Bug Fixes
2.3.9
2.3.9 (2025-11-06)
Bug Fixes
2.3.8
2.3.8 (2025-10-27)
Bug Fixes
2.3.7
2.3.7 (2025-10-24)
Bug Fixes
Performance Improvements
2.3.6
2.3.6 (2025-10-20)
Bug Fixes
2.3.5
2.3.5 (2025-10-14)
Bug Fixes
2.3.4
2.3.4 (2025-10-06)
Bug Fixes
2.3.3
2.3.3 (2025-10-02)
Bug Fixes
2.3.2
2.3.2 (2025-09-19)
Bug Fixes
2.3.1
2.3.1 (2025-09-08)
Bug Fixes
2.3.0
2.3.0 (2025-08-29)
Features
2.2.0
2.2.0 (2025-08-25)
Features
Bug Fixes
2.1.0
2.1.0 (2025-08-20)
Features
Bug Fixes
2.0.1
2.0.1 (2025-08-18)
Bug Fixes
2.0.0
2.0.0 (2025-07-10)
Features
Bug Fixes
2.0.0-preview9
2.0.0-preview9 (2025-02-21)
Features
Bug Fixes
2.0.0-preview8
2.0.0-preview8 (2025-02-17)
Bug Fixes
2.0.0-preview7
2.0.0-preview7 (2025-02-06)
Bug Fixes
2.0.0-preview6
2.0.0-preview6 (2025-02-05)
Features
Description has been truncated