Skip to content

Commit

Permalink
Changelog updated for 3.2.0 release (#3023)
Browse files Browse the repository at this point in the history
* Changelog updated for 3.2.0 release

* PR comment

Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>

* PR comment

Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>

* add package dependencies

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

* Update changelog.md

---------

Co-authored-by: jennyf19 <jeferrie@microsoft.com>
Co-authored-by: Jean-Marc Prieur <jmprieur@microsoft.com>
  • Loading branch information
3 people committed Sep 23, 2024
1 parent cc01c68 commit d20536f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
3.2.0
=========
- Updated to Microsoft.Identity.Abstractions 7.0.1
- Updated to Microsoft.IdentityModel.* 8.1.0
- Updated to Microsoft.Identity.Client 4.64.1

### New features
- In .NET 8 and above, `IDownstreamApi` overloads take a `JsonTypeInfo<T>` parameter to enable source generated JSON deserialization. See issue [#2930] for details.

### Bug fixes:
- Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See [#3002] for details.

### Fundamentals:
- Improved test coverage for `GetCacheKey`. See PR [#3020](https://github.com/AzureAD/microsoft-identity-web/pull/3020) for details.
- Update to .NET 9-RC1. See issue [#3025](https://github.com/AzureAD/microsoft-identity-web/issues/3025) for details.
- Fix static analysis warnings. See PR [#3024](https://github.com/AzureAD/microsoft-identity-web/pull/3024) for details.
3.1.0
=========
- Updated to Microsoft.IdentityModel.* 8.0.2
Expand Down

0 comments on commit d20536f

Please sign in to comment.