Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Bump Microsoft.Identity.Web.UI from 1.15.2 to 1.16.0 #47

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2021

Bumps Microsoft.Identity.Web.UI from 1.15.2 to 1.16.0.

Release notes

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

1.16.0

Update to IdentityModel 6.* and Microsoft.Graph 4.2.0 and Microsoft.Graph.Beta 4.7.0-preview.

New Features:

The MsalDistributedTokenCacheAdapterOptions now expose a boolean DisableL1Cache, which will bypass the InMemory (L1) cache and only use the Distributed cache. See issue (#1388)[https://github-redirect.dependabot.com/AzureAD/microsoft-identity-web/issues/1388] for details.

When using ASP.NET Individual auth, Microsoft Identity Web provides an overload to define the DisplayName of the Identity Provider. See issue #808 for details.

Bug Fixes:

In .NET Framework, when recreating the CCA each time, the cache is not hit. Now the ServiceProvider for the InMemory or Distributed cache is not instantiated each time. See issue #1390 for details.

The NonceCookie and CorrelationCookie configurations are now hooked up correctly in Microsoft Identity Web. See issue #1262 for details.

Fix a transitive ArgumentException when adding a preexisting key in the Temp Data. See PR #1382 for details.

Fix a KeyNotFoundException when calling WithAppOnly(). See issue #1365 and PR #1377 for details.

Remove context.Success() in the web API so that further middleware processing can occur. See issue #929 for details.

Changelog

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

1.16.0

Update to IdentityModel 6.* and Microsoft.Graph 4.2.0 and Microsoft.Graph.Beta 4.7.0-preview.

New Features:

The MsalDistributedTokenCacheAdapterOptions now expose a boolean DisableL1Cache, which will bypass the InMemory (L1) cache and only use the Distributed cache. See issue (#1388)[https://github-redirect.dependabot.com/AzureAD/microsoft-identity-web/issues/1388] for details.

When using ASP.NET Individual auth, Microsoft Identity Web provides an overload to define the DisplayName of the Identity Provider. See issue #808 for details.

Bug Fixes:

In .NET Framework, when recreating the CCA each time, the cache is not hit. Now the ServiceProvider for the InMemory or Distributed cache is not instantiated each time. See issue #1390 for details.

The NonceCookie and CorrelationCookie configurations are now hooked up correctly in Microsoft Identity Web. See issue #1262 for details.

Fix a transitive ArgumentException when adding a preexisting key in the Temp Data. See PR #1382 for details.

Fix a KeyNotFoundException when calling WithAppOnly(). See issue #1365 and PR #1377 for details.

Remove context.Success() in the web API so that further middleware processing can occur. See issue #929 for details.

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 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 added the dependencies Pull requests that update a dependency file label Aug 19, 2021
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Identity.Web.UI-1.16.0 branch from a3a2c65 to 2c6d38c Compare August 20, 2021 13:27
Bumps [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web) from 1.15.2 to 1.16.0.
- [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@1.15.2...1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.Identity.Web.UI-1.16.0 branch from 2c6d38c to 721299a Compare August 20, 2021 13:47
@funkysi1701 funkysi1701 merged commit 81e14da into develop Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Identity.Web.UI-1.16.0 branch August 20, 2021 13:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant