4
4
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5
5
** Table of Contents**
6
6
7
- - [ (2022-08-19 )] ( #2022-08-19 )
7
+ - [ (2022-08-23 )] ( #2022-08-23 )
8
8
- [ Breaking Changes] ( #breaking-changes )
9
9
- [ Bug Fixes] ( #bug-fixes )
10
10
- [ Code Refactoring] ( #code-refactoring )
11
11
- [ Documentation] ( #documentation )
12
12
- [ Features] ( #features )
13
+ - [ Reverts] ( #reverts )
13
14
- [ Tests] ( #tests )
14
15
- [ 0.10.1 (2022-06-01)] ( #0101-2022-06-01 )
15
16
- [ Bug Fixes] ( #bug-fixes-1 )
63
64
- [ Code Refactoring] ( #code-refactoring-3 )
64
65
- [ Documentation] ( #documentation-6 )
65
66
- [ Features] ( #features-4 )
66
- - [ Reverts] ( #reverts )
67
+ - [ Reverts] ( #reverts-1 )
67
68
- [ Tests] ( #tests-4 )
68
69
- [ Unclassified] ( #unclassified-2 )
69
70
- [ 0.7.6-alpha.1 (2021-09-12)] ( #076-alpha1-2021-09-12 )
263
264
264
265
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
265
266
266
- # [ ] ( https://github.com/ory/kratos/compare/v0.10.1...v ) (2022-08-19 )
267
+ # [ ] ( https://github.com/ory/kratos/compare/v0.10.1...v ) (2022-08-23 )
267
268
268
269
## Breaking Changes
269
270
@@ -324,6 +325,8 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
324
325
closes [ #2426 ] ( https://github.com/ory/kratos/issues/2426 )
325
326
- Ignore CSRF for session extension on public route
326
327
([ 866b472] ( https://github.com/ory/kratos/commit/866b472750fba7bf498d359796f24867af7270ad ) )
328
+ - Ignore error explicitly
329
+ ([ 772d596] ( https://github.com/ory/kratos/commit/772d5968d5a0cb7ac9415cfb2b1e9e86ae3a3131 ) )
327
330
- Improve migration status speed
328
331
([ #2637 ] ( https://github.com/ory/kratos/issues/2637 ) )
329
332
([ a2e3c41] ( https://github.com/ory/kratos/commit/a2e3c41f9e513e1de47f6320f6a10acd1fed5eea ) )
@@ -333,15 +336,21 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
333
336
([ #2507 ] ( https://github.com/ory/kratos/issues/2507 ) )
334
337
([ 0844b47] ( https://github.com/ory/kratos/commit/0844b47c30851c548d46273927afee103cdc0e97 ) ),
335
338
closes [ #2506 ] ( https://github.com/ory/kratos/issues/2506 )
339
+ - Make servicelocator explicit
340
+ ([ 4f841da] ( https://github.com/ory/kratos/commit/4f841dae5423acf3514d50add9e99d28bc339fbb ) )
336
341
- Mark gosec false positives
337
342
([ 13eaddb] ( https://github.com/ory/kratos/commit/13eaddb7babe630750361c6d8f3ffc736898ddec ) )
338
343
- Metadata should not be required
339
344
([ 05afd68] ( https://github.com/ory/kratos/commit/05afd68381abe58c5e7cdd51cbf0ae409f5f0eb0 ) )
345
+ - Migration error detection
346
+ ([ a115486] ( https://github.com/ory/kratos/commit/a11548603a4c9b46ba238d2a7ee58fffb7f6d857 ) )
340
347
- Panic
341
348
([ 1182278] ( https://github.com/ory/kratos/commit/11822789c1561b27c2d769c9ea53a81835702f4a ) )
342
349
- Potentially resolve tx issue in crdb
343
350
([ #2595 ] ( https://github.com/ory/kratos/issues/2595 ) )
344
351
([ 9d22035] ( https://github.com/ory/kratos/commit/9d22035695b6a793ac4bc5e2bd0a68b3aeea039c ) )
352
+ - Re-add service to quickstart
353
+ ([ 8c52c33] ( https://github.com/ory/kratos/commit/8c52c33cf277eda82c9b00b77cd9e03f1e5b4602 ) )
345
354
- Re-issue outdated cookie in /whoami
346
355
([ #2598 ] ( https://github.com/ory/kratos/issues/2598 ) )
347
356
([ bf6f27e] ( https://github.com/ory/kratos/commit/bf6f27e37b8aa342ae002e0a9f227a31e0f7c279 ) ),
@@ -351,6 +360,8 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
351
360
- Remove newline sign from email subject
352
361
([ #2576 ] ( https://github.com/ory/kratos/issues/2576 ) )
353
362
([ ca3d9c2] ( https://github.com/ory/kratos/commit/ca3d9c24e25ce501e9eae23547f87e1c35b2ea97 ) )
363
+ - Remove rust workaround
364
+ ([ 355ec43] ( https://github.com/ory/kratos/commit/355ec431a304eef236a088571e2414f96c49d862 ) )
354
365
- Replace io/util usage by io and os package
355
366
([ e2d805b] ( https://github.com/ory/kratos/commit/e2d805b7e336d202f7cf3c2e0ce586d78ac03cc0 ) )
356
367
- Resolve bug where 500s in web hooks are not properly retried
@@ -389,6 +400,8 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
389
400
390
401
### Code Refactoring
391
402
403
+ - Hot reloading
404
+ ([ b0d8f38] ( https://github.com/ory/kratos/commit/b0d8f3853886228a64e82437643a82b3970d6ff7 ) )
392
405
- ** sdk:** Rename ` getJsonSchema ` to ` getIdentitySchema `
393
406
([ #2606 ] ( https://github.com/ory/kratos/issues/2606 ) )
394
407
([ 8dc2ecf] ( https://github.com/ory/kratos/commit/8dc2ecf4919c9a14ef0bd089677de66ab3cfed92 ) )
@@ -455,6 +468,13 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
455
468
` courier.message_retries ` option to limit how often the sending of a message
456
469
is retried before it is marked as ` abandoned ` .
457
470
471
+ ### Reverts
472
+
473
+ - Revert "autogen(openapi): regenerate swagger spec and internal client"
474
+ ([ 24eddfb] ( https://github.com/ory/kratos/commit/24eddfb2adc67e22d34efdc6b6a6723c7be64237 ) ):
475
+
476
+ This reverts commit 4159b93ae3f8175cf7ccf77d34e4a7a2d0181d4f.
477
+
458
478
### Tests
459
479
460
480
- ** e2e:** Add typescript
0 commit comments