@azure/msal-common 5.2.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/account/AuthToken.js +1 -1
- package/dist/account/CcsCredential.js +1 -1
- package/dist/account/ClientInfo.js +1 -1
- package/dist/account/TokenClaims.d.ts +1 -0
- package/dist/account/TokenClaims.d.ts.map +1 -1
- package/dist/authority/Authority.d.ts +9 -1
- package/dist/authority/Authority.d.ts.map +1 -1
- package/dist/authority/Authority.js +36 -11
- package/dist/authority/Authority.js.map +1 -1
- package/dist/authority/AuthorityFactory.d.ts +2 -2
- package/dist/authority/AuthorityFactory.d.ts.map +1 -1
- package/dist/authority/AuthorityFactory.js +5 -5
- package/dist/authority/AuthorityFactory.js.map +1 -1
- package/dist/authority/AuthorityOptions.d.ts +8 -0
- package/dist/authority/AuthorityOptions.d.ts.map +1 -1
- package/dist/authority/AuthorityOptions.js +24 -0
- package/dist/authority/AuthorityOptions.js.map +1 -0
- package/dist/authority/AuthorityType.js +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.js +1 -1
- package/dist/authority/ImdsOptions.d.ts +7 -0
- package/dist/authority/ImdsOptions.d.ts.map +1 -0
- package/dist/authority/OpenIdConfigResponse.js +1 -1
- package/dist/authority/ProtocolMode.js +1 -1
- package/dist/authority/RegionDiscovery.d.ts +3 -6
- package/dist/authority/RegionDiscovery.d.ts.map +1 -1
- package/dist/authority/RegionDiscovery.js +19 -11
- package/dist/authority/RegionDiscovery.js.map +1 -1
- package/dist/cache/CacheManager.d.ts +9 -5
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.js +39 -29
- package/dist/cache/CacheManager.js.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.d.ts +3 -1
- package/dist/cache/entities/AccessTokenEntity.d.ts.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.js +13 -6
- package/dist/cache/entities/AccessTokenEntity.js.map +1 -1
- package/dist/cache/entities/AccountEntity.js +10 -10
- package/dist/cache/entities/AccountEntity.js.map +1 -1
- package/dist/cache/entities/AppMetadataEntity.js +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.js +1 -1
- package/dist/cache/entities/CacheRecord.js +1 -1
- package/dist/cache/entities/CredentialEntity.d.ts +12 -2
- package/dist/cache/entities/CredentialEntity.d.ts.map +1 -1
- package/dist/cache/entities/CredentialEntity.js +27 -12
- package/dist/cache/entities/CredentialEntity.js.map +1 -1
- package/dist/cache/entities/IdTokenEntity.js +1 -1
- package/dist/cache/entities/RefreshTokenEntity.js +1 -1
- package/dist/cache/entities/ServerTelemetryEntity.js +1 -1
- package/dist/cache/entities/ThrottlingEntity.js +1 -1
- package/dist/cache/persistence/TokenCacheContext.js +1 -1
- package/dist/cache/utils/CacheTypes.d.ts +1 -0
- package/dist/cache/utils/CacheTypes.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
- package/dist/client/AuthorizationCodeClient.js +7 -2
- package/dist/client/AuthorizationCodeClient.js.map +1 -1
- package/dist/client/BaseClient.js +2 -2
- package/dist/client/BaseClient.js.map +1 -1
- package/dist/client/ClientCredentialClient.d.ts.map +1 -1
- package/dist/client/ClientCredentialClient.js +5 -4
- package/dist/client/ClientCredentialClient.js.map +1 -1
- package/dist/client/DeviceCodeClient.d.ts.map +1 -1
- package/dist/client/DeviceCodeClient.js +6 -4
- package/dist/client/DeviceCodeClient.js.map +1 -1
- package/dist/client/OnBehalfOfClient.js +4 -3
- package/dist/client/OnBehalfOfClient.js.map +1 -1
- package/dist/client/RefreshTokenClient.js +3 -2
- package/dist/client/RefreshTokenClient.js.map +1 -1
- package/dist/client/SilentFlowClient.d.ts.map +1 -1
- package/dist/client/SilentFlowClient.js +4 -13
- package/dist/client/SilentFlowClient.js.map +1 -1
- package/dist/client/UsernamePasswordClient.js +3 -2
- package/dist/client/UsernamePasswordClient.js.map +1 -1
- package/dist/config/ClientConfiguration.d.ts +29 -1
- package/dist/config/ClientConfiguration.d.ts.map +1 -1
- package/dist/config/ClientConfiguration.js +21 -8
- package/dist/config/ClientConfiguration.js.map +1 -1
- package/dist/crypto/ICrypto.d.ts +9 -2
- package/dist/crypto/ICrypto.d.ts.map +1 -1
- package/dist/crypto/ICrypto.js +10 -1
- package/dist/crypto/ICrypto.js.map +1 -1
- package/dist/crypto/IGuidGenerator.d.ts +5 -0
- package/dist/crypto/IGuidGenerator.d.ts.map +1 -0
- package/dist/crypto/PopTokenGenerator.js +2 -2
- package/dist/crypto/PopTokenGenerator.js.map +1 -1
- package/dist/error/AuthError.js +3 -3
- package/dist/error/AuthError.js.map +1 -1
- package/dist/error/ClientAuthError.js +1 -1
- package/dist/error/ClientConfigurationError.d.ts +11 -0
- package/dist/error/ClientConfigurationError.d.ts.map +1 -1
- package/dist/error/ClientConfigurationError.js +12 -2
- package/dist/error/ClientConfigurationError.js.map +1 -1
- package/dist/error/InteractionRequiredAuthError.js +1 -1
- package/dist/error/ServerError.js +1 -1
- package/dist/index.cjs.js +666 -140
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/logger/Logger.js +13 -13
- package/dist/logger/Logger.js.map +1 -1
- package/dist/network/INetworkModule.d.ts +1 -0
- package/dist/network/INetworkModule.d.ts.map +1 -1
- package/dist/network/INetworkModule.js +1 -1
- package/dist/network/INetworkModule.js.map +1 -1
- package/dist/network/NetworkManager.js +1 -1
- package/dist/network/RequestThumbprint.d.ts +1 -1
- package/dist/network/RequestThumbprint.d.ts.map +1 -1
- package/dist/network/ThrottlingUtils.js +2 -2
- package/dist/network/ThrottlingUtils.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/request/AuthenticationHeaderParser.js +3 -3
- package/dist/request/AuthenticationHeaderParser.js.map +1 -1
- package/dist/request/BaseAuthRequest.d.ts +10 -5
- package/dist/request/BaseAuthRequest.d.ts.map +1 -1
- package/dist/request/CommonEndSessionRequest.d.ts +2 -0
- package/dist/request/CommonEndSessionRequest.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.d.ts +10 -1
- package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
- package/dist/request/RequestParameterBuilder.js +25 -3
- package/dist/request/RequestParameterBuilder.js.map +1 -1
- package/dist/request/RequestValidator.js +1 -1
- package/dist/request/ScopeSet.js +4 -4
- package/dist/request/ScopeSet.js.map +1 -1
- package/dist/response/ResponseHandler.d.ts.map +1 -1
- package/dist/response/ResponseHandler.js +8 -8
- package/dist/response/ResponseHandler.js.map +1 -1
- package/dist/telemetry/performance/IPerformanceClient.d.ts +22 -0
- package/dist/telemetry/performance/IPerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/IPerformanceMeasurement.d.ts +6 -0
- package/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceClient.d.ts +125 -0
- package/dist/telemetry/performance/PerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceClient.js +275 -0
- package/dist/telemetry/performance/PerformanceClient.js.map +1 -0
- package/dist/telemetry/performance/PerformanceEvent.d.ts +182 -0
- package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -0
- package/dist/telemetry/performance/PerformanceEvent.js +85 -0
- package/dist/telemetry/performance/PerformanceEvent.js.map +1 -0
- package/dist/telemetry/performance/StubPerformanceClient.d.ts +13 -0
- package/dist/telemetry/performance/StubPerformanceClient.d.ts.map +1 -0
- package/dist/telemetry/performance/StubPerformanceClient.js +37 -0
- package/dist/telemetry/performance/StubPerformanceClient.js.map +1 -0
- package/dist/telemetry/server/ServerTelemetryManager.js +4 -4
- package/dist/telemetry/server/ServerTelemetryManager.js.map +1 -1
- package/dist/url/UrlString.js +2 -2
- package/dist/url/UrlString.js.map +1 -1
- package/dist/utils/Constants.d.ts +5 -1
- package/dist/utils/Constants.d.ts.map +1 -1
- package/dist/utils/Constants.js +5 -1
- package/dist/utils/Constants.js.map +1 -1
- package/dist/utils/ProtocolUtils.js +3 -3
- package/dist/utils/ProtocolUtils.js.map +1 -1
- package/dist/utils/StringUtils.js +1 -1
- package/dist/utils/TimeUtils.js +1 -1
- package/package.json +2 -4
- package/CHANGELOG.json +0 -1259
- package/CHANGELOG.md +0 -479
package/CHANGELOG.json
DELETED
|
@@ -1,1259 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@azure/msal-common",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Tue, 07 Dec 2021 00:17:01 GMT",
|
|
6
|
-
"tag": "@azure/msal-common_v5.2.0",
|
|
7
|
-
"version": "5.2.0",
|
|
8
|
-
"comments": {
|
|
9
|
-
"none": [
|
|
10
|
-
{
|
|
11
|
-
"author": "thomas.norling@microsoft.com",
|
|
12
|
-
"package": "@azure/msal-common",
|
|
13
|
-
"commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
|
|
14
|
-
"comment": "Package.json updates"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"patch": [
|
|
18
|
-
{
|
|
19
|
-
"author": "hemoral@microsoft.com",
|
|
20
|
-
"package": "@azure/msal-common",
|
|
21
|
-
"commit": "e983e25ba899bb437a135ec50ad6c77023c72e5b",
|
|
22
|
-
"comment": "Fix circular dependencies in AuthenticationHeaderParser and AsyncMemoryStorage #4235"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"minor": [
|
|
26
|
-
{
|
|
27
|
-
"author": "janutter@microsoft.com",
|
|
28
|
-
"package": "@azure/msal-common",
|
|
29
|
-
"commit": "4741b6c3a6a3dd58feefde93c095c05e1eca5e03",
|
|
30
|
-
"comment": "Add APIs needed for hybrid spa flow #3978"
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"date": "Mon, 01 Nov 2021 23:53:21 GMT",
|
|
37
|
-
"tag": "@azure/msal-common_v5.1.0",
|
|
38
|
-
"version": "5.1.0",
|
|
39
|
-
"comments": {
|
|
40
|
-
"minor": [
|
|
41
|
-
{
|
|
42
|
-
"author": "hemoral@microsoft.com",
|
|
43
|
-
"package": "@azure/msal-common",
|
|
44
|
-
"commit": "a81fcef3d82523e03828d91bb0ee8d2ab2cc20d8",
|
|
45
|
-
"comment": "Add support for ephemeral SSH certificate acquisition #4178"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"author": "hemoral@microsoft.com",
|
|
49
|
-
"package": "@azure/msal-common",
|
|
50
|
-
"commit": "5b350a5f97b43e1a5a87153bb4a13632f7c615b9",
|
|
51
|
-
"comment": "Add support for SHR nonce #3999"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"patch": [
|
|
55
|
-
{
|
|
56
|
-
"author": "thomas.norling@microsoft.com",
|
|
57
|
-
"package": "@azure/msal-common",
|
|
58
|
-
"commit": "8753903387bec9d53ef691674593c58e29b2be1d",
|
|
59
|
-
"comment": "Log reason for cache miss #4199"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"author": "thomas.norling@microsoft.com",
|
|
63
|
-
"package": "@azure/msal-common",
|
|
64
|
-
"commit": "0f0cd59ef55f3547ef3698f87392209af8fcebd7",
|
|
65
|
-
"comment": "Update authority metadata error messages"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"author": "janutter@microsoft.com",
|
|
69
|
-
"package": "@azure/msal-common",
|
|
70
|
-
"commit": "9fdfe9a3e3db40c5a9dc1b93a50ff3c68a4259c0",
|
|
71
|
-
"comment": "Gracefully handle B2C ROPC policies not setting end_session_endpoint property #4173"
|
|
72
|
-
}
|
|
73
|
-
]
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
|
|
78
|
-
"tag": "@azure/msal-common_v5.0.1",
|
|
79
|
-
"version": "5.0.1",
|
|
80
|
-
"comments": {
|
|
81
|
-
"none": [
|
|
82
|
-
{
|
|
83
|
-
"author": "kamausamuel11@gmail.com",
|
|
84
|
-
"package": "@azure/msal-common",
|
|
85
|
-
"comment": "fix: integrate forked bindings package",
|
|
86
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"patch": [
|
|
90
|
-
{
|
|
91
|
-
"author": "thomas.norling@microsoft.com",
|
|
92
|
-
"package": "@azure/msal-common",
|
|
93
|
-
"comment": "Export library version #4124",
|
|
94
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"author": "jagore@microsoft.com",
|
|
98
|
-
"package": "@azure/msal-common",
|
|
99
|
-
"comment": "Consistently export error types and messages for errors thrown by MSAL #4117",
|
|
100
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"author": "thomas.norling@microsoft.com",
|
|
104
|
-
"package": "@azure/msal-common",
|
|
105
|
-
"comment": "Make no_tokens_found error an InteractionRequiredAuthError #4089",
|
|
106
|
-
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"date": "Tue, 07 Sep 2021 23:22:24 GMT",
|
|
113
|
-
"tag": "@azure/msal-common_v5.0.0",
|
|
114
|
-
"version": "5.0.0",
|
|
115
|
-
"comments": {
|
|
116
|
-
"patch": [
|
|
117
|
-
{
|
|
118
|
-
"comment": "Add correlationId property to AuthError #3930",
|
|
119
|
-
"author": "thomas.norling@microsoft.com",
|
|
120
|
-
"commit": "c2d19c27d11fdab54fb336b9a455b05c753ae750",
|
|
121
|
-
"package": "@azure/msal-common"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"comment": "Fix logger constructor #3899",
|
|
125
|
-
"author": "hemoral@microsoft.com",
|
|
126
|
-
"commit": "b864252c09935f31d72ace20ca13a5a42d2a6bc1",
|
|
127
|
-
"package": "@azure/msal-common"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"comment": "Add correlationId to AuthenticationResult type #3947",
|
|
131
|
-
"author": "thomas.norling@microsoft.com",
|
|
132
|
-
"commit": "931061695df57488a26397763bbdb3e466713df8",
|
|
133
|
-
"package": "@azure/msal-common"
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"comment": "Fix accesstoken_with_authscheme implementation #3910",
|
|
137
|
-
"author": "hemoral@microsoft.com",
|
|
138
|
-
"commit": "9aceb4219ebad900277aa6a59ca1ff93c5a21e0a",
|
|
139
|
-
"package": "@azure/msal-common"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"comment": "Add external token server response type #3895",
|
|
143
|
-
"author": "joarroyo@microsoft.com",
|
|
144
|
-
"commit": "cef2629499cf997f9167fe3ecc7628cf32513dfc",
|
|
145
|
-
"package": "@azure/msal-common"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"comment": "Fixes unescaped backslash and inefficient regex patterns #3993",
|
|
149
|
-
"author": "thomas.norling@microsoft.com",
|
|
150
|
-
"commit": "80434004e06dc11f3770ba84e5ead1c45f449156",
|
|
151
|
-
"package": "@azure/msal-common"
|
|
152
|
-
}
|
|
153
|
-
],
|
|
154
|
-
"none": [
|
|
155
|
-
{
|
|
156
|
-
"comment": "Resolve lint warnings #3994",
|
|
157
|
-
"author": "thomas.norling@microsoft.com",
|
|
158
|
-
"commit": "17cbef3c32f01e526e33964df21b0cda19e632b9",
|
|
159
|
-
"package": "@azure/msal-common"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"comment": "Removes logout cache clearing logic from AuthorizationCodeClient #3982",
|
|
163
|
-
"author": "thomas.norling@microsoft.com",
|
|
164
|
-
"commit": "9e4d8a161cd8eac51ea7ded5dadc2b6ff028f5d7",
|
|
165
|
-
"package": "@azure/msal-common"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"minor": [
|
|
169
|
-
{
|
|
170
|
-
"comment": "Adds state param to logout url #3909",
|
|
171
|
-
"author": "bmahal@microsoft.com",
|
|
172
|
-
"commit": "20c270e030922e3bb9df5beb1c6dcca190c4ac09",
|
|
173
|
-
"package": "@azure/msal-common"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"comment": "Add SignedHttpRequest class #3058",
|
|
177
|
-
"author": "janutter@microsoft.com",
|
|
178
|
-
"commit": "19fe65ef6562deeae0778db5030f44fa6e24aa5d",
|
|
179
|
-
"package": "@azure/msal-common"
|
|
180
|
-
}
|
|
181
|
-
],
|
|
182
|
-
"major": [
|
|
183
|
-
{
|
|
184
|
-
"comment": "Add pop params to request thumbprint #3973",
|
|
185
|
-
"author": "hemoral@microsoft.com",
|
|
186
|
-
"commit": "b3b18bc86a5949905be265c9b892e288551ac894",
|
|
187
|
-
"package": "@azure/msal-common"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"comment": "Remove token binding key from key store when refreshing pop token #3500",
|
|
191
|
-
"author": "hemoral@microsoft.com",
|
|
192
|
-
"commit": "6592652877f31405c8ed73a66f03eada90a78c0a",
|
|
193
|
-
"package": "@azure/msal-common"
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"date": "Mon, 02 Aug 2021 23:19:21 GMT",
|
|
200
|
-
"tag": "@azure/msal-common_v4.5.1",
|
|
201
|
-
"version": "4.5.1",
|
|
202
|
-
"comments": {
|
|
203
|
-
"patch": [
|
|
204
|
-
{
|
|
205
|
-
"comment": "Fix double encoding state #3903",
|
|
206
|
-
"author": "bmahal@microsoft.com",
|
|
207
|
-
"commit": "6a650097f99a395c7d7723ac2184a71e759d9b74",
|
|
208
|
-
"package": "@azure/msal-common"
|
|
209
|
-
}
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"date": "Thu, 22 Jul 2021 22:50:22 GMT",
|
|
215
|
-
"tag": "@azure/msal-common_v4.5.0",
|
|
216
|
-
"version": "4.5.0",
|
|
217
|
-
"comments": {
|
|
218
|
-
"minor": [
|
|
219
|
-
{
|
|
220
|
-
"comment": "Adding ROPC for confidential client apps (#3838)",
|
|
221
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
222
|
-
"commit": "c467d18adff33f98071837ee0fd51d4259236b9f",
|
|
223
|
-
"package": "@azure/msal-common"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"comment": "feat: add regional authority telemetry #3662",
|
|
227
|
-
"author": "samuelkamau@microsoft.com",
|
|
228
|
-
"commit": "aeeeac862e2fcd5d441bc196545f7a8a70f0a0e2",
|
|
229
|
-
"package": "@azure/msal-common"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"comment": "Add support for prompt=create #3773",
|
|
233
|
-
"author": "joarroyo@microsoft.com",
|
|
234
|
-
"commit": "c9314cedfe08b643e43e358243dc7f49253f77ef",
|
|
235
|
-
"package": "@azure/msal-common"
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"patch": [
|
|
239
|
-
{
|
|
240
|
-
"comment": "Add constant for active account cache key #3755",
|
|
241
|
-
"author": "thomas.norling@microsoft.com",
|
|
242
|
-
"commit": "f30e039bb2559a3a2ce79a22cede11dcf892a4fa",
|
|
243
|
-
"package": "@azure/msal-common"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"comment": "Fix double query string for logout endpoint #3814",
|
|
247
|
-
"author": "thomas.norling@microsoft.com",
|
|
248
|
-
"commit": "c74a548e4fda00217c7da6918e9b559392f89b5f",
|
|
249
|
-
"package": "@azure/msal-common"
|
|
250
|
-
}
|
|
251
|
-
]
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"date": "Mon, 28 Jun 2021 23:39:48 GMT",
|
|
256
|
-
"tag": "@azure/msal-common_v4.4.0",
|
|
257
|
-
"version": "4.4.0",
|
|
258
|
-
"comments": {
|
|
259
|
-
"minor": [
|
|
260
|
-
{
|
|
261
|
-
"comment": "Add CCS parameters to headers or form_data #3636",
|
|
262
|
-
"author": "prkanher@microsoft.com",
|
|
263
|
-
"commit": "2956380aecde38382a28c7ed15164b8dfd65cfca",
|
|
264
|
-
"package": "@azure/msal-common"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"comment": "Add correlationId to log messages #3601",
|
|
268
|
-
"author": "joarroyo@microsoft.com",
|
|
269
|
-
"commit": "8d58f91c9dd9d65df4a016c7bcdbbd03e9bf573e",
|
|
270
|
-
"package": "@azure/msal-common"
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"patch": [
|
|
274
|
-
{
|
|
275
|
-
"comment": "Export ServerAuthorizationTokenResponse type #3657",
|
|
276
|
-
"author": "thomas.norling@microsoft.com",
|
|
277
|
-
"commit": "f6f7a7c738706668c869fcc84338d8c212a5ab4f",
|
|
278
|
-
"package": "@azure/msal-common"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"comment": "Discard tokens cached after current time #3786",
|
|
282
|
-
"author": "thomas.norling@microsoft.com",
|
|
283
|
-
"commit": "99f70d893b77ff1aaa3a81ad85135abbaf21b0c4",
|
|
284
|
-
"package": "@azure/msal-common"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"comment": "Remove input params from Empty Scopes error constructors #3654",
|
|
288
|
-
"author": "thomas.norling@microsoft.com",
|
|
289
|
-
"commit": "8c2b7f5c3c859bb4936f8409212f84a825c560be",
|
|
290
|
-
"package": "@azure/msal-common"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"comment": "feat: modify the access token filter #3375",
|
|
294
|
-
"author": "samuelkamau@microsoft.com",
|
|
295
|
-
"commit": "b8d7b2e7224bef7bebeb7e1f93b4358b77266804",
|
|
296
|
-
"package": "@azure/msal-common"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"comment": "fix: fix device code polling bug",
|
|
300
|
-
"author": "samuelkamau@microsoft.com",
|
|
301
|
-
"commit": "97f32a03df3835bf4f1be60ab7179c10196459a4",
|
|
302
|
-
"package": "@azure/msal-common"
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"none": [
|
|
306
|
-
{
|
|
307
|
-
"comment": "fix: update package lock files",
|
|
308
|
-
"author": "samuelkamau@microsoft.com",
|
|
309
|
-
"commit": "0199e41269b79de70f7d0da0fb12448db534f784",
|
|
310
|
-
"package": "@azure/msal-common"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"comment": "Upgrade Jest to v27 #3719",
|
|
314
|
-
"author": "thomas.norling@microsoft.com",
|
|
315
|
-
"commit": "6c34aa5be3ee9536bd2febd2b7781fcdf0d28786",
|
|
316
|
-
"package": "@azure/msal-common"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"comment": "Component governance dependency updates #3655",
|
|
320
|
-
"author": "joarroyo@microsoft.com",
|
|
321
|
-
"commit": "3f74f3bffd88fc0b39a854da090f01aa9c072618",
|
|
322
|
-
"package": "@azure/msal-common"
|
|
323
|
-
}
|
|
324
|
-
]
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"date": "Thu, 13 May 2021 18:34:08 GMT",
|
|
329
|
-
"tag": "@azure/msal-common_v4.3.0",
|
|
330
|
-
"version": "4.3.0",
|
|
331
|
-
"comments": {
|
|
332
|
-
"none": [
|
|
333
|
-
{
|
|
334
|
-
"comment": "Enable no-param-reassign lint rule",
|
|
335
|
-
"author": "janutter@microsoft.com",
|
|
336
|
-
"commit": "e24f5cff944c05ccaecb180fa68814bc89512095",
|
|
337
|
-
"package": "@azure/msal-common"
|
|
338
|
-
}
|
|
339
|
-
]
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"date": "Wed, 12 May 2021 18:35:03 GMT",
|
|
344
|
-
"tag": "@azure/msal-common_v4.3.0",
|
|
345
|
-
"version": "4.3.0",
|
|
346
|
-
"comments": {
|
|
347
|
-
"patch": [
|
|
348
|
-
{
|
|
349
|
-
"comment": "Fix double query string when authority endpoints contain query strings #3620",
|
|
350
|
-
"author": "thomas.norling@microsoft.com",
|
|
351
|
-
"commit": "32aa15fd13d1c1d9219dc7c486427a2c2bb686cc",
|
|
352
|
-
"package": "@azure/msal-common"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"comment": "change msal-browser/msal-common to preserveModules to enable treeshaking #3300",
|
|
356
|
-
"author": "oo.thomas96@gmail.com",
|
|
357
|
-
"commit": "065f107fff0e2dd37d9c8cee2fd6808988bb4038",
|
|
358
|
-
"package": "@azure/msal-common"
|
|
359
|
-
},
|
|
360
|
-
{
|
|
361
|
-
"comment": "Revert expiresOn type to make it nullable #3557",
|
|
362
|
-
"author": "hemoral@microsoft.com",
|
|
363
|
-
"commit": "971e30f44c76b6c29546e80e69b3f881624808d8",
|
|
364
|
-
"package": "@azure/msal-common"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"comment": "Add logLevel Trace to Logger #3589",
|
|
368
|
-
"author": "joarroyo@microsoft.com",
|
|
369
|
-
"commit": "a214d520cc07c0113f3dfacb2344448d37458f42",
|
|
370
|
-
"package": "@azure/msal-common"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"comment": "Throw untrustedAuthority error if discovery endpoint returns error in response body #3572",
|
|
374
|
-
"author": "thomas.norling@microsoft.com",
|
|
375
|
-
"commit": "1ddbb1bec251759959be5d5962e44d9c6537ce7c",
|
|
376
|
-
"package": "@azure/msal-common"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"comment": "Add claims comparison to accountInfoIsEqual function #3527",
|
|
380
|
-
"author": "thomas.norling@microsoft.com",
|
|
381
|
-
"commit": "878253750fecf12b4a865a5821df20d333ff0134",
|
|
382
|
-
"package": "@azure/msal-common"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"comment": "Add check for empty object string in claims request parameter #3579",
|
|
386
|
-
"author": "prkanher@microsoft.com",
|
|
387
|
-
"commit": "eeddb7ad13387c77973d8d728e1b87fd2e9feca4",
|
|
388
|
-
"package": "@azure/msal-common"
|
|
389
|
-
}
|
|
390
|
-
],
|
|
391
|
-
"none": [
|
|
392
|
-
{
|
|
393
|
-
"comment": "Regenerate package-lock #3510",
|
|
394
|
-
"author": "joarroyo@microsoft.com",
|
|
395
|
-
"commit": "ba0092a452f71a7bc58aaf7acdf94536d66f7493",
|
|
396
|
-
"package": "@azure/msal-common"
|
|
397
|
-
}
|
|
398
|
-
],
|
|
399
|
-
"minor": [
|
|
400
|
-
{
|
|
401
|
-
"comment": "add support for regional authorities",
|
|
402
|
-
"author": "samuelkamau@microsoft.com",
|
|
403
|
-
"commit": "8baa387b34162b1bc96e341d7ad7158debd4b99d",
|
|
404
|
-
"package": "@azure/msal-common"
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"date": "Thu, 22 Apr 2021 23:26:08 GMT",
|
|
411
|
-
"tag": "@azure/msal-common_v4.2.1",
|
|
412
|
-
"version": "4.2.1",
|
|
413
|
-
"comments": {
|
|
414
|
-
"patch": [
|
|
415
|
-
{
|
|
416
|
-
"comment": "Fix typing for expiresOn field (#2994)",
|
|
417
|
-
"author": "prkanher@microsoft.com",
|
|
418
|
-
"commit": "4f8a29cab324838993d91fda4b0ba57f731fcd1a",
|
|
419
|
-
"package": "@azure/msal-common"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"comment": "Move /token headers to POST body to avoid OPTIONS request (#3094)",
|
|
423
|
-
"author": "thomas.norling@microsoft.com",
|
|
424
|
-
"commit": "f62f0cdf923c9ee4b36943d2a3a7dc618903d30f",
|
|
425
|
-
"package": "@azure/msal-common"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"comment": "Change ts type from string to number in SignedHttpRequest #3474",
|
|
429
|
-
"author": "prkanher@microsoft.com",
|
|
430
|
-
"commit": "8f39845452845b47a0bdce41a92c3185d352c7c7",
|
|
431
|
-
"package": "@azure/msal-common"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"comment": "Add .browserslistrc #3471",
|
|
435
|
-
"author": "thomas.norling@microsoft.com",
|
|
436
|
-
"commit": "04c6d659d4dc76183ef9043075d3b6cacc450c9b",
|
|
437
|
-
"package": "@azure/msal-common"
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"none": [
|
|
441
|
-
{
|
|
442
|
-
"comment": "Update and fix eslint rules",
|
|
443
|
-
"author": "janutter@microsoft.com",
|
|
444
|
-
"commit": "70debe58239b6a6fdf4e533a8a1ee057257846a8",
|
|
445
|
-
"package": "@azure/msal-common"
|
|
446
|
-
}
|
|
447
|
-
]
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"date": "Wed, 14 Apr 2021 18:39:53 GMT",
|
|
452
|
-
"tag": "@azure/msal-common_v4.2.0",
|
|
453
|
-
"version": "4.2.0",
|
|
454
|
-
"comments": {
|
|
455
|
-
"minor": [
|
|
456
|
-
{
|
|
457
|
-
"comment": "Adding the refresh_in feature for msal.js #3005",
|
|
458
|
-
"author": "prkanher@microsoft.com",
|
|
459
|
-
"commit": "535031a4e98c88797b28f629a7cb3b9c69cbcbaa",
|
|
460
|
-
"package": "@azure/msal-common"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"comment": "Add support for AccessToken_With_AuthScheme credential type #3426",
|
|
464
|
-
"author": "hectormgdev@gmail.com",
|
|
465
|
-
"commit": "c35e120dd8af5dda03b2480cf559cf226fb2fc21",
|
|
466
|
-
"package": "@azure/msal-common"
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"patch": [
|
|
470
|
-
{
|
|
471
|
-
"comment": "Make SHR parameters optional #3320",
|
|
472
|
-
"author": "hemoral@microsoft.com",
|
|
473
|
-
"commit": "fd0dcd559af8ab0e04dec3c30cf3d4e122d6057d",
|
|
474
|
-
"package": "@azure/msal-common"
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"date": "Wed, 31 Mar 2021 22:25:57 GMT",
|
|
481
|
-
"tag": "@azure/msal-common_v4.1.1",
|
|
482
|
-
"version": "4.1.1",
|
|
483
|
-
"comments": {
|
|
484
|
-
"none": [
|
|
485
|
-
{
|
|
486
|
-
"comment": "Update AccountInfo to refer to typedocs (#3266)",
|
|
487
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
488
|
-
"commit": "ea88b22a7133f3e7001ce0690d26f84d93117d4b",
|
|
489
|
-
"package": "@azure/msal-common"
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"patch": [
|
|
493
|
-
{
|
|
494
|
-
"comment": "Update StringUtils.matchPattern to account for queries in string #3307",
|
|
495
|
-
"author": "joarroyo@microsoft.com",
|
|
496
|
-
"commit": "53af1706880da73c5e0185756c16f285840a7f1f",
|
|
497
|
-
"package": "@azure/msal-common"
|
|
498
|
-
},
|
|
499
|
-
{
|
|
500
|
-
"comment": "Adds tokenQueryParameters request param #3309",
|
|
501
|
-
"author": "thomas.norling@microsoft.com",
|
|
502
|
-
"commit": "91da4f7f8dc126458dcc7b4a1e22b707f48a302a",
|
|
503
|
-
"package": "@azure/msal-common"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"comment": "Ignore account hints when prompt=select_account #3315",
|
|
507
|
-
"author": "thomas.norling@microsoft.com",
|
|
508
|
-
"commit": "6e836ce254dff695da41261d0012209cf98df13e",
|
|
509
|
-
"package": "@azure/msal-common"
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"date": "Wed, 24 Mar 2021 22:55:46 GMT",
|
|
516
|
-
"tag": "@azure/msal-common_v4.1.0",
|
|
517
|
-
"version": "4.1.0",
|
|
518
|
-
"comments": {
|
|
519
|
-
"minor": [
|
|
520
|
-
{
|
|
521
|
-
"comment": "Add client claims support for SHRs (#3089)",
|
|
522
|
-
"author": "hemoral@microsoft.com",
|
|
523
|
-
"commit": "44bc5edc3104400bef0e876c68ea529ce543e398",
|
|
524
|
-
"package": "@azure/msal-common"
|
|
525
|
-
}
|
|
526
|
-
],
|
|
527
|
-
"patch": [
|
|
528
|
-
{
|
|
529
|
-
"comment": "Properly handle expiration timestamps when returned as strings",
|
|
530
|
-
"author": "janutter@microsoft.com",
|
|
531
|
-
"commit": "d2e0dd1a390b40fbe6225e4e214bb0df2f8b7174",
|
|
532
|
-
"package": "@azure/msal-common"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"comment": "Add null as possible type for account on EndSessionRequest #3044",
|
|
536
|
-
"author": "thomas.norling@microsoft.com",
|
|
537
|
-
"commit": "866a4c8507155134282449d92d8b1cdfc384ab7e",
|
|
538
|
-
"package": "@azure/msal-common"
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
"date": "Mon, 15 Mar 2021 23:45:17 GMT",
|
|
545
|
-
"tag": "@azure/msal-common_v4.0.3",
|
|
546
|
-
"version": "4.0.3",
|
|
547
|
-
"comments": {
|
|
548
|
-
"patch": [
|
|
549
|
-
{
|
|
550
|
-
"comment": "Use sid from account when available #3147",
|
|
551
|
-
"author": "prkanher@microsoft.com",
|
|
552
|
-
"commit": "1e98ccd91788fd8072226b9139eb109d83df1a25",
|
|
553
|
-
"package": "@azure/msal-common"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"comment": "Add network error for failed requests (#3146)",
|
|
557
|
-
"author": "thomas.norling@microsoft.com",
|
|
558
|
-
"commit": "07b2ea44a3f794d8812247020c729e00d49d33ec",
|
|
559
|
-
"package": "@azure/msal-common"
|
|
560
|
-
}
|
|
561
|
-
]
|
|
562
|
-
}
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"date": "Wed, 03 Mar 2021 21:47:05 GMT",
|
|
566
|
-
"tag": "@azure/msal-common_v4.0.2",
|
|
567
|
-
"version": "4.0.2",
|
|
568
|
-
"comments": {
|
|
569
|
-
"patch": [
|
|
570
|
-
{
|
|
571
|
-
"comment": "Fix OIDC Scopes Caching Issue (#3065)",
|
|
572
|
-
"author": "prkanher@microsoft.com",
|
|
573
|
-
"commit": "03fb6e837d8b0b919118f34096dbe9e333ec733e",
|
|
574
|
-
"package": "@azure/msal-common"
|
|
575
|
-
}
|
|
576
|
-
]
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"date": "Thu, 18 Feb 2021 00:34:32 GMT",
|
|
581
|
-
"tag": "@azure/msal-common_v4.0.1",
|
|
582
|
-
"version": "4.0.1",
|
|
583
|
-
"comments": {
|
|
584
|
-
"patch": [
|
|
585
|
-
{
|
|
586
|
-
"comment": "Clarify Device Code Timeout units (#3031)",
|
|
587
|
-
"author": "hemoral@microsoft.com",
|
|
588
|
-
"commit": "af97180664ec257f2fdb6f04ab0921affeb9a8f3",
|
|
589
|
-
"package": "@azure/msal-common"
|
|
590
|
-
}
|
|
591
|
-
]
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"date": "Tue, 09 Feb 2021 01:48:22 GMT",
|
|
596
|
-
"tag": "@azure/msal-common_v4.0.0",
|
|
597
|
-
"version": "4.0.0",
|
|
598
|
-
"comments": {
|
|
599
|
-
"patch": [
|
|
600
|
-
{
|
|
601
|
-
"comment": "Fix version.json import errors (#2993)",
|
|
602
|
-
"author": "thomas.norling@microsoft.com",
|
|
603
|
-
"commit": "6dc3bc9e2148bc53b181d9f079f6e11e0159620b",
|
|
604
|
-
"package": "@azure/msal-common"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"comment": "Setting postLogoutRedirectUri as null will disable post logout redirect",
|
|
608
|
-
"author": "janutter@microsoft.com",
|
|
609
|
-
"commit": "cae9fa7bdd1575067d2e823402e0725f7bf8b11e",
|
|
610
|
-
"package": "@azure/msal-common"
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
"comment": "Ignore OIDC scopes during cache lookup or replacement (#2969)",
|
|
614
|
-
"author": "prkanher@microsoft.com",
|
|
615
|
-
"commit": "554f47e8ff576c3230c36df74cd73b6101d333ab",
|
|
616
|
-
"package": "@azure/msal-common"
|
|
617
|
-
}
|
|
618
|
-
],
|
|
619
|
-
"major": [
|
|
620
|
-
{
|
|
621
|
-
"comment": "Add API Extractor for msal-node",
|
|
622
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
623
|
-
"commit": "01747296efdf08eefe585930097d9bbbf6b00789",
|
|
624
|
-
"package": "@azure/msal-common"
|
|
625
|
-
}
|
|
626
|
-
]
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"date": "Tue, 02 Feb 2021 01:56:47 GMT",
|
|
631
|
-
"tag": "@azure/msal-common_v3.1.0",
|
|
632
|
-
"version": "3.1.0",
|
|
633
|
-
"comments": {
|
|
634
|
-
"patch": [
|
|
635
|
-
{
|
|
636
|
-
"comment": "Fix token timestamp calculation",
|
|
637
|
-
"author": "prkanher@microsoft.com",
|
|
638
|
-
"commit": "12f9fa2b6a9530fac5f7570ee3c49dc39232284c",
|
|
639
|
-
"package": "@azure/msal-common"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"comment": "Fix B2C policy switching (#2949)",
|
|
643
|
-
"author": "thomas.norling@microsoft.com",
|
|
644
|
-
"commit": "05eb650487a800d4bb3f94ec9dacca2efa98cc82",
|
|
645
|
-
"package": "@azure/msal-common"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"comment": "Get package version from version.json (#2915)",
|
|
649
|
-
"author": "thomas.norling@microsoft.com",
|
|
650
|
-
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
|
|
651
|
-
"package": "@azure/msal-common"
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"minor": [
|
|
655
|
-
{
|
|
656
|
-
"comment": "Add wrapper SKU and version to current telemetry header (#2845)",
|
|
657
|
-
"author": "thomas.norling@microsoft.com",
|
|
658
|
-
"commit": "27597c148c718e3d001309349a4498a958688cbd",
|
|
659
|
-
"package": "@azure/msal-common"
|
|
660
|
-
}
|
|
661
|
-
],
|
|
662
|
-
"none": [
|
|
663
|
-
{
|
|
664
|
-
"comment": "Add project references (#2930)",
|
|
665
|
-
"author": "thomas.norling@microsoft.com",
|
|
666
|
-
"commit": "a836e77e372f1b4da28195d4ad8c0c75d6794875",
|
|
667
|
-
"package": "@azure/msal-common"
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"comment": "Typedocs Updates (#2926)",
|
|
671
|
-
"author": "thomas.norling@microsoft.com",
|
|
672
|
-
"commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a",
|
|
673
|
-
"package": "@azure/msal-common"
|
|
674
|
-
}
|
|
675
|
-
]
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
"date": "Thu, 21 Jan 2021 21:48:01 GMT",
|
|
680
|
-
"tag": "@azure/msal-common_v3.0.0",
|
|
681
|
-
"version": "3.0.0",
|
|
682
|
-
"comments": {
|
|
683
|
-
"major": [
|
|
684
|
-
{
|
|
685
|
-
"comment": "Authority metadata caching (#2758)",
|
|
686
|
-
"author": "thomas.norling@microsoft.com",
|
|
687
|
-
"commit": "28b3268b1385e99249c0b7a95b0b14299011ca46",
|
|
688
|
-
"package": "@azure/msal-common"
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"none": [
|
|
692
|
-
{
|
|
693
|
-
"comment": "Add missing license files",
|
|
694
|
-
"author": "janutter@microsoft.com",
|
|
695
|
-
"commit": "bee8cbd1f3a22efccb83ba045231eb611e2a7f7d",
|
|
696
|
-
"package": "@azure/msal-common"
|
|
697
|
-
}
|
|
698
|
-
]
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"date": "Tue, 12 Jan 2021 00:51:26 GMT",
|
|
703
|
-
"tag": "@azure/msal-common_v2.1.0",
|
|
704
|
-
"version": "2.1.0",
|
|
705
|
-
"comments": {
|
|
706
|
-
"patch": [
|
|
707
|
-
{
|
|
708
|
-
"comment": "Adding account info equality check function (#2728)",
|
|
709
|
-
"author": "prkanher@microsoft.com",
|
|
710
|
-
"commit": "ca8c0d55d2abc4eefaa52c833510e313610eb424",
|
|
711
|
-
"package": "@azure/msal-common"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"comment": "Adding device code timeout to the device code request(#2656)",
|
|
715
|
-
"author": "samuel.kamau@microsoft.com",
|
|
716
|
-
"commit": "4e50ca592f5a17578072be9e4ac28e05b3e6d594",
|
|
717
|
-
"package": "@azure/msal-common"
|
|
718
|
-
}
|
|
719
|
-
],
|
|
720
|
-
"none": [
|
|
721
|
-
{
|
|
722
|
-
"comment": "Merge angular-v2 to dev (#2709)",
|
|
723
|
-
"author": "joarroyo@microsoft.com",
|
|
724
|
-
"commit": "76a88f98fbab73fd6c0ad6d04b294814c169fc10",
|
|
725
|
-
"package": "@azure/msal-common"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"comment": "Fix npm audit warnings",
|
|
729
|
-
"author": "janutter@microsoft.com",
|
|
730
|
-
"commit": "751026cdaa24dd370c50ad714bf0b1d54c71fbde",
|
|
731
|
-
"package": "@azure/msal-common"
|
|
732
|
-
}
|
|
733
|
-
],
|
|
734
|
-
"minor": [
|
|
735
|
-
{
|
|
736
|
-
"comment": "Add interface stubs (#2792)",
|
|
737
|
-
"author": "thomas.norling@microsoft.com",
|
|
738
|
-
"commit": "a6fae46d307d0a6101e926cb28298fd9f60d4a49",
|
|
739
|
-
"package": "@azure/msal-common"
|
|
740
|
-
}
|
|
741
|
-
]
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"date": "Mon, 07 Dec 2020 22:19:03 GMT",
|
|
746
|
-
"tag": "@azure/msal-common_v2.0.0",
|
|
747
|
-
"version": "2.0.0",
|
|
748
|
-
"comments": {
|
|
749
|
-
"patch": [
|
|
750
|
-
{
|
|
751
|
-
"comment": "Fix login loop with empty query string (#2707)",
|
|
752
|
-
"author": "thomas.norling@microsoft.com",
|
|
753
|
-
"commit": "307307edb3d9877caca3874d17f35faf2bae6180",
|
|
754
|
-
"package": "@azure/msal-common"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"comment": "Expose idTokenClaims on AccountInfo (#2554)",
|
|
758
|
-
"author": "janutter@microsoft.com",
|
|
759
|
-
"commit": "cb2165aad7995d904ec49ade565d907dc314ce16",
|
|
760
|
-
"package": "@azure/msal-common"
|
|
761
|
-
},
|
|
762
|
-
{
|
|
763
|
-
"comment": "Add matchPattern string util for wildcard matching for urls (#2678)",
|
|
764
|
-
"author": "janutter@microsoft.com",
|
|
765
|
-
"commit": "4642741f3def4cdb575cc0a228f88e19f84e3da5",
|
|
766
|
-
"package": "@azure/msal-common"
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"comment": "fix: added missing async (AzureAD/microsoft-authentication-library-for-js#2652)",
|
|
770
|
-
"author": "patrick@ruhkopf.me",
|
|
771
|
-
"commit": "1c0df2fc1468fb094c76da04de91271ffb4461c7",
|
|
772
|
-
"package": "@azure/msal-common"
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"comment": "Log messages contain package name and version (#2589)",
|
|
776
|
-
"author": "thomas.norling@microsoft.com",
|
|
777
|
-
"commit": "4568c16bd425e242cdb799ec59b3508654cc2e45",
|
|
778
|
-
"package": "@azure/msal-common"
|
|
779
|
-
}
|
|
780
|
-
],
|
|
781
|
-
"minor": [
|
|
782
|
-
{
|
|
783
|
-
"comment": "Add clone to Logger (#2670)",
|
|
784
|
-
"author": "joarroyo@microsoft.com",
|
|
785
|
-
"commit": "9efb3ba5886eaf6f3a3cd36957ab9fcb7399278a",
|
|
786
|
-
"package": "@azure/msal-common"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"comment": "Enable the instance_aware flow (#1804)",
|
|
790
|
-
"author": "prkanher@microsoft.com",
|
|
791
|
-
"commit": "3e616e162149f4e57257b70e6d481c4596d91ef9",
|
|
792
|
-
"package": "@azure/msal-common"
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"comment": "Support id_token_hint on logout request (#2587)",
|
|
796
|
-
"author": "thomas.norling@microsoft.com",
|
|
797
|
-
"commit": "fa9b7009f094b3c17a6d177fcec9b736320735c0",
|
|
798
|
-
"package": "@azure/msal-common"
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"major": [
|
|
802
|
-
{
|
|
803
|
-
"comment": "Enable StrictNullChecks (#2602)",
|
|
804
|
-
"author": "thomas.norling@microsoft.com",
|
|
805
|
-
"commit": "ebf18c6daead16f8cfd2afb3b63cbd59fc63046a",
|
|
806
|
-
"package": "@azure/msal-common"
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"comment": "Rename request types and change required fields (#2512)",
|
|
810
|
-
"author": "thomas.norling@microsoft.com",
|
|
811
|
-
"commit": "5b891222d674eb5664af9187f319a61b50341f55",
|
|
812
|
-
"package": "@azure/msal-common"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"none": [
|
|
816
|
-
{
|
|
817
|
-
"comment": "Enforce triple equals in eslint",
|
|
818
|
-
"author": "janutter@microsoft.com",
|
|
819
|
-
"commit": "5975eb4077a2b4372683e68af4d748b0808134ab",
|
|
820
|
-
"package": "@azure/msal-common"
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"comment": "Package-lock update",
|
|
824
|
-
"author": "thomas.norling@microsoft.com",
|
|
825
|
-
"commit": "9c029bc074ecd32483a45cfab8721f0771c31e55",
|
|
826
|
-
"package": "@azure/msal-common"
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"comment": "Remove console.log in unit tests (#2629)",
|
|
830
|
-
"author": "thomas.norling@microsoft.com",
|
|
831
|
-
"commit": "b89d8029a3703b2bfa1f9399456e652fe6f26e4f",
|
|
832
|
-
"package": "@azure/msal-common"
|
|
833
|
-
}
|
|
834
|
-
]
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"date": "Wed, 11 Nov 2020 23:33:20 GMT",
|
|
839
|
-
"tag": "@azure/msal-common_v1.7.2",
|
|
840
|
-
"version": "1.7.2",
|
|
841
|
-
"comments": {
|
|
842
|
-
"none": [
|
|
843
|
-
{
|
|
844
|
-
"comment": "Documentation update for new account retrieval APIs (#2585)",
|
|
845
|
-
"author": "hemoral@microsoft.com",
|
|
846
|
-
"commit": "cb782967cc8f07581488de71c4509fa12a702774",
|
|
847
|
-
"package": "@azure/msal-common"
|
|
848
|
-
}
|
|
849
|
-
],
|
|
850
|
-
"patch": [
|
|
851
|
-
{
|
|
852
|
-
"comment": "Add getAbsolutePath helper function to UrlString class (#2560)",
|
|
853
|
-
"author": "thomas.norling@microsoft.com",
|
|
854
|
-
"commit": "12ccf0441f8735e9d2875cebac6065447ecc622d",
|
|
855
|
-
"package": "@azure/msal-common"
|
|
856
|
-
}
|
|
857
|
-
]
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"date": "Tue, 10 Nov 2020 01:48:44 GMT",
|
|
862
|
-
"tag": "@azure/msal-common_v1.7.1",
|
|
863
|
-
"version": "1.7.1",
|
|
864
|
-
"comments": {
|
|
865
|
-
"patch": [
|
|
866
|
-
{
|
|
867
|
-
"comment": "Enhance lookup for IdTokens/AppMetadata (#2530)",
|
|
868
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
869
|
-
"commit": "e51446295f8c857f1abc7f6874a4c7fde157699e",
|
|
870
|
-
"package": "@azure/msal-common"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"comment": "Add LocalAccountId for ADFS usecases (#2573)",
|
|
874
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
875
|
-
"commit": "d8247d8e74fc8854ffdb5a6001df00b36fdddd62",
|
|
876
|
-
"package": "@azure/msal-common"
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
}
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"date": "Sat, 07 Nov 2020 01:50:14 GMT",
|
|
883
|
-
"tag": "@azure/msal-common_v1.7.0",
|
|
884
|
-
"version": "1.7.0",
|
|
885
|
-
"comments": {
|
|
886
|
-
"patch": [
|
|
887
|
-
{
|
|
888
|
-
"comment": "Mandate localAccount in AccountInfo",
|
|
889
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
890
|
-
"commit": "ee770fc1f4ed1ef9e53b28a18487e9b7686ffa64",
|
|
891
|
-
"package": "@azure/msal-common"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"comment": "Filtered lookup of IdTokens, AppMetadata; Error handling in Node Storage (#2530)",
|
|
895
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
896
|
-
"commit": "354dd86449d792b7369fb240c5e2cfd70ca73488",
|
|
897
|
-
"package": "@azure/msal-common"
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"none": [
|
|
901
|
-
{
|
|
902
|
-
"comment": "Build Pipeline Changes (#2406)",
|
|
903
|
-
"author": "thomas.norling@microsoft.com",
|
|
904
|
-
"commit": "af8459c0d53a4dc2bf495017608c0bb03004d006",
|
|
905
|
-
"package": "@azure/msal-common"
|
|
906
|
-
}
|
|
907
|
-
],
|
|
908
|
-
"minor": [
|
|
909
|
-
{
|
|
910
|
-
"comment": "Implement Password Grant Flow (#2204)",
|
|
911
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
912
|
-
"commit": "baf6d157e7bbeae439526aee13eb08962974925b",
|
|
913
|
-
"package": "@azure/msal-common"
|
|
914
|
-
},
|
|
915
|
-
{
|
|
916
|
-
"comment": "Fixing a bug and adding `localAccountId` in AccountInfo interface (#2516)",
|
|
917
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
918
|
-
"commit": "c2ec3b43f07d9c18eec14e109caddcf7941f50b4",
|
|
919
|
-
"package": "@azure/msal-common"
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"date": "Mon, 26 Oct 2020 21:00:29 GMT",
|
|
926
|
-
"tag": "@azure/msal-common_v1.6.3",
|
|
927
|
-
"version": "1.6.3",
|
|
928
|
-
"comments": {
|
|
929
|
-
"patch": [
|
|
930
|
-
{
|
|
931
|
-
"comment": "Fix ServerTelemetry maxErrorToSend bug (#2491)",
|
|
932
|
-
"author": "thomas.norling@microsoft.com",
|
|
933
|
-
"commit": "81575de28b78e7c09c5d475854e14a8bc1b7b567",
|
|
934
|
-
"package": "@azure/msal-common"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"comment": "Add missing default headers to device code",
|
|
938
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
939
|
-
"commit": "e007d2b425c8ceaed409ed9b11a1a72bc64fa955",
|
|
940
|
-
"package": "@azure/msal-common"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"comment": "msal-browser and msal-node cache Interfaces to msal-common updated (#2415)",
|
|
944
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
945
|
-
"commit": "9d4c4a18de10eb3d918810dc10766fbd5547165d",
|
|
946
|
-
"package": "@azure/msal-common"
|
|
947
|
-
}
|
|
948
|
-
]
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
{
|
|
952
|
-
"date": "Tue, 20 Oct 2020 23:47:28 GMT",
|
|
953
|
-
"tag": "@azure/msal-common_v1.6.2",
|
|
954
|
-
"version": "1.6.2",
|
|
955
|
-
"comments": {
|
|
956
|
-
"patch": [
|
|
957
|
-
{
|
|
958
|
-
"comment": "Adds support for any OIDC-compliant authority (#2389).",
|
|
959
|
-
"author": "jamckenn@microsoft.com",
|
|
960
|
-
"commit": "2b6b9ec9033a8b829393e44c3feb7b19b163d2cd",
|
|
961
|
-
"package": "@azure/msal-common"
|
|
962
|
-
}
|
|
963
|
-
],
|
|
964
|
-
"none": [
|
|
965
|
-
{
|
|
966
|
-
"comment": "Updated eslint rules (#2345)",
|
|
967
|
-
"author": "janutter@microsoft.com",
|
|
968
|
-
"commit": "64a4f9e868e63346dfd711dec717abe7fd14d949",
|
|
969
|
-
"package": "@azure/msal-common"
|
|
970
|
-
}
|
|
971
|
-
]
|
|
972
|
-
}
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"date": "Thu, 15 Oct 2020 00:49:18 GMT",
|
|
976
|
-
"tag": "@azure/msal-common_v1.6.1",
|
|
977
|
-
"version": "1.6.1",
|
|
978
|
-
"comments": {
|
|
979
|
-
"patch": [
|
|
980
|
-
{
|
|
981
|
-
"comment": "Removing unused errors in msal-common and fixing possible build errors in @azure/msal-common@1.6.0 (#2432)",
|
|
982
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
983
|
-
"commit": "c752e512993dc3a294b51fe0849c70e3cfeafa3e",
|
|
984
|
-
"package": "@azure/msal-common"
|
|
985
|
-
}
|
|
986
|
-
]
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"date": "Wed, 14 Oct 2020 23:45:07 GMT",
|
|
991
|
-
"tag": "@azure/msal-common_v1.6.0",
|
|
992
|
-
"version": "1.6.0",
|
|
993
|
-
"comments": {
|
|
994
|
-
"none": [
|
|
995
|
-
{
|
|
996
|
-
"comment": "Docs updates for msal-node release",
|
|
997
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
998
|
-
"commit": "20718209d5d567c02223a7f1b220b4aa40ad6817",
|
|
999
|
-
"package": "@azure/msal-common"
|
|
1000
|
-
}
|
|
1001
|
-
],
|
|
1002
|
-
"minor": [
|
|
1003
|
-
{
|
|
1004
|
-
"comment": "Add support for persistence cache plugin (#2348)",
|
|
1005
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1006
|
-
"commit": "26723689e35918c59bd6ce58ba8cb886118676c6",
|
|
1007
|
-
"package": "@azure/msal-common"
|
|
1008
|
-
}
|
|
1009
|
-
],
|
|
1010
|
-
"patch": [
|
|
1011
|
-
{
|
|
1012
|
-
"comment": "Add Telemetry header size limit (#2223)",
|
|
1013
|
-
"author": "thomas.norling@microsoft.com",
|
|
1014
|
-
"commit": "82b982ba38d70d9060e3cf5d9c38e0203b60d963",
|
|
1015
|
-
"package": "@azure/msal-common"
|
|
1016
|
-
}
|
|
1017
|
-
]
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"date": "Fri, 02 Oct 2020 17:42:35 GMT",
|
|
1022
|
-
"tag": "@azure/msal-common_v1.5.0",
|
|
1023
|
-
"version": "1.5.0",
|
|
1024
|
-
"comments": {
|
|
1025
|
-
"minor": [
|
|
1026
|
-
{
|
|
1027
|
-
"comment": "Implementation of Access Token Proof-of-Possession Flow (#2151, #2153, #2154, #2209, #2289)",
|
|
1028
|
-
"author": "prkanher@microsoft.com",
|
|
1029
|
-
"commit": "3cffbc99730532bbd0b35f2e3a9df17f032c0675",
|
|
1030
|
-
"package": "@azure/msal-common"
|
|
1031
|
-
}
|
|
1032
|
-
]
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"date": "Wed, 30 Sep 2020 17:58:33 GMT",
|
|
1037
|
-
"tag": "@azure/msal-common_v1.4.0",
|
|
1038
|
-
"version": "1.4.0",
|
|
1039
|
-
"comments": {
|
|
1040
|
-
"none": [
|
|
1041
|
-
{
|
|
1042
|
-
"comment": "Updating dependency versions(#2342)",
|
|
1043
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1044
|
-
"commit": "bc3f324edd6cf83937c31f73d3aefc6dbaf5f748",
|
|
1045
|
-
"package": "@azure/msal-common"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"comment": "Update changelog versions for msal-node and extensions (#2336)",
|
|
1049
|
-
"author": "hectormgdev@gmail.com",
|
|
1050
|
-
"commit": "323875a725e0d5049ff6742a9ca5160c2d4b7d0d",
|
|
1051
|
-
"package": "@azure/msal-common"
|
|
1052
|
-
}
|
|
1053
|
-
]
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
"date": "Wed, 23 Sep 2020 21:13:48 GMT",
|
|
1058
|
-
"tag": "@azure/msal-common_v1.4.0",
|
|
1059
|
-
"version": "1.4.0",
|
|
1060
|
-
"comments": {
|
|
1061
|
-
"patch": [
|
|
1062
|
-
{
|
|
1063
|
-
"comment": "Remove null in function return types to be compatible with ICacheManager.ts (#2335)",
|
|
1064
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1065
|
-
"commit": "aecc41e9f23b350a25bba9dd23e739627e61f8ab",
|
|
1066
|
-
"package": "@azure/msal-common"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"comment": "Scopes stored case sensitive, compared case insensitive (#2302)",
|
|
1070
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1071
|
-
"commit": "60fe1e6b2e4c3fdd1f7ce0dd0fbee0febed6d0d2",
|
|
1072
|
-
"package": "@azure/msal-common"
|
|
1073
|
-
}
|
|
1074
|
-
],
|
|
1075
|
-
"minor": [
|
|
1076
|
-
{
|
|
1077
|
-
"comment": "FOCI - Family of Client IDs feature (#2201)",
|
|
1078
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1079
|
-
"commit": "209789cdffdfd38087819cbb23688bcd5ce47b60",
|
|
1080
|
-
"package": "@azure/msal-common"
|
|
1081
|
-
}
|
|
1082
|
-
]
|
|
1083
|
-
}
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"date": "Thu, 17 Sep 2020 23:16:22 GMT",
|
|
1087
|
-
"tag": "@azure/msal-common_v1.3.0",
|
|
1088
|
-
"version": "1.3.0",
|
|
1089
|
-
"comments": {
|
|
1090
|
-
"patch": [
|
|
1091
|
-
{
|
|
1092
|
-
"comment": "Add name field to AccountInfo (#2288)",
|
|
1093
|
-
"author": "jamckenn@microsoft.com",
|
|
1094
|
-
"commit": "d917d6a91987522f1c4390817966945ce18fa099",
|
|
1095
|
-
"package": "@azure/msal-common"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"comment": "Realm should fallback to an empty string for non AAD scenarios",
|
|
1099
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1100
|
-
"commit": "d4c4b1f53e919c226b19e3fa72f42f02baa394da",
|
|
1101
|
-
"package": "@azure/msal-common"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"comment": "Add default scopes in all requests and ignore in cache lookups (#2267)",
|
|
1105
|
-
"author": "thomas.norling@microsoft.com",
|
|
1106
|
-
"commit": "3a18b100f38149a35c01cc491a9de78ea505d771",
|
|
1107
|
-
"package": "@azure/msal-common"
|
|
1108
|
-
},
|
|
1109
|
-
{
|
|
1110
|
-
"comment": "Move refreshToken API to RefreshTokenClient (#2264)",
|
|
1111
|
-
"author": "thomas.norling@microsoft.com",
|
|
1112
|
-
"commit": "6923e66fc9ca44c460489b41ff6a4d104ebde864",
|
|
1113
|
-
"package": "@azure/msal-common"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"comment": "Track Suberrors in Telemetry (#1921)",
|
|
1117
|
-
"author": "thomas.norling@microsoft.com",
|
|
1118
|
-
"commit": "1872900d149b60436ef59fd41ab542c58c32e8f1",
|
|
1119
|
-
"package": "@azure/msal-common"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"comment": "Separate cache lookup from token refresh (#2189)",
|
|
1123
|
-
"author": "thomas.norling@microsoft.com",
|
|
1124
|
-
"commit": "b452afeac6bf3fc5df0535c22433709a06921b33",
|
|
1125
|
-
"package": "@azure/msal-common"
|
|
1126
|
-
}
|
|
1127
|
-
],
|
|
1128
|
-
"none": [
|
|
1129
|
-
{
|
|
1130
|
-
"comment": "Update core, browser, common to use central eslint configuration",
|
|
1131
|
-
"author": "janutter@microsoft.com",
|
|
1132
|
-
"commit": "fc49c6f16b3f7a62a67d249107fc484272133305",
|
|
1133
|
-
"package": "@azure/msal-common"
|
|
1134
|
-
}
|
|
1135
|
-
],
|
|
1136
|
-
"minor": [
|
|
1137
|
-
{
|
|
1138
|
-
"comment": "Add support for On-behalf-of flow",
|
|
1139
|
-
"author": "sagonzal@microsoft.com",
|
|
1140
|
-
"commit": "53c018c8ea0d1877c12641fc1a749e6d66e7ff78",
|
|
1141
|
-
"package": "@azure/msal-common"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"comment": "ValidCacheType adds ServerTelemetryEntity",
|
|
1145
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1146
|
-
"commit": "9760b6ff6c0ad403ac1b26968cb10d3d7e72a6fd",
|
|
1147
|
-
"package": "@azure/msal-common"
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"comment": "Added client-side throttling to enhance server stability (#1907)",
|
|
1151
|
-
"author": "jamckenn@microsoft.com",
|
|
1152
|
-
"commit": "91a1dba29dbfb8f6fc329c0381767d6b6f661281",
|
|
1153
|
-
"package": "@azure/msal-common"
|
|
1154
|
-
}
|
|
1155
|
-
]
|
|
1156
|
-
}
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"date": "Tue, 25 Aug 2020 00:40:45 GMT",
|
|
1160
|
-
"tag": "@azure/msal-common_v1.2.0",
|
|
1161
|
-
"version": "1.2.0",
|
|
1162
|
-
"comments": {
|
|
1163
|
-
"patch": [
|
|
1164
|
-
{
|
|
1165
|
-
"comment": "ignore offline_access in scopes lookup",
|
|
1166
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1167
|
-
"commit": "ed55b106bba3d97378b8760d711b24217a7adbbf",
|
|
1168
|
-
"package": "@azure/msal-common"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"comment": "Adds checks for cache entities",
|
|
1172
|
-
"author": "sameera.gajjarapu@microsoft.com",
|
|
1173
|
-
"commit": "282035aecb07956dca323d65275fdaa703c4a325",
|
|
1174
|
-
"package": "@azure/msal-common"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"comment": "Add claims request to /token calls (#2138)",
|
|
1178
|
-
"author": "thomas.norling@microsoft.com",
|
|
1179
|
-
"commit": "a2813a0b7dc1b6ad8fa76f1fd7444b95d380e42b",
|
|
1180
|
-
"package": "@azure/msal-common"
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"comment": "Fix Telemetry cacheHit Bug (#2170)",
|
|
1184
|
-
"author": "thomas.norling@microsoft.com",
|
|
1185
|
-
"commit": "a9305a0ec3405f892ff4a1926ffb3dbca26e9a83",
|
|
1186
|
-
"package": "@azure/msal-common"
|
|
1187
|
-
},
|
|
1188
|
-
{
|
|
1189
|
-
"comment": "Get username from emails claim in B2C scenarios (#2114)",
|
|
1190
|
-
"author": "thomas.norling@microsoft.com",
|
|
1191
|
-
"commit": "40b1716fec63893f57762f37b55944f6c8c86e21",
|
|
1192
|
-
"package": "@azure/msal-common"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"comment": "Update POST header to type Record (#2128)",
|
|
1196
|
-
"author": "thomas.norling@microsoft.com",
|
|
1197
|
-
"commit": "c9b65c59797cd3240aad2b4f1e0e866a90373c4a",
|
|
1198
|
-
"package": "@azure/msal-common"
|
|
1199
|
-
}
|
|
1200
|
-
],
|
|
1201
|
-
"minor": [
|
|
1202
|
-
{
|
|
1203
|
-
"comment": "Client Capabilities Support (#2169)",
|
|
1204
|
-
"author": "thomas.norling@microsoft.com",
|
|
1205
|
-
"commit": "0cdad1b8a3855b2414be9740862df29524897a22",
|
|
1206
|
-
"package": "@azure/msal-common"
|
|
1207
|
-
},
|
|
1208
|
-
{
|
|
1209
|
-
"comment": "Add support for acquiring tokens with client credentials grant",
|
|
1210
|
-
"author": "sagonzal@microsoft.com",
|
|
1211
|
-
"commit": "98647b7a8a40e1a5f7855f0bcee4594e080a8398",
|
|
1212
|
-
"package": "@azure/msal-common"
|
|
1213
|
-
}
|
|
1214
|
-
]
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"date": "Thu, 13 Aug 2020 02:20:48 GMT",
|
|
1219
|
-
"tag": "@azure/msal-common_v1.1.1",
|
|
1220
|
-
"version": "1.1.1",
|
|
1221
|
-
"comments": {
|
|
1222
|
-
"patch": [
|
|
1223
|
-
{
|
|
1224
|
-
"comment": "knownAuthorities enhancements (#2106)",
|
|
1225
|
-
"author": "thomas.l.norling@gmail.com",
|
|
1226
|
-
"commit": "7f86c1ef455deda854fc1743e8a3f687e3f8ee76",
|
|
1227
|
-
"package": "@azure/msal-common"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"comment": "Update typing of IdTokenClaims (#2105)",
|
|
1231
|
-
"author": "hemoral@microsoft.com",
|
|
1232
|
-
"commit": "a5994b5767d36476066c86822ce49a8ba4dbd3a7",
|
|
1233
|
-
"package": "@azure/msal-common"
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"comment": "Fix hash parsing issue from #2118 and back button cache clearing (#2129)",
|
|
1237
|
-
"author": "prkanher@microsoft.com",
|
|
1238
|
-
"commit": "10ab51ecd9e4bb1ba1668972b693055310c65736",
|
|
1239
|
-
"package": "@azure/msal-common"
|
|
1240
|
-
}
|
|
1241
|
-
],
|
|
1242
|
-
"none": [
|
|
1243
|
-
{
|
|
1244
|
-
"comment": "Added documentation for client-side throttling (#2033)",
|
|
1245
|
-
"author": "jamckenn@microsoft.com",
|
|
1246
|
-
"commit": "4a45286aa7767a4f60aa0eadd4ed125d520034f7",
|
|
1247
|
-
"package": "@azure/msal-common"
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
"comment": "updating files for automated release steps",
|
|
1251
|
-
"author": "prkanher@microsoft.com",
|
|
1252
|
-
"commit": "2c937a52cef36cbc84231f8868b4251529fa38c9",
|
|
1253
|
-
"package": "@azure/msal-common"
|
|
1254
|
-
}
|
|
1255
|
-
]
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1258
|
-
]
|
|
1259
|
-
}
|