From 8c2775cb22ada358c6747af6dd3406653cff50bc Mon Sep 17 00:00:00 2001 From: jennyf19 Date: Thu, 4 Nov 2021 18:23:00 -0700 Subject: [PATCH] 1.19.1 changelog (#1518) * Update changelog.md * add cache optoins --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 413bea22a..5b0f14b79 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +1.20.0 +========== +Update to Microsoft.Graph 4.9.0, Microsoft.Graph.Beta 4.19.0-preview, Microsoft.IdentityModel 6.14.1. + +### New Features: +**Microsoft.Identity.Web.TokenCache now offers the possiblity of defining MemoryCacheOptions**, such as eviction and size limit options with the InMemoryCache for .NET Framework. See issue [#1521](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/1521) for details. + +### Bug Fixes: +**Bug fix in M.IM.Validators when dealing with multiple auth schemes**. See [release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/6.14.1) for details. + 1.19.0 ========== Update to Microsoft.Graph 4.8.0, Microsoft.Graph.Beta 4.18.0-preview, Microsoft.IdentityModel 6.14, and MSAL.NET 4.37.0.