Skip to content
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

Bump Microsoft.Identity.Web.UI from 2.13.3 to 2.13.4 in /src #2493

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps Microsoft.Identity.Web.UI from 2.13.3 to 2.13.4.

Release notes

Sourced from Microsoft.Identity.Web.UI's releases.

2.13.4

  • Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel 6.32.3 for the other target frameworks.
  • Update to MSAL 4.56.0, which now enables the cache synchronization by default
  • Support for .NET 8 preview 7. See PR #2430

Bug fixes

  • In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue #2417
  • Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue #2420
  • Improved the usability of IDownstreamApi by checking all HttpResponse for success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue #2426
  • Improvement/Fix of OWIN scenarios, especially the session with B2C: #2388
  • Fix an issue with CIAM web APIs and added two CIAM test apps. See PR #2411
  • Fix a bug that is now surfaced by the .NET 8 runtime. See issue #2448
  • Added a lock while loading credentials. See issue #2439

Fundamentals

  • performance improvements: #2414
  • Replaced Selenim with Playwright for more reliable faster UI tests. See issue #2354
  • Added MSAL telemetry about the kind of token cache used (L1/L2). See issue #1900
  • Resilience improvement: IdWeb now attempts to reload a certificate from its description when AAD returns "certificate revoked" error. See issue #244
Changelog

Sourced from Microsoft.Identity.Web.UI's changelog.

2.13.4

  • Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel 6.32.3 for the other target frameworks.
  • Update to MSAL 4.56.0, which now enables the cache synchronization by default
  • Support for .NET 8 preview 7. See PR #2430

Bug fixes

  • In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue #2417
  • Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue #2420
  • Improved the usability of IDownstreamApi by checking all HttpResponse for success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue #2426
  • Improvement/Fix of OWIN scenarios, especially the session with B2C: #2388
  • Fix an issue with CIAM web APIs and added two CIAM test apps. See PR #2411
  • Fix a bug that is now surfaced by the .NET 8 runtime. See issue #2448
  • Added a lock while loading credentials. See issue #2439

Fundamentals

  • performance improvements: #2414
  • Replaced Selenim with Playwright for more reliable faster UI tests. See issue #2354
  • Added MSAL telemetry about the kind of token cache used (L1/L2). See issue #1900
  • Resilience improvement: IdWeb now attempts to reload a certificate from its description when AAD returns "certificate revoked" error. See issue #244
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner September 11, 2023 13:21
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@kbeaugrand kbeaugrand enabled auto-merge (squash) September 11, 2023 19:34
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Microsoft.Identity.Web.UI-2.13.4 branch 2 times, most recently from 35068e3 to 3fef3a8 Compare September 12, 2023 10:05
Bumps [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.13.3...2.13.4)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Web.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Microsoft.Identity.Web.UI-2.13.4 branch from 3fef3a8 to e9f4c2e Compare September 12, 2023 10:32
@kbeaugrand kbeaugrand merged commit 8e48ebf into main Sep 12, 2023
6 checks passed
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Microsoft.Identity.Web.UI-2.13.4 branch September 12, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant