forked from AzureAD/azure-activedirectory-library-for-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
56 lines (48 loc) · 2.12 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Version 3.13.5
==============
This release includes
- Update to OBO flows to force userassertion match against cache entries.
- Fix an issue where UWP was not handling ErrorHttp status and returning uncaught exception.
Version 3.13.4
==============
This release includes
- Fix to force iOS UIViewController to run on UI thread.
- Fix regresssion where content was passed as a file path for UserCredential flows.
- Fix an issue where internal exception was being thrown back to the developer.
Version 3.13.3
==============
This release includes
- Fix for null pointer exception when hash was computed on a null string.
- Add support to return complete http response body as an inner exception.
Version 3.13.2
==============
This release includes
- Adding default constructor to UserInfo class to circumvent CoreCLR deserialization issue.
Version 3.13.1
==============
This release contains
- Fix to add ConfigureAwait(false) to all await calls to avoid deadlocks.
- Fix bug where null reference was thrown in Android when onResult was called for an activity.
- ext_expires_in claim was not being read from server response.
- Disable Cross-Tenant refresh token redemption for client credentials flow.
- Fix the bug where access token in authentication result could be null in multi-threaded scenarios.
- Fix a bug where UserAssertion was not assumed to be JWT by default.
- Add support for SecureString client secret.
- Fix bug where null reference exception was thrown for AcquireTokenUsingDeviceCode.
Version 3.12.0
==============
This release contains
- Support for extended lifetime tokens.
- Fix to allow hardware based keys to perform authentication.
- Validate signing certificate chain in Android.
- Update NetStandard GA packages.
- Fix bug in cache lookup where developer provided parameters were ignored.
Version 3.10.305231913
======================
This release contains
- Retargeting Xamarin Android to Lollipop (5.0)
- Fix for PromptBehavior.Always in UWP apps where prompt=login was not sent to server.
Version 3.10.305161347
======================
This release contains
- Fix in GetAuthorizationURLAsync where QP were not getting appended correctly.