Skip to content

Commit

Permalink
[Identity] prepare for 1.4.0-beta.1 release (#16021)
Browse files Browse the repository at this point in the history
* Updating changelog for 1.4.0-beta.1 release

* updating MSAL dependency
  • Loading branch information
schaabs authored Oct 15, 2020
1 parent f387316 commit a749477
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<PackageReference Update="Microsoft.CodeAnalysis" Version="2.3.0" />
<PackageReference Update="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20467.1" />
<PackageReference Update="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="4.5.1" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.20.1" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.1" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.21.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="2.16.2" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Update="Microsoft.NETCore.Platforms" Version="2.2.1" />
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
Expand Down
6 changes: 5 additions & 1 deletion sdk/identity/Azure.Identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release History
## 1.4.0-beta.1 (Unreleased)
## 1.4.0-beta.1 (2020-10-15)

### New Features
- Redesigned Application Authentication APIs
- Adds `TokenCache` and `PersistentTokenCache` classes to give more user control over how the tokens are cached and how the cache is persisted.
- Adds `TokenCache` property to options for credentials supporting token cache configuration.

## 1.3.0-beta.2 (2020-10-07)

Expand Down

0 comments on commit a749477

Please sign in to comment.