forked from AzureAD/microsoft-authentication-library-for-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.json
650 lines (650 loc) · 19.1 KB
/
CHANGELOG.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
{
"name": "msal",
"entries": [
{
"date": "Mon, 01 Aug 2022 22:22:36 GMT",
"tag": "msal_v1.4.17",
"version": "1.4.17",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "msal",
"commit": "ed8b9959cbfade455a345b4e13c7803f8712670e",
"comment": "Use login_hint claim over sid/upn for msal v1 #4995"
}
],
"none": [
{
"author": "[email protected]",
"package": "msal",
"commit": "674ff0c4a543fb2b5b52f3a7aed4fe32b387b7b2",
"comment": "Update package-lock"
}
]
}
},
{
"date": "Tue, 08 Feb 2022 00:41:07 GMT",
"tag": "msal_v1.4.16",
"version": "1.4.16",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "msal",
"commit": "19f76b1d9cd2b0f1a4a7e4765c8ee9e7e17f3d59",
"comment": "Test changes #4383"
}
],
"patch": [
{
"author": "[email protected]",
"package": "msal",
"commit": "eb3a95156add93e81f8866d19a1ecafcd3fe9373",
"comment": "Improve reliability of interaction_in_progress #4466"
}
]
}
},
{
"date": "Tue, 04 Jan 2022 00:20:29 GMT",
"tag": "msal_v1.4.15",
"version": "1.4.15",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "msal",
"commit": "60e2cfc0e9daa3c24e994617b4ac42aef6880b74",
"comment": "Add support for requested claims in silent token acquisition #4296"
}
]
}
},
{
"date": "Tue, 07 Dec 2021 00:17:01 GMT",
"tag": "msal_v1.4.15",
"version": "1.4.15",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "msal",
"commit": "02dbd9172368bfc69e4a47f01a3ada0b96345c81",
"comment": "Package.json updates"
}
]
}
},
{
"date": "Mon, 01 Nov 2021 23:53:22 GMT",
"tag": "msal_v1.4.15",
"version": "1.4.15",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "msal",
"commit": "b057fbd6775ea4bc1b513517bab727b773ee3fba",
"comment": "Remove fallback logic for iframe creation in msal-core #4182"
}
],
"none": [
{
"author": "[email protected]",
"package": "msal",
"commit": "c5a8de4a5dc7acb9bdf1759eb3cb9811459c3d82",
"comment": "Update package-locks to fix dependantbot alerts #4181"
}
]
}
},
{
"date": "Mon, 04 Oct 2021 23:12:35 GMT",
"tag": "msal_v1.4.14",
"version": "1.4.14",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "msal",
"comment": "Export library version #4124",
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
}
],
"none": [
{
"author": "[email protected]",
"package": "msal",
"comment": "fix: add forked bindings library to node-extensions",
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
},
{
"author": "[email protected]",
"package": "msal",
"comment": "Disallow major bumps",
"commit": "d03c16f09026bac36048241da4635e73d32a6eed"
}
]
}
},
{
"date": "Tue, 07 Sep 2021 23:22:24 GMT",
"tag": "msal_v1.4.13",
"version": "1.4.13",
"comments": {
"patch": [
{
"comment": "Throw interaction in progress if any msal instance has interaction in progress #4014",
"author": "[email protected]",
"commit": "b2804eee2f513b6bfac389a422b71b81e8415205",
"package": "msal"
}
],
"none": [
{
"comment": "patch fix",
"author": "[email protected]",
"commit": "6f6c1fa9987d62a68583c513c4baabe4041eaf17",
"package": "msal"
}
]
}
},
{
"date": "Thu, 22 Jul 2021 22:50:22 GMT",
"tag": "msal_v1.4.12",
"version": "1.4.12",
"comments": {
"patch": [
{
"comment": "Fix bug causing acquireTokenSilent to hang and never return #3867",
"author": "[email protected]",
"commit": "8944e763c2e8b32fe74b60aa73775ae1b9798206",
"package": "msal"
}
]
}
},
{
"date": "Mon, 28 Jun 2021 23:39:48 GMT",
"tag": "msal_v1.4.11",
"version": "1.4.11",
"comments": {
"none": [
{
"comment": "Component governance dependency updates #3655",
"author": "[email protected]",
"commit": "3f74f3bffd88fc0b39a854da090f01aa9c072618",
"package": "msal"
},
{
"comment": "fix: update package lock files",
"author": "[email protected]",
"commit": "0199e41269b79de70f7d0da0fb12448db534f784",
"package": "msal"
}
]
}
},
{
"date": "Thu, 13 May 2021 18:34:08 GMT",
"tag": "msal_v1.4.11",
"version": "1.4.11",
"comments": {
"none": [
{
"comment": "Enable no-param-reassign lint rule",
"author": "[email protected]",
"commit": "e24f5cff944c05ccaecb180fa68814bc89512095",
"package": "msal"
}
]
}
},
{
"date": "Wed, 12 May 2021 18:35:03 GMT",
"tag": "msal_v1.4.11",
"version": "1.4.11",
"comments": {
"patch": [
{
"comment": "Remove idtoken hash from browser history in msal-core #3587",
"author": "[email protected]",
"commit": "6a7a5c78af41887d5ac969ee2743f8a8668e5c6e",
"package": "msal"
}
]
}
},
{
"date": "Thu, 22 Apr 2021 23:26:08 GMT",
"tag": "msal_v1.4.10",
"version": "1.4.10",
"comments": {
"none": [
{
"comment": "Update and fix eslint rules",
"author": "[email protected]",
"commit": "70debe58239b6a6fdf4e533a8a1ee057257846a8",
"package": "msal"
}
],
"patch": [
{
"comment": "Encode control characters in cookies set by MSAL.js v1 #3469",
"author": "[email protected]",
"commit": "80e40e83c0e3709fce6ae0534138c930dfdacaa5",
"package": "msal"
},
{
"comment": "Add .browserslistrc #3471",
"author": "[email protected]",
"commit": "04c6d659d4dc76183ef9043075d3b6cacc450c9b",
"package": "msal"
}
]
}
},
{
"date": "Wed, 14 Apr 2021 18:39:53 GMT",
"tag": "msal_v1.4.9",
"version": "1.4.9",
"comments": {
"none": [
{
"comment": "Merge pull request #2964 from AzureAD/msal-react-migration-guide",
"author": "[email protected]",
"commit": "ee6480557de68bb84765097e7b3aa79fb2b5977e",
"package": "msal"
}
]
}
},
{
"date": "Wed, 31 Mar 2021 22:25:57 GMT",
"tag": "msal_v1.4.9",
"version": "1.4.9",
"comments": {
"patch": [
{
"comment": "Fix token cache for /consumers authority #3327",
"author": "[email protected]",
"commit": "d9f23adb2d26f9008ccb24977b4a8352755fbda5",
"package": "msal"
}
]
}
},
{
"date": "Wed, 24 Mar 2021 22:55:46 GMT",
"tag": "msal_v1.4.8",
"version": "1.4.8",
"comments": {
"none": [
{
"comment": "Fix code example",
"author": "[email protected]",
"commit": "f2542071844d89989a5db16d36552cdd5826309b",
"package": "msal"
}
]
}
},
{
"date": "Mon, 15 Mar 2021 23:45:17 GMT",
"tag": "msal_v1.4.8",
"version": "1.4.8",
"comments": {
"patch": [
{
"comment": "Dont migrate tokens for different clientId #3188",
"author": "[email protected]",
"commit": "2933eaab47f1f840b71bfdb5b991eb297922e48a",
"package": "msal"
}
]
}
},
{
"date": "Wed, 03 Mar 2021 21:47:05 GMT",
"tag": "msal_v1.4.7",
"version": "1.4.7",
"comments": {
"patch": [
{
"comment": "Fix lib version on request (#3080) ",
"author": "[email protected]",
"commit": "b38129df9722e009e9e9a8b6a482a272835c3bf9",
"package": "msal"
}
]
}
},
{
"date": "Tue, 09 Feb 2021 01:48:22 GMT",
"tag": "msal_v1.4.6",
"version": "1.4.6",
"comments": {
"patch": [
{
"comment": "Fix version.json import errors (#2993)",
"author": "[email protected]",
"commit": "6dc3bc9e2148bc53b181d9f079f6e11e0159620b",
"package": "msal"
}
]
}
},
{
"date": "Tue, 02 Feb 2021 01:56:47 GMT",
"tag": "msal_v1.4.5",
"version": "1.4.5",
"comments": {
"patch": [
{
"comment": "Get package version from version.json (#2915)",
"author": "[email protected]",
"commit": "a6f4702f9439e318a8cb6dc65d1def16351a84fd",
"package": "msal"
}
],
"none": [
{
"comment": "Typedocs Updates (#2926)",
"author": "[email protected]",
"commit": "3fd4a48143ed4fb62b9e3266338b1abda920d68a",
"package": "msal"
},
{
"comment": "Add deprecation notice to Readme (#2956)",
"author": "[email protected]",
"commit": "d2c3d3d742bb32411d6fb4846f775400b8c3a49e",
"package": "msal"
}
]
}
},
{
"date": "Tue, 12 Jan 2021 00:51:26 GMT",
"tag": "msal_v1.4.4",
"version": "1.4.4",
"comments": {
"none": [
{
"comment": "package-lock changes",
"author": "[email protected]",
"commit": "c092667cd997935625eafbc491ede54417d4b657",
"package": "msal"
},
{
"comment": "package.lock change",
"author": "[email protected]",
"commit": "4e50ca592f5a17578072be9e4ac28e05b3e6d594",
"package": "msal"
},
{
"comment": "Fix npm audit warnings",
"author": "[email protected]",
"commit": "751026cdaa24dd370c50ad714bf0b1d54c71fbde",
"package": "msal"
}
]
}
},
{
"date": "Mon, 07 Dec 2020 22:19:03 GMT",
"tag": "msal_v1.4.4",
"version": "1.4.4",
"comments": {
"none": [
{
"comment": "Enforce triple equals in eslint",
"author": "[email protected]",
"commit": "5975eb4077a2b4372683e68af4d748b0808134ab",
"package": "msal"
},
{
"comment": "adding faq for b2c support and b2c clientId scope behavior in acquireTokenSilent",
"author": "[email protected]",
"commit": "adc3e98b23bb16270977021e6cd381270cd97278",
"package": "msal"
}
]
}
},
{
"date": "Wed, 11 Nov 2020 23:33:20 GMT",
"tag": "msal_v1.4.4",
"version": "1.4.4",
"comments": {
"patch": [
{
"comment": "Fix multiple matching tokens error (#2582)",
"author": "[email protected]",
"commit": "30bfee30c63c2afaa7ffafb41a2744159cd1fff5",
"package": "msal"
}
]
}
},
{
"date": "Sat, 07 Nov 2020 01:50:14 GMT",
"tag": "msal_v1.4.3",
"version": "1.4.3",
"comments": {
"none": [
{
"comment": "Build Pipeline Changes (#2406)",
"author": "[email protected]",
"commit": "af8459c0d53a4dc2bf495017608c0bb03004d006",
"package": "msal"
}
]
}
},
{
"date": "Thu, 29 Oct 2020 20:36:48 GMT",
"tag": "msal_v1.4.3",
"version": "1.4.3",
"comments": {
"patch": [
{
"comment": "Fix ID token matching logic to ignore non-JSON cache keys (#2510)",
"author": "[email protected]",
"commit": "93d2d668a60f9cff09e7c6b048831fb8b9d1bd18",
"package": "msal"
},
{
"comment": "Ensure history.replaceState is a function",
"author": "[email protected]",
"commit": "77143b3994fb16313324fb91799e38a462bac1c1",
"package": "msal"
}
],
"none": [
{
"comment": "Add SRI script for core",
"author": "[email protected]",
"commit": "63a305f340f2dc1738c85268d56563a471c98a57",
"package": "msal"
}
]
}
},
{
"date": "Mon, 26 Oct 2020 21:00:29 GMT",
"tag": "msal_v1.4.2",
"version": "1.4.2",
"comments": {
"none": [
{
"comment": "Update SRI hashes for [email protected] and [email protected]",
"author": "[email protected]",
"commit": "2edf8ba703ad49c78f548e17ace9ee494abf30f1",
"package": "msal"
}
]
}
},
{
"date": "Tue, 20 Oct 2020 23:47:28 GMT",
"tag": "msal_v1.4.2",
"version": "1.4.2",
"comments": {
"patch": [
{
"comment": "Fix issue where concurrent acquireTokenSilent call closed window used by acquireTokenPopup (#2355)",
"author": "[email protected]",
"commit": "39bef43a63b97cb1008115c61567c0f92870137c",
"package": "msal"
},
{
"comment": "Use history API to clear hash to remove # sign",
"author": "[email protected]",
"commit": "eff310ee300b1fdb9d9cf338fb3833f8675ea511",
"package": "msal"
},
{
"comment": "Fix issues with ID token caching and cache lookup (#2376)",
"author": "[email protected]",
"commit": "a03c5b70ad4416c816186ba09764a82b73096edf",
"package": "msal"
}
],
"none": [
{
"comment": "Updated eslint rules (#2345)",
"author": "[email protected]",
"commit": "64a4f9e868e63346dfd711dec717abe7fd14d949",
"package": "msal"
}
]
}
},
{
"date": "Wed, 14 Oct 2020 23:45:07 GMT",
"tag": "msal_v1.4.1",
"version": "1.4.1",
"comments": {
"none": [
{
"comment": "Add CDN doc for msal-core",
"author": "[email protected]",
"commit": "b6e2d705415360f637e6bd2b45b9cf555f2c9431",
"package": "msal"
},
{
"comment": "Update docs to explain B2C invite flow (#2392)",
"author": "[email protected]",
"commit": "319fe7bb2f6e2c7ea905d1df10ed7665d64264f3",
"package": "msal"
},
{
"comment": "Increment core version constant for 1.4.1",
"author": "[email protected]",
"commit": "e2a48cb3462109ac3f625d0727aec1c6f4ae5248",
"package": "msal"
}
]
}
},
{
"date": "Wed, 30 Sep 2020 17:58:33 GMT",
"tag": "msal_v1.4.1",
"version": "1.4.1",
"comments": {
"patch": [
{
"comment": "Fix ID Token cache lookup. PR #2206",
"author": "[email protected]",
"commit": "23ddd4ab6632d932a8fd4dd276b39c7c8202ff6c",
"package": "msal"
}
]
}
},
{
"date": "Thu, 17 Sep 2020 23:16:22 GMT",
"tag": "msal_v1.4.0",
"version": "1.4.0",
"comments": {
"none": [
{
"comment": "Update core, browser, common to use central eslint configuration",
"author": "[email protected]",
"commit": "fc49c6f16b3f7a62a67d249107fc484272133305",
"package": "msal"
},
{
"comment": "Doc updates",
"author": "[email protected]",
"commit": "a89fcea6df5c806a99de9e38ca67816910c93883",
"package": "msal"
},
{
"comment": "update package-lock.json",
"author": "[email protected]",
"commit": "0b296f957303031552a8b768f56310488a9e63d2",
"package": "msal"
},
{
"comment": "Updating CDN docs",
"author": "[email protected]",
"commit": "f831b9f079665b839168a27badd2f9dcbe884214",
"package": "msal"
},
{
"comment": "Change files",
"author": "[email protected]",
"commit": "9760b6ff6c0ad403ac1b26968cb10d3d7e72a6fd",
"package": "msal"
}
]
}
},
{
"date": "Tue, 25 Aug 2020 00:40:45 GMT",
"tag": "msal_v1.4.0",
"version": "1.4.0",
"comments": {
"minor": [
{
"comment": "B2C Multiple Policy Support (#1757)",
"author": "[email protected]",
"commit": "d5548a12c7974ffe641a2ca45e2e6290d29ca7d1",
"package": "msal"
},
{
"comment": "ADFS 2019 Support (#1668)",
"author": "[email protected]",
"commit": "63bac814b6e59971636c4f5af12ec101032ed1be",
"package": "msal"
},
{
"comment": "Enables idToken acquisition in acquireToken API calls through the use of OIDC scopes by redefining the way response_type is determined. (PR #2022)",
"author": "[email protected]",
"commit": "603c101a97c0bf34a815e2c9c6398c8f57108ee4",
"package": "msal"
}
]
}
},
{
"date": "Thu, 13 Aug 2020 02:20:48 GMT",
"tag": "msal_v1.3.4",
"version": "1.3.4",
"comments": {
"none": [
{
"comment": "updating files for automated release steps",
"author": "[email protected]",
"commit": "c5ad7e5b021128fa04a19d5c74be9386b3c45c88",
"package": "msal"
}
]
}
}
]
}