-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathchangelog.html.expected
More file actions
3116 lines (2642 loc) · 180 KB
/
changelog.html.expected
File metadata and controls
3116 lines (2642 loc) · 180 KB
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
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Ory Kratos v0.1.0 is here!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
#outlook a {
padding: 0;
}
body {
margin: 0;
padding: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
table,
td {
border-collapse: collapse;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
img {
border: 0;
height: auto;
line-height: 100%;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
p {
display: block;
margin: 0;
}
</style>
<link
href="https://fonts.googleapis.com/css?family=Inter:700,400,600"
rel="stylesheet"
type="text/css"
/>
<style type="text/css"></style>
<style type="text/css">
@media only screen and (min-width: 599px) {
.pc100 {
width: 100% !important;
max-width: 100%;
}
.pc48-30508474576271 {
width: 48.30508474576271% !important;
max-width: 48.30508474576271%;
}
.pc3-389830508474576 {
width: 3.389830508474576% !important;
max-width: 3.389830508474576%;
}
.xc600 {
width: 600px !important;
max-width: 600px;
}
.xc32 {
width: 32px !important;
max-width: 32px;
}
.xc16 {
width: 16px !important;
max-width: 16px;
}
.xc440 {
width: 440px !important;
max-width: 440px;
}
}
</style>
<style media="screen and (min-width:599px)">
.moz-text-html .pc100 {
width: 100% !important;
max-width: 100%;
}
.moz-text-html .pc48-30508474576271 {
width: 48.30508474576271% !important;
max-width: 48.30508474576271%;
}
.moz-text-html .pc3-389830508474576 {
width: 3.389830508474576% !important;
max-width: 3.389830508474576%;
}
.moz-text-html .xc600 {
width: 600px !important;
max-width: 600px;
}
.moz-text-html .xc32 {
width: 32px !important;
max-width: 32px;
}
.moz-text-html .xc16 {
width: 16px !important;
max-width: 16px;
}
.moz-text-html .xc440 {
width: 440px !important;
max-width: 440px;
}
</style>
<style type="text/css">
@media only screen and (max-width: 599px) {
table.fwm {
width: 100% !important;
}
td.fwm {
width: auto !important;
}
}
</style>
<style type="text/css">
u + .emailify a,
#MessageViewBody a,
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
span.MsoHyperlink {
mso-style-priority: 99;
color: inherit;
}
span.MsoHyperlinkFollowed {
mso-style-priority: 99;
color: inherit;
}
u + .emailify .glist {
margin-left: 0 !important;
}
@media only screen and (max-width: 599px) {
.emailify {
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
}
u + .emailify .glist {
margin-left: 25px !important;
}
td.x {
padding-left: 0 !important;
padding-right: 0 !important;
}
.fwm img {
max-width: 100% !important;
height: auto !important;
}
td.stk {
border: 0 !important;
}
br.sb {
display: none !important;
}
.thd-1 .i-thumbnail {
display: inline-block !important;
height: auto !important;
overflow: hidden !important;
}
.hd-1 {
display: block !important;
height: auto !important;
overflow: visible !important;
}
.ht-1 {
display: table !important;
height: auto !important;
overflow: visible !important;
}
.hr-1 {
display: table-row !important;
height: auto !important;
overflow: visible !important;
}
.hc-1 {
display: table-cell !important;
height: auto !important;
overflow: visible !important;
}
div.r.pr-16 > table > tbody > tr > td,
div.r.pr-16 > div > table > tbody > tr > td {
padding-right: 16px !important;
}
div.r.pl-16 > table > tbody > tr > td,
div.r.pl-16 > div > table > tbody > tr > td {
padding-left: 16px !important;
}
td.i.w-60 img {
width: 60px !important;
}
td.i.h-30 img {
height: 30px !important;
}
div.r.pt-0 > table > tbody > tr > td,
div.r.pt-0 > div > table > tbody > tr > td {
padding-top: 0px !important;
}
div.r.pr-0 > table > tbody > tr > td,
div.r.pr-0 > div > table > tbody > tr > td {
padding-right: 0px !important;
}
div.r.pb-0 > table > tbody > tr > td,
div.r.pb-0 > div > table > tbody > tr > td {
padding-bottom: 0px !important;
}
div.r.pl-0 > table > tbody > tr > td,
div.r.pl-0 > div > table > tbody > tr > td {
padding-left: 0px !important;
}
.hm-1 {
display: none !important;
max-width: 0 !important;
max-height: 0 !important;
overflow: hidden !important;
mso-hide: all !important;
}
div.g.mb-16 > table > tbody > tr > td {
padding-bottom: 16px !important;
}
}
</style>
<meta name="color-scheme" content="light dark" />
<meta name="supported-color-schemes" content="light dark" />
</head>
<body
link="#3d53f5"
vlink="#3d53f5"
class="emailify"
style="word-spacing: normal; background-color: #e5e5e5"
>
<div class="bg" style="background-color: #e5e5e5">
<div
class="r pr-16 pl-16"
style="
background: #fffffe;
background-color: #fffffe;
margin: 0px auto;
border-radius: 0;
max-width: 600px;
"
>
<table
align="center"
border="0"
cellpadding="0"
cellspacing="0"
style="
background: #fffffe;
background-color: #fffffe;
width: 100%;
border-radius: 0;
"
>
<tbody>
<tr>
<td
style="
border: none;
direction: ltr;
font-size: 0;
padding: 16px 64px 16px 64px;
text-align: left;
"
>′¨
<div
class="pc100 ogf"
style="
font-size: 0;
line-height: 0;
text-align: left;
display: inline-block;
width: 100%;
direction: ltr;
"
>
<div
class="pc48-30508474576271 ogf m c"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: middle;
width: 48.30508474576271%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
style="
background-color: transparent;
border: none;
vertical-align: middle;
"
width="100%"
>
<tbody>
<tr>
<td
align="left"
class="i w-60 h-30"
style="
font-size: 0;
padding: 0;
padding-bottom: 0;
word-break: break-word;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
style="
border-collapse: collapse;
border-spacing: 0;
"
>
<tbody>
<tr>
<td style="width: 80px">
<a
href="https://www.ory.sh/"
target="_blank"
>
<img
alt=""
height="auto"
src="https://f002.backblazeb2.com/file/emailify/879566e4ded61f9133eb4ae85666e0f8.png"
style="
border: 0;
border-radius: 0;
display: block;
outline: none;
text-decoration: none;
height: auto;
width: 100%;
font-size: 13px;
"
width="80"
/></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div
class="pc3-389830508474576 ogf g"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: top;
width: 3.389830508474576%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td style="vertical-align: top; padding: 0">
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody></tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div
class="pc48-30508474576271 ogf c"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: middle;
width: 48.30508474576271%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
style="
background-color: transparent;
border: none;
vertical-align: middle;
"
width="100%"
>
<tbody>
<tr>
<td
align="right"
class="x"
style="
font-size: 0;
padding: 0;
padding-bottom: 0;
word-break: break-word;
"
>
<div
style="
font-family: Inter, Arial, sans-serif;
font-size: 16px;
line-height: 28px;
text-align: right;
color: #000000;
"
>
<p style="margin: 0; text-align: right">
<span
style="
mso-line-height-rule: exactly;
font-size: 16px;
font-family: Inter, Arial, sans-serif;
font-weight: 700;
color: #171717;
line-height: 28px;
"
>Ory Security Newsletter</span
>
</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div
class="r pr-16 pl-16"
style="
background: #fcfcfc;
background-color: #fcfcfc;
margin: 0px auto;
border-radius: 0;
max-width: 600px;
"
>
<table
align="center"
border="0"
cellpadding="0"
cellspacing="0"
style="
background: #fcfcfc;
background-color: #fcfcfc;
width: 100%;
border-radius: 0;
"
>
<tbody>
<tr>
<td
style="
border: none;
direction: ltr;
font-size: 0;
padding: 48px 32px 48px 32px;
text-align: left;
"
>
<div
class="xc32 ogf m"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: middle;
width: 100%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td style="vertical-align: middle; padding: 0 0 0 0">
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td
align="left"
class="i hm-1"
style="
font-size: 0;
padding: 0;
word-break: break-word;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
style="
border-collapse: collapse;
border-spacing: 0;
"
>
<tbody>
<tr>
<td style="width: 32px">
<img
alt=""
height="auto"
src="https://f002.backblazeb2.com/file/emailify/150a8c06dcaa45901e3887296457cc12.jpg"
style="
border: 0;
border-radius: 0;
display: block;
outline: none;
text-decoration: none;
height: auto;
width: 100%;
font-size: 13px;
"
width="32"
/>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div
class="xc16 ogf g mb-16"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: top;
width: 100%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td style="vertical-align: top; padding: 0">
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody></tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div
class="xc440 ogf m c"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: middle;
width: 100%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
style="
background-color: transparent;
border: none;
vertical-align: middle;
"
width="100%"
>
<tbody>
<tr>
<td
align="left"
class="x m"
style="
font-size: 0;
padding: 0;
padding-bottom: 16px;
word-break: break-word;
"
>
<div
style="
font-family: Inter, Arial, sans-serif;
font-size: 37px;
line-height: 52px;
text-align: left;
color: #000000;
"
>
<p style="margin: 0; text-align: center">
<span
style="
mso-line-height-rule: exactly;
font-size: 37px;
font-family: Inter, Arial, sans-serif;
font-weight: 400;
color: #171717;
line-height: 52px;
"
>Ory Kratos v0.1.0</span
> <br> <span style="font-size: 16px; font-weight: 400;">is here!</span><br>
<span style="font-size: 16px; font-weight: 400;"><a href="https://www.ory.sh/ory/kratos" target="_blank">Website</a> | <a href="https://github.com/ory/ory/kratos" target="_blank">GitHub</a> | <a href="https://github.com/ory/ory/kratos/blob/master/CHANGELOG.md" target="_blank">Changelog</a><br></span>
</p>
</div>
</td>
</tr>
<tr>
<td
class="s m"
style="
font-size: 0;
padding: 0;
padding-bottom: 16px;
word-break: break-word;
"
>
<div style="height: 4px; line-height: 4px">
 
</div>
</td>
</tr>
<tr>
<td
vertical-align="top"
class="c"
style="
font-size: 0;
padding-bottom: 0;
word-break: break-word;
"
>
<div
class="xc440 ogf c"
style="
font-size: 0;
text-align: left;
direction: ltr;
display: inline-block;
vertical-align: top;
width: 100%;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td
style="
background-color: transparent;
border: none;
vertical-align: top;
padding-bottom: 0;
"
>
<table
border="0"
cellpadding="0"
cellspacing="0"
width="100%"
>
<tbody>
<tr>
<td
align="left"
class="x m"
style="
font-size: 0;
padding: 0;
padding-bottom: 16px;
word-break: break-word;
"
>
<div
style="
font-family: Inter, Arial,
sans-serif;
font-size: 16px;
line-height: 28px;
text-align: left;
color: #000000;
"
>
<p
style="
margin: 0;
text-align: left;
"
>
<span
style="
mso-line-height-rule: exactly;
font-size: 16px;
font-family: Inter, Arial,
sans-serif;
font-weight: 400;
color: #616161;
line-height: 28px;
"
>iuaw4hri<br>
</span>
</p>
</div>
</td>
</tr>
<tr>
<td
align="left"
class="x m"
style="
font-size: 0;
padding: 0;
padding-bottom: 16px;
word-break: break-word;
"
>
<div
style="
font-family: Inter, Arial,
sans-serif;
font-size: 16px;
line-height: 28px;
text-align: left;
color: #000000;
"
>
<p
style="
margin: 0;
text-align: left;
"
>
<span
style="
mso-line-height-rule: exactly;
font-size: 16px;
font-family: Inter, Arial,
sans-serif;
font-weight: 400;
color: #616161;
line-height: 28px;
"
><h2>Breaking Changes</h2>
<p>We listened to your feedback and have improved the naming of the SDK method <code>initializeSelfServiceRecoveryForNativeApps</code> to better match what it does: <code>initializeSelfServiceRecoveryWithoutBrowser</code>. As in the previous release you may still use the old SDK if you do not want to deal with the SDK breaking changes for now.
We listened to your feedback and have improved the naming of the SDK method <code>initializeSelfServiceVerificationForNativeApps</code> to better match what it does: <code>initializeSelfServiceVerificationWithoutBrowser</code>. As in the previous release you may still use the old SDK if you do not want to deal with the SDK breaking changes for now.
We listened to your feedback and have improved the naming of the SDK method <code>initializeSelfServiceSettingsForNativeApps</code> to better match what it does: <code>initializeSelfServiceSettingsWithoutBrowser</code>. As in the previous release you may still use the old SDK if you do not want to deal with the SDK breaking changes for now.
We listened to your feedback and have improved the naming of the SDK method <code>initializeSelfServiceregistrationForNativeApps</code> to better match what it does: <code>initializeSelfServiceregistrationWithoutBrowser</code>. As in the previous release you may still use the old SDK if you do not want to deal with the SDK breaking changes for now.
We listened to your feedback and have improved the naming of the SDK method <code>initializeSelfServiceLoginForNativeApps</code> to better match what it does: <code>initializeSelfServiceLoginWithoutBrowser</code>. As in the previous release you may still use the old SDK if you do not want to deal with the SDK breaking changes for now.</p>
<p><strong>Bug Fixes:</strong></p>
<ul>
<li><p>Add json detection to setting error subbranches (<a href="https://github.com/ory/kratos/commit/fb83dcb8ae7463079ddb33c04673cf4556f6058c" target="_blank">fb83dcb</a>)</p></li>
<li><p>Cache migration status (<a href="https://github.com/ory/kratos/commit/5be2f149cd79ddfbe8496eccf5d5aacb6a9a0b8e" target="_blank">5be2f14</a>), closes <a href="https://github.com/ory/kratos/issues/1337" target="_blank">#1337</a></p></li>
<li><p>Change SMTP config validation from URI to a Regex pattern (<a href="https://github.com/ory/kratos/issues/1436" target="_blank">#1436</a>) (<a href="https://github.com/ory/kratos/commit/5ab1e8f17bcbc229fada2c584b2c1f576b819761" target="_blank">5ab1e8f</a>), closes <a href="https://github.com/ory/kratos/issues/1435" target="_blank">#1435</a></p></li>
<li><p>Check filesystem before fallback to bundled templates (<a href="https://github.com/ory/kratos/issues/1401" target="_blank">#1401</a>) (<a href="https://github.com/ory/kratos/commit/22d999e78eb4f67d2f3ba07e62fd28ffb3331d6d" target="_blank">22d999e</a>)</p></li>
<li><p>Continue button for oidc registration step (<a href="https://github.com/ory/kratos/commit/2aad5ac8f7055f39f4f434d26fbca74cdbe75337" target="_blank">2aad5ac</a>), closes <a href="https://github.com/ory/kratos/issues/1422" target="_blank">#1422</a> <a href="https://github.com/ory/kratos/issues/1320" target="_blank">#1320</a>:</p>
<p>When signing up with an OIDC provider and the traits model is missing some fields, the submit button shows all OIDC options. Instead, it should show just one option called “Continue”.</p></li>
<li><p>Deprecate sessionCookie (<a href="https://github.com/ory/kratos/issues/1428" target="_blank">#1428</a>) (<a href="https://github.com/ory/kratos/commit/eccad741a1702181d4b207aad954a950906a808b" target="_blank">eccad74</a>), closes <a href="https://github.com/ory/kratos/issues/1426" target="_blank">#1426</a></p></li>
<li><p>Do not cache incomplete migrations (<a href="https://github.com/ory/kratos/issues/1434" target="_blank">#1434</a>) (<a href="https://github.com/ory/kratos/commit/154c26f6da4bb7040deabdc352c90cdae42c69fe" target="_blank">154c26f</a>)</p></li>
<li><p>Do not run network migrations when booting (<a href="https://github.com/ory/kratos/commit/12bbab9d3cf788998cd4a9be50ac8c7a9d2232bd" target="_blank">12bbab9</a>), closes <a href="https://github.com/ory/kratos/issues/1399" target="_blank">#1399</a></p></li>
<li><p>Improve identity list performance (<a href="https://github.com/ory/kratos/commit/f76886fe7436f71fbef00081888a2f8d0106ba98" target="_blank">f76886f</a>), closes <a href="https://github.com/ory/kratos/issues/1412" target="_blank">#1412</a></p></li>
<li><p>Incorrect openapi specification for verification submission (<a href="https://github.com/ory/kratos/issues/1431" target="_blank">#1431</a>) (<a href="https://github.com/ory/kratos/commit/ecb0a01f61441aa97751943b5e9ddcc28f783d91" target="_blank">ecb0a01</a>), closes <a href="https://github.com/ory/kratos/issues/1368" target="_blank">#1368</a></p></li>
<li><p>Mark ui node message as optional (<a href="https://github.com/ory/kratos/issues/1365" target="_blank">#1365</a>) (<a href="https://github.com/ory/kratos/commit/7b8d59f48ed14a6d0672238645d8675d4bf7fd77" target="_blank">7b8d59f</a>), closes <a href="https://github.com/ory/kratos/issues/1361" target="_blank">#1361</a> <a href="https://github.com/ory/kratos/issues/1362" target="_blank">#1362</a></p></li>
<li><p>Mark verified_at as omitempty (<a href="https://github.com/ory/kratos/commit/77b258e57a3d53fe437838a5e9c57805e9c970aa" target="_blank">77b258e</a>):</p>
<p>Closes <a href="https://github.com/ory/sdk/issues/46" target="_blank">https://github.com/ory/sdk/issues/46</a></p></li>
<li><p>Panic if contextualizer is not set (<a href="https://github.com/ory/kratos/commit/760035a6c5efa08561b93daff57ebb4655032b2a" target="_blank">760035a</a>)</p></li>
<li><p>Panic on error in issue session (<a href="https://github.com/ory/kratos/commit/5fbd8557e1f907dd400bfcd26c187db16dc344ba" target="_blank">5fbd855</a>), closes <a href="https://github.com/ory/kratos/issues/1384" target="_blank">#1384</a></p></li>
<li><p>Prometheus metrics fix (<a href="https://github.com/ory/kratos/issues/1299" target="_blank">#1299</a>) (<a href="https://github.com/ory/kratos/commit/ac5d00d472a87ab51e7c6834e2cb59f107fc3b3b" target="_blank">ac5d00d</a>)</p></li>
<li><p>Recovery email case sensitive (<a href="https://github.com/ory/kratos/issues/1357" target="_blank">#1357</a>) (<a href="https://github.com/ory/kratos/commit/bce14c487450bd668859f362b98704644fa4c72a" target="_blank">bce14c4</a>), closes <a href="https://github.com/ory/kratos/issues/1329" target="_blank">#1329</a></p></li>
<li><p>Remove typing from node.attribute.value (<a href="https://github.com/ory/kratos/commit/63a5e08afab76dafbfe13e6126e165af28492aad" target="_blank">63a5e08</a>):</p>
<p>Closes <a href="https://github.com/ory/sdk/issues/75" target="_blank">https://github.com/ory/sdk/issues/75</a>
Closes <a href="https://github.com/ory/sdk/issues/74" target="_blank">https://github.com/ory/sdk/issues/74</a>
Closes <a href="https://github.com/ory/sdk/issues/72" target="_blank">https://github.com/ory/sdk/issues/72</a></p></li>
<li><p>Rename client package for external consumption (<a href="https://github.com/ory/kratos/commit/cba8b00c8b755cc0bdc7818bc9d7390ff3532ce1" target="_blank">cba8b00</a>)</p></li>
<li><p>Resolve driver issues (<a href="https://github.com/ory/kratos/commit/47b1c8dce57a023e89a2b178bc8a033496ef4ff2" target="_blank">47b1c8d</a>)</p></li>
<li><p>Resolve network regression (<a href="https://github.com/ory/kratos/commit/8f96b1fe4d0846a3ad97a45bc972ece04109289d" target="_blank">8f96b1f</a>)</p></li>
<li><p>Resolve network regressions (<a href="https://github.com/ory/kratos/commit/8fc52c034ed9978c2a04cc66bccc9b795c9bbefa" target="_blank">8fc52c0</a>)</p></li>
<li><p>Testhelper regressions (<a href="https://github.com/ory/kratos/commit/bf3b04fd2c7f9162073cb584d6fb0d59e868ecbf" target="_blank">bf3b04f</a>)</p></li>
<li><p>Use correct url in submitSelfServiceVerificationFlow (<a href="https://github.com/ory/kratos/commit/ab8a600080ac0d6a6235806b74c5b9e3dc1c2d60" target="_blank">ab8a600</a>)</p></li>
<li><p>Use STARTTLS for smtps connections (<a href="https://github.com/ory/kratos/issues/1430" target="_blank">#1430</a>) (<a href="https://github.com/ory/kratos/commit/c21bb80a749df7b224a8ac3f15fa62523a78d805" target="_blank">c21bb80</a>), closes <a href="https://github.com/ory/kratos/issues/781" target="_blank">#781</a></p></li>
<li><p>Version schema (<a href="https://github.com/ory/kratos/issues/1359" target="_blank">#1359</a>) (<a href="https://github.com/ory/kratos/commit/8c4bac71674e45e440d916c6c947ed018a8ea29a" target="_blank">8c4bac7</a>), closes <a href="https://github.com/ory/kratos/issues/1331" target="_blank">#1331</a> <a href="https://github.com/ory/kratos/issues/1101" target="_blank">#1101</a> <a href="https://github.com/ory/hydra/issues/2427" target="_blank">ory/hydra#2427</a></p></li>
</ul>
<p><strong>Code Refactoring:</strong></p>
<ul>
<li>Corp package (<a href="https://github.com/ory/kratos/issues/1402" target="_blank">#1402</a>) (<a href="https://github.com/ory/kratos/commit/0202dc57aacc0d48e4c1ee4e68c91654451f63fa" target="_blank">0202dc5</a>)</li>
<li>Introduce DefaultContextualizer in corp package (<a href="https://github.com/ory/kratos/issues/1390" target="_blank">#1390</a>) (<a href="https://github.com/ory/kratos/commit/944d045aa7fc59eadfdd18951f0d4937b1ea79df" target="_blank">944d045</a>), closes <a href="https://github.com/ory/kratos/issues/1363" target="_blank">#1363</a></li>
<li>Move cleansql to separate package (<a href="https://github.com/ory/kratos/commit/7c203dc8219afe07f180143f832158615b51f60a" target="_blank">7c203dc</a>)</li>
</ul>
<p><strong>Documentation:</strong></p>
<ul>
<li>Add docs for registration SPA flow (<a href="https://github.com/ory/kratos/commit/84458f1a9dfe8be6a97bddd832fcc508b60b8498" target="_blank">84458f1</a>)</li>
<li>Add go sdk examples (<a href="https://github.com/ory/kratos/commit/e948faddce3a1f52df964c701f6ba2a28f5dfe03" target="_blank">e948fad</a>)</li>
<li>Add replit instructions (<a href="https://github.com/ory/kratos/commit/8ab8607dee433f6e708ade296a6c26d0a87d0aae" target="_blank">8ab8607</a>)</li>
<li>Add tested and running go sdk examples (<a href="https://github.com/ory/kratos/commit/3b56bb5fd37d0e7d4479967aa0b5721a68a267f2" target="_blank">3b56bb5</a>)</li>
<li>Fix typo in “Sign in/up with ID & assword” (<a href="https://github.com/ory/kratos/issues/1383" target="_blank">#1383</a>) (<a href="https://github.com/ory/kratos/commit/f39739d94e97f20b94630b957371d11294dc8300" target="_blank">f39739d</a>)</li>
<li>Mark login endpoints as experimental (<a href="https://github.com/ory/kratos/commit/6faf0f65bb05bbafdee6b1274a719695fd5b4173" target="_blank">6faf0f6</a>)</li>
<li>Update docs for all flows (<a href="https://github.com/ory/kratos/commit/d29ea69f6bb908b529502030942b1ced52227372" target="_blank">d29ea69</a>)</li>
<li>Update documentation for plaintext templates (<a href="https://github.com/ory/kratos/issues/1369" target="_blank">#1369</a>) (<a href="https://github.com/ory/kratos/commit/419784dd0d4ddc338830ed0d77a7d99f8f440777" target="_blank">419784d</a>), closes <a href="https://github.com/ory/kratos/issues/1351" target="_blank">#1351</a></li>
<li>Update path (<a href="https://github.com/ory/kratos/commit/f0384d9c11085230fd16290c524d22fac6002870" target="_blank">f0384d9</a>)</li>
<li>Update sdk use (<a href="https://github.com/ory/kratos/commit/bcb8c06ee324c639e548fc06315d9e952f470582" target="_blank">bcb8c06</a>)</li>
<li>Use correct path (<a href="https://github.com/ory/kratos/issues/1333" target="_blank">#1333</a>) (<a href="https://github.com/ory/kratos/commit/e401135cf415d7e3e6a8ca463dd47e46fe399b33" target="_blank">e401135</a>)</li>
</ul>
<p><strong>Features:</strong></p>
<ul>
<li><p>Add GetContextualizer (<a href="https://github.com/ory/kratos/commit/ac3271742c9c2b968b08dd2b35a5d120c5befcd9" target="_blank">ac32717</a>)</p></li>
<li><p>Add instana as possible tracing provider (<a href="https://github.com/ory/kratos/issues/1429" target="_blank">#1429</a>) (<a href="https://github.com/ory/kratos/commit/abe48a97ee75567979a70f00dd73ff698efcc75d" target="_blank">abe48a9</a>), closes <a href="https://github.com/ory/kratos/issues/1385" target="_blank">#1385</a></p></li>
<li><p>Add vk and yandex providers to oidc providers and documentation (<a href="https://github.com/ory/kratos/issues/1339" target="_blank">#1339</a>) (<a href="https://github.com/ory/kratos/commit/22a3ef98181eb5922cc0f1c016d42ce46732d0a2" target="_blank">22a3ef9</a>), closes <a href="https://github.com/ory/kratos/issues/1234" target="_blank">#1234</a></p></li>
<li><p>Improve contextualization in serve/daemon (<a href="https://github.com/ory/kratos/commit/f83cd355422fb4b422f703406473bda914d8419c" target="_blank">f83cd35</a>)</p></li>
<li><p>Include Credentials Metadata in admin api (<a href="https://github.com/ory/kratos/issues/1274" target="_blank">#1274</a>) (<a href="https://github.com/ory/kratos/commit/c8b62190fca53db4e1b3a4ddb5253fbd2fd46002" target="_blank">c8b6219</a>), closes <a href="https://github.com/ory/kratos/issues/820" target="_blank">#820</a></p></li>
<li><p>Include Credentials Metadata in admin api Missing changes in handler (<a href="https://github.com/ory/kratos/issues/1366" target="_blank">#1366</a>) (<a href="https://github.com/ory/kratos/commit/a71c2208dedac45d32dab578e62a5e3105c8dee0" target="_blank">a71c220</a>)</p></li>
<li><p>Natively support SPA for login flows (<a href="https://github.com/ory/kratos/commit/6ff67afa8b0fc0a95cec44d3dda2cbc1987b51dd" target="_blank">6ff67af</a>), closes <a href="https://github.com/ory/kratos/issues/1138" target="_blank">#1138</a> <a href="https://github.com/ory/kratos/issues/668" target="_blank">#668</a>:</p>
<p>This patch adds the long-awaited capabilities for natively working with SPAs and AJAX requests. Previously, requests to the <code>/self-service/login/browser</code> endpoint would always end up in a redirect. Now, if the <code>Accept</code> header is set to <code>application/json</code>, the login flow will be returned as JSON instead. Accordingly, changes to the error and submission flow have been made to support <code>application/json</code> content types and SPA / AJAX requests.</p></li>
<li><p>Natively support SPA for recovery flows (<a href="https://github.com/ory/kratos/commit/5461244943286081e13c304a3b38413b8ee6fdf2" target="_blank">5461244</a>):</p>
<p>This patch adds the long-awaited capabilities for natively working with SPAs and AJAX requests. Previously, requests to the <code>/self-service/recovery/browser</code> endpoint would always end up in a redirect. Now, if the <code>Accept</code> header is set to <code>application/json</code>, the registration flow will be returned as JSON instead. Accordingly, changes to the error and submission flow have been made to support <code>application/json</code> content types and SPA / AJAX requests.</p></li>
<li><p>Natively support SPA for registration flows (<a href="https://github.com/ory/kratos/commit/57d3c5786a88f0648e7fa57f181f060a057ec19f" target="_blank">57d3c57</a>), closes <a href="https://github.com/ory/kratos/issues/1138" target="_blank">#1138</a> <a href="https://github.com/ory/kratos/issues/668" target="_blank">#668</a>:</p>
<p>This patch adds the long-awaited capabilities for natively working with SPAs and AJAX requests. Previously, requests to the <code>/self-service/registration/browser</code> endpoint would always end up in a redirect. Now, if the <code>Accept</code> header is set to <code>application/json</code>, the registration flow will be returned as JSON instead. Accordingly, changes to the error and submission flow have been made to support <code>application/json</code> content types and SPA / AJAX requests.</p></li>
<li><p>Natively support SPA for settings flows (<a href="https://github.com/ory/kratos/commit/ea4395ed25d5668e4ce365336cd7a5e13e0ba1cc" target="_blank">ea4395e</a>):</p>
<p>This patch adds the long-awaited capabilities for natively working with SPAs and AJAX requests. Previously, requests to the <code>/self-service/settings/browser</code> endpoint would always end up in a redirect. Now, if the <code>Accept</code> header is set to <code>application/json</code>, the registration flow will be returned as JSON instead. Accordingly, changes to the error and submission flow have been made to support <code>application/json</code> content types and SPA / AJAX requests.</p></li>
<li><p>Natively support SPA for verification flows (<a href="https://github.com/ory/kratos/commit/c1515009dcd1b5946a93733feedb01753de91c3d" target="_blank">c151500</a>):</p>
<p>This patch adds the long-awaited capabilities for natively working with SPAs and AJAX requests. Previously, requests to the <code>/self-service/verification/browser</code> endpoint would always end up in a redirect. Now, if the <code>Accept</code> header is set to <code>application/json</code>, the registration flow will be returned as JSON instead. Accordingly, changes to the error and submission flow have been made to support <code>application/json</code> content types and SPA / AJAX requests.</p></li>
<li><p>Sign in with Auth0 (<a href="https://github.com/ory/kratos/issues/1352" target="_blank">#1352</a>) (<a href="https://github.com/ory/kratos/commit/f618a53fb971ad16121aa8728cfec54253bb3f44" target="_blank">f618a53</a>), closes <a href="https://github.com/ory/kratos/issues/609" target="_blank">#609</a></p></li>
<li><p>Support api in settings error (<a href="https://github.com/ory/kratos/commit/23105dbb836d920b8766536b65de58932f53d6f6" target="_blank">23105db</a>)</p></li>
<li><p>Support reading session token from X-Session-Token HTTP header (<a href="https://github.com/ory/kratos/commit/dcaefd94a0b2cf819424f2e10b3bdae63b256726" target="_blank">dcaefd9</a>)</p></li>
<li><p>Team id in slack oidc (<a href="https://github.com/ory/kratos/issues/1409" target="_blank">#1409</a>) (<a href="https://github.com/ory/kratos/commit/e4d021a037a6b44f8bd66372e9c260c640e87b9d" target="_blank">e4d021a</a>), closes <a href="https://github.com/ory/kratos/issues/1408" target="_blank">#1408</a></p></li>
<li><p>Update openapi specs and regenerate (<a href="https://github.com/ory/kratos/commit/cac507eb5b1f39d003d72e57912dbbfe6f92deb1" target="_blank">cac507e</a>)</p></li>
<li><p><strong>identities:</strong> Add a state to identities (<a href="https://github.com/ory/kratos/issues/1312" target="_blank">#1312</a>) (<a href="https://github.com/ory/kratos/commit/d22954e2fdb7b2dd5206651b6dd5cf96185a33ba" target="_blank">d22954e</a>), closes <a href="https://github.com/ory/kratos/issues/598" target="_blank">#598</a></p></li>
</ul>
<p><strong>Tests:</strong></p>
<ul>
<li><p>Add tests for cookie behavior of API and browser endpoints (<a href="https://github.com/ory/kratos/commit/d1b15217867cfb92a615c793b26fad288f5e5742" target="_blank">d1b1521</a>)</p></li>
<li><p>Remove obsolete console.log (<a href="https://github.com/ory/kratos/commit/3ecc869ebfef5c97334ae4334fb4af98ca9baf97" target="_blank">3ecc869</a>)</p></li>
<li><p>Resolve e2e regressions (<a href="https://github.com/ory/kratos/commit/b0d3b82f301942bebe3c0027c8b3160749f907af" target="_blank">b0d3b82</a>)</p></li>
<li><p>Resolve migratest panic (<a href="https://github.com/ory/kratos/commit/89d05ae0c376c4ea1f23708cccf95c9754a29c94" target="_blank">89d05ae</a>)</p></li>
<li><p><strong>e2e:</strong> Greatly improve test performance (<a href="https://github.com/ory/kratos/issues/1421" target="_blank">#1421</a>) (<a href="https://github.com/ory/kratos/commit/2ffad9ee751471451e2151719a2e70d5f89437b0" target="_blank">2ffad9e</a>):</p>
<p>Instead of running the individual profiles as separate Cypress instances, we now use one singular instance which updates the Ory Kratos configuration depending on the test context. This ensures that hot-reloading is properly working while also signficantly reducing the amount of time spent on booting up the service dependencies.</p></li>
</ul>
<p><strong>Unclassified:</strong></p>
<ul>
<li>add CoC shield (#1439) (<a href="https://github.com/ory/kratos/commit/826ed1a6deafdc2631a5c72f0bfacc91b06a3435" target="_blank">826ed1a</a>), closes <a href="https://github.com/ory/kratos/issues/1439" target="_blank">#1439</a></li>
<li>u (<a href="https://github.com/ory/kratos/commit/b03549b6340ec0bf4f9d741ce145ca90bbc09968" target="_blank">b03549b</a>)</li>
<li>Format (<a href="https://github.com/ory/kratos/commit/5cc9fc3a6e91a96225d016d60c8da5cef647ac18" target="_blank">5cc9fc3</a>)</li>
<li>u (<a href="https://github.com/ory/kratos/commit/318a31d400b97653b4f377c67df4ae0afea189d9" target="_blank">318a31d</a>)</li>
<li>Format (<a href="https://github.com/ory/kratos/commit/e525805246431075d26c3f47596ae93f6580d8ee" target="_blank">e525805</a>)</li>
<li>Format (<a href="https://github.com/ory/kratos/commit/4a692acc7db160068ed7d81461b173bc957e4736" target="_blank">4a692ac</a>)</li>
<li>Format (<a href="https://github.com/ory/kratos/commit/169c0cd8d424babef69a52ddf65e2b75ded09a46" target="_blank">169c0cd</a>)</li>
</ul>
<h2>Breaking Changes</h2>
<p>Unfortunately, some method signatures have changed in the SDKs. Below is a list of changed entries:</p>
<ul>
<li>Error <code>genericError</code> was renamed to <code>jsonError</code> and now includes more information and better typing for errors;</li>
<li>The following functions have been renamed:
<ul>
<li><code>initializeSelfServiceLoginViaAPIFlow</code> -> <code>initializeSelfServiceLoginForNativeApps</code></li>
<li><code>initializeSelfServiceLoginViaBrowserFlow</code> -> <code>initializeSelfServiceLoginForBrowsers</code></li>
<li><code>initializeSelfServiceRegistrationViaAPIFlow</code> -> <code>initializeSelfServiceRegistrationForNativeApps</code></li>
<li><code>initializeSelfServiceRegistrationViaBrowserFlow</code> -> <code>initializeSelfServiceRegistrationForBrowsers</code></li>
<li><code>initializeSelfServiceSettingsViaAPIFlow</code> -> <code>initializeSelfServiceSettingsForNativeApps</code></li>
<li><code>initializeSelfServiceSettingsViaBrowserFlow</code> -> <code>initializeSelfServiceSettingsForBrowsers</code></li>
<li><code>initializeSelfServiceRecoveryViaAPIFlow</code> -> <code>initializeSelfServiceRecoveryForNativeApps</code></li>
<li><code>initializeSelfServiceRecoveryViaBrowserFlow</code> -> <code>initializeSelfServiceRecoveryForBrowsers</code></li>
<li><code>initializeSelfServiceVerificationViaAPIFlow</code> -> <code>initializeSelfServiceVerificationForNativeApps</code></li>
<li><code>initializeSelfServiceVerificationViaBrowserFlow</code> -> <code>initializeSelfServiceVerificationForBrowsers</code></li>
</ul></li>