Skip to content

Conversation

@renovate
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.86.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.21 age confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 8.0.8 -> 8.0.21 age confidence
Microsoft.AspNetCore.Cors (source) 2.2.0 -> 2.3.0 age confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.8 -> 8.0.21 age confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.2 -> 8.14.0 age confidence
Newtonsoft.Json (source) 13.0.3 -> 13.0.4 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.86.0

Features
Miscellaneous Chores
  • app: Rename PerformerOrg to CallerOrg and add OwnerOrg to feature metrics (#​2833) (dc549ec)
  • app: Update OpenTelemetry configurations and dependencies (#​2838) (80c9dd2)

v1.83.1

Bug Fixes

v1.82.0

Features
Bug Fixes
Miscellaneous Chores
  • deps: update actions/github-script action to v8 (#​2773) (5458285)
  • deps: update actions/setup-node action to v5 (#​2774) (4799461)
  • deps: update dependency altinn.authorization.abac to 0.1.0 (#​2785) (3fe9708)
  • deps: update dependency htmlagilitypack to 1.12.3 (#​2769) (f47496c)
  • deps: update dependency microsoft.azure.appconfiguration.aspnetcore to 8.4.0 (#​2786) (779583b)
  • deps: update dependency refitter.sourcegenerator to 1.6.3 (#​2784) (52aef78)
  • deps: update dependency verify.xunit to 30.13.0 (#​2770) (2bca177)
  • deps: update jaegertracing/all-in-one docker tag to v1.73.0 (#​2771) (b75613a)
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.135.0 (#​2772) (da93ddf)

v1.79.8

Bug Fixes
  • graphql: ContentUpdatedBefore/After missing from search query (#​2690) (5f58832)
Miscellaneous Chores
  • deps: update dependency refitter.sourcegenerator to 1.6.2 (#​2684) (8179361)

v1.79.1

Bug Fixes
Miscellaneous Chores

v1.79.0

Features
  • app: Add legacy HTML embeddable content support on transmissions (#​2643) (f103207)
Bug Fixes
  • ci: Add missing checkout in 'Restart container apps' GitHub Action (#​2639) (2361d35)
  • janitor: Check for duplicates when syncing SubjectResource (#​2585) (fac5e17)

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.21: .NET 8.0.21

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.20...v8.0.21

v8.0.20: .NET 8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

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.14.0

Compare Source

====

Bug Fixes

  • Switch back to use ValidationResult instead of OperationResult when validating a token in a new experimental validation flow. Additionally removed the dependency on Microsoft.IdentityModel.Abstractions. See #​3299 for details.

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

  • syncAfter has been updated to preserve UTC information, addressing a bug where GetConfigurationAsync does not refresh configuration in ConfigurationManager. See #​3213.
  • Fixed a null reference issue in KeyInfo. See (#​3203)[#​3203].

New Features


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 2 times, most recently from 09c1e5c to 86b6a4b Compare August 19, 2025 03:51
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 86b6a4b to 23958b8 Compare September 1, 2025 14:26
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 23958b8 to 4995690 Compare September 12, 2025 16:53
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 4995690 to 828e355 Compare September 20, 2025 07:35
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 828e355 to 99ca8ea Compare October 3, 2025 14:59
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 2 times, most recently from abbce82 to 5bb6e42 Compare October 12, 2025 11:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 5bb6e42 to f615b78 Compare October 18, 2025 15:36
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from f615b78 to 9bf25b6 Compare October 24, 2025 10:18
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