Skip to content

chore(deps): update nuget non-major dependencies #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2024

This PR contains the following updates:

Package Change Age Confidence
Altinn.ApiClients.Dialogporten 1.76.2 -> 1.77.0 age confidence
Blazor.Bootstrap (source) 3.3.1 -> 3.4.0 age confidence
Microsoft.AspNetCore.Authentication.Cookies (source) 2.2.0 -> 2.3.0 age confidence
Microsoft.AspNetCore.Authentication.JwtBearer (source) 8.0.8 -> 8.0.19 age confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 8.0.8 -> 8.0.19 age confidence
Microsoft.AspNetCore.Cors (source) 2.2.0 -> 2.3.0 age confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.8 -> 8.0.19 age confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.2 -> 8.13.1 age confidence
ScottBrady.IdentityModel 4.0.0 -> 4.1.0 age confidence
ScottBrady.IdentityModel.AspNetCore 2.1.0 -> 2.2.0 age confidence
Swashbuckle.AspNetCore 6.4.0 -> 6.9.0 age confidence

Release Notes

altinn/dialogporten (Altinn.ApiClients.Dialogporten)

v1.77.0

Features
Bug Fixes
  • webapi: Use correct URL for create dialog validators in docs (#​2624) (abd4484)
Miscellaneous Chores
  • deps: update docker/metadata-action action to v5.8.0 (#​2615) (2072bce)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.131.1 (#​2616) (fdcd46a)
vikramlearning/blazorbootstrap (Blazor.Bootstrap)

v3.4.0: 3.4.0

✨ New Features & Enhancements
  • Grid: Added support for showing/hiding or adding/removing GridColumn at runtime (#​1027, #​1060)
  • Grid: Conditional rendering of GridColumn improvements (#​310)
  • Grid: Footer support and ability to add grid footers (#​472, #​921)
  • Grid: Column width example added (#​1099)
  • Grid: Grid summary and culture updates (#​1071, #​1072, #​1075)
  • Grid: Enum filters support (#​1073)
  • Grid: FilterTextboxWidth can now use any unit, not just px (#​879, #​1058)
  • Grid: Improved pagination, item selection, and items-per-page handling on small screens (#​1019, #​1123)
  • Tabs: Setting Tab Class or Style is now functional (#​1035, #​1028)
  • Tabs: Removing a Tab now makes the nearest one show (#​1033, #​1029)
  • Sidebar: Image display support on sidebar/sidebar2 (#​812, #​1128)
  • Icons: Updates and fixes in BootstrapIconUtility (#​1086)
  • Demos: Home page improvements (#​1096)
  • General: Ability to modify column visibility using IsVisible parameter (#​1060)
🐞 Bug Fixes
  • Grid: Responsive="true" was not responsive when Enum Filters enabled (#​1028, #​1124)
  • Grid: Removing last item from last page did not navigate to new last page (#​689, #​1059)
  • Grid: Conditional rendering of GridColumn issues (#​310)
  • Grid: Issue with grid summary updates (#​1072)
  • Grid: Items selection, pagination, and display issues on small screens (#​1019, #​1123)
  • Grid: How to set Grid page number when current page is empty (#​443)
  • Grid: FilterTextboxWidth now consistently applies units (#​879, #​1058)
  • Tabs: Setting Tab Class/Style issues fixed (#​1035, #​1028)
  • Tabs: Removing a Tab now correctly shows the nearest tab (#​1033, #​1029)
⬆️ Upgrades
🧩 Other Notable Improvements
  • Improved documentation and demo coverage.
  • Sidebar image support (area-sidebar, area-sidebar-2).
  • Numerous merged PRs and community contributions for feature completion and bug fixes.
New Contributors

Special thanks to all contributors for their efforts and dedication to making BlazorBootstrap more robust and feature-rich!

Full Changelog: vikramlearning/blazorbootstrap@v3.3.1...v3.4.0

dotnet/aspnetcore (Microsoft.AspNetCore.Authentication.JwtBearer)

v8.0.19

v8.0.18: .NET 8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

v8.0.17

Bug Fixes
  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-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 from 52204f7 to 04ee1b4 (#​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

v8.0.16: .NET 8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

v8.0.15: .NET 8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

v8.0.14: .NET 8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

v8.0.13: .NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

v8.0.12: .NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

v8.0.10: .NET 8.0.10

Release

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect)

v8.13.1

Compare Source

====

Dependencies

Microsoft.IdentityModel now depends on Microsoft.Identity.Abstractions 9.3.0

Bug Fixes

  • Fixed a decompression failure happening for large JWE payloads. See #​3286 for details.
Work related to redesign of IdentityModel's token validation logic #​2711
  • Update the validation methods to return Microsoft.Identity.Abstractions.OperationResult. See #​3284 for details.

v8.13.0

Compare Source

====

Fundamentals
  • CaseSensitiveClaimsIdentity.SecurityToken setter is now protected internal (was internal). See PR #​3278 for details.
  • Update .NET SDK version to 9.0.108 used when building or running the code. See PR #​3274 for details.
  • Update RsaSecurityKey.cs to replace the Pkcs1 padding by Pss from HasPrivateKey check. See #​3280 for details.

v8.12.1

Compare Source

====

Fundamentals
  • Update .NET SDK version to 9.0.107 used when building or running the code. See #​3385 for details.
  • To keep our experimental code separate from production code, all files associated with experimental features have been moved to the Experimental folders. See PR #​3261 for details.
  • Experimental code leaked into TokenValidationResult from early prototypes. See PR #​3259 for details.

v8.12.0

Compare Source

====

New Features

  • Enhance ConfigurationManager with event handling
    Added event handling capabilities to the ConfigurationManager, enabling consumers to subscribe to configuration change events. This enhancement improves extensibility and allows more responsive applications. For details see #​3253

Bug Fixes

  • Add expected Base64UrlEncoder.Decode overload for NET6 and 8
    Introduced the expected overload of Base64UrlEncoder.Decode for .NET 6 and 8, ensuring compatibility and preventing missing method issues on these frameworks.
    For details see #​3249

Fundamentals

  • Add AI assist rules
    Incorporated AI assist rules to enhance AI agents effectiveness.
    For details see #​3255
  • Update PublicApiAnalyzers and BannedApiAnalyzers to 4.14.0
    Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
    For details see #​3256
  • Move suppression of RS006 to csproj
    Centralized suppression of RS006 warnings in project files for easier management.
    For details see #​3230

v8.11.0

Compare Source

=====

New Features:

  • Microsoft.IdentityModel now exposes the AadIssuerValidator factory method publicly to enable caching functionality for AadIssuerValidator instances. See issue #​3245 for details.
  • Added a new public async API: JsonWebTokenHandler.DecryptTokenWithConfigurationAsync, which decrypts a JWE token using keys from either TokenValidationParameters or, if not present, from configuration (such as via a ConfigurationManager). This enhancement improves developer experience by enabling asynchronous, cancellation-aware JWE decryption scenarios, aligning with modern .NET async patterns and making integration with external key/configuration sources more robust and observable. See PR #​3243 for details.

v8.10.0

Compare Source

=====

Bug Fixes

  • Corrected casing of the Type attribute in SubjectConfirmationData. See #​3206.
  • Removed Microsoft.Bcl.Memory dependency for pre-.NET 9.0 targets. See #​3220 to avoid build warnings with the other target frameworks
  • Aligned Microsoft.Extensions.Logging.Abstractions version to 8.0.0 for .NET 9 to match other targets. See #​3226.

Fundamentals

v8.9.0

Compare Source

=====

Bug Fixes

New Features

  • Introduced a new delegate for reading custom token payload values on JsonWebToken. See #​2981.
  • Added an overload for ReadJsonWebToken to take a ReadOnlyMemory. See #​3205.

Fundamentals

  • Utilized IList to avoid enumerator allocation during audience validation. See #​3204.

v8.8.0

Compare Source

=====

New Features

  • Adds the ability for the metadata refresh to be done as a blocking call, as per 8.0.1 behavior. This is done through the Switch.Microsoft.IdentityModel.UpdateConfigAsBlocking switch. If set, configuration calls will be blocking when metadata is updated, otherwise, if token arrive with a new signing keys, validation errors will be returned to the caller. See PR #​3193 for details.
  • Identity.Model updates some log and error messages (IDX10214, IDX10215). If the information is needed for debugging purposes, it can be reverted via the Switch.Microsoft.IdentityModel.DoNotScrubExceptions AppContextSwitch. See PR #​3195 and https://aka.ms/identitymodel/app-context-switches for details.
  • Change all plain object locks to System.Thread.Lock objects for .NET 9 or greater. See PRs #​3185 and #​3189 for details.

v8.7.0

Compare Source

=====

Bug Fixes

  • Add back internal methods IsRecoverableException and IsRecoverableExceptionType whose signatures were changed in the previous version. See #​3181.

New Features

  • Make Cnf class public and move it to Microsoft.IdentityModel.Tokens package. See #​3165.

v8.6.1

Compare Source

=====

Bug fix

  • Microsoft.IdentityModel now triggers a configuration refresh if token decryption fails. See issue #​3148 for details.
  • Fix a bug in JsonWebTokenHandler where JwtTokenDecryptionParameters's Alg and Enc were not set during token decryption, causing IDX10611 and IDX10619 errors to show null values in the messages. See issue #​3003 for details.

Fundamentals

  • For development, IdentityModel now has a global.json file to specify the .NET SDK version. See issue #​2995 for details.

v8.6.0

Compare Source

=====

New Features

  • TokenValidationParameters has a new boolean property TryAllDecryptionKeys that let you choose whether to try all decrypt keys when no key matches the token decrypt key IDs. By default it's set to true (legacy behavior) but you can set it to false to avoid tyring all keys which is more performant. See #​3128
  • Promote KeyInfo.MatchesKey from internal to protected internal virtual to enable SAML extensibility (for CoreWcf). See #​3140

Fundamentals

  • Update dependency on Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 8.0.2 to avoid package downgrade in apps on .NET 9 using a netstandard2.0 library referencing logging.abstractions. See 3143
  • Add more tests for encrypted tokens. See #​3139

v8.5.0

Compare Source

=====

Reverting previous breaking change

  • The Configuration Manager has been reverted to version 8.3.1. The changes made in 8.4.0 assume the configuration manager is used as a singleton, which is similar to marking the type as disposable. We have since learned that adding IDisposable is a breaking change, so we are following semver guidance and reverting and releasing a minor version (8.5.0).
  • Cherry-picked Changes: Included changes from PR #​3022 and #​3104.

v8.4.0

Compare Source

=====

New Features

  • App context switch allows blocking or non-blocking calls for configuration. See PR #​3106 for details and issue #​3082 for details.
  • IdentityModel now enables symmetric and asymmetric keys to be created publicly with JWK. See #​3094 for details.
  • IdentityModel now allows specifying the HTTP protocol version and version policy. See #​2808 for details.

Repair items

  • Add request count and duration telemetry for configuration requests. See #​3022 for details.
  • KeyID should be present in exception messages and is no longer PII. See #​3104 for details.

Fundamentals

  • Fix spelling issues in xml comments. See #​3117 for details.
  • Fix comment coverage in PR builds. See #​3079 for details.
Work related to redesign of IdentityModel's token validation logic #​2711

v8.3.1

Compare Source

=====

Bug Fixes


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 5549483 to 17c0e36 Compare October 8, 2024 08:19
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 17c0e36 to 8d01b6e Compare October 12, 2024 08:37
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 8d01b6e to 783e855 Compare October 19, 2024 11:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 8509652 to 00381a5 Compare November 16, 2024 02:17
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 00381a5 to e55d3c7 Compare November 23, 2024 14:33
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from e55d3c7 to 7b33e5a Compare January 17, 2025 22:59
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 7b33e5a to cfc8500 Compare February 15, 2025 15:33
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from cfc8500 to 95d11df Compare March 15, 2025 07:36
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 95d11df to 493c9fd Compare April 12, 2025 00:01
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from 6f82b1f to d895721 Compare May 23, 2025 04:19
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from d895721 to 273f860 Compare May 31, 2025 04:09
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 273f860 to 7ab7674 Compare June 8, 2025 11:58
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 7ab7674 to 302f707 Compare June 15, 2025 20:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 302f707 to 08ab6c8 Compare June 29, 2025 00:05
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 08ab6c8 to 5e39bf4 Compare July 20, 2025 00:03
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 5e39bf4 to 3eadb5d Compare July 28, 2025 00:15
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 4 times, most recently from c58ce83 to 9faf4f5 Compare August 14, 2025 06:42
@renovate renovate bot changed the title Update nuget non-major dependencies chore(deps): update nuget non-major dependencies Aug 14, 2025
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 9faf4f5 to 09c1e5c Compare August 16, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants