|
5 | 5 |
|
6 | 6 | **Table of Contents**
|
7 | 7 |
|
8 |
| -- [ (2022-11-14)](#2022-11-14) |
| 8 | +- [ (2022-11-15)](#2022-11-15) |
9 | 9 | - [Breaking Changes](#breaking-changes)
|
10 | 10 | - [Bug Fixes](#bug-fixes)
|
11 | 11 | - [Code Refactoring](#code-refactoring)
|
|
280 | 280 |
|
281 | 281 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
282 | 282 |
|
283 |
| -# [](https://github.com/ory/kratos/compare/v0.10.1...v) (2022-11-14) |
| 283 | +# [](https://github.com/ory/kratos/compare/v0.10.1...v) (2022-11-15) |
284 | 284 |
|
285 | 285 | ## Breaking Changes
|
286 | 286 |
|
@@ -409,6 +409,9 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
|
409 | 409 | ([#2791](https://github.com/ory/kratos/issues/2791))
|
410 | 410 | ([aa698e0](https://github.com/ory/kratos/commit/aa698e03a3a96abf1563aea24273735bd9cc412d)),
|
411 | 411 | closes [#2711](https://github.com/ory/kratos/issues/2711)
|
| 412 | +- Incorrect swagger annotation for `getSession` |
| 413 | + ([#2891](https://github.com/ory/kratos/issues/2891)) |
| 414 | + ([797ea68](https://github.com/ory/kratos/commit/797ea6857e29e5477e0769af5dd51dd7e43080b2)) |
412 | 415 | - **lint:** Fixed lint error causing ci failures
|
413 | 416 | ([4aab5e0](https://github.com/ory/kratos/commit/4aab5e0114dd02b8b0ce45376a0fe4bf11e38221))
|
414 | 417 | - Make `courier.TemplateType` an enum
|
@@ -619,6 +622,15 @@ SDK Method `getJsonSchema` was renamed to `getIdentitySchema`.
|
619 | 622 | upgrade ([#2734](https://github.com/ory/kratos/issues/2734))
|
620 | 623 | ([3852eb4](https://github.com/ory/kratos/commit/3852eb460251a079bad68d08bee2aef23516d168)),
|
621 | 624 | closes [#2422](https://github.com/ory/kratos/issues/2422)
|
| 625 | +- Add verification via `code` |
| 626 | + ([#2838](https://github.com/ory/kratos/issues/2838)) |
| 627 | + ([a82ee92](https://github.com/ory/kratos/commit/a82ee9295681b8dde96c3c6fb156e791df68613c)), |
| 628 | + closes [#2824](https://github.com/ory/kratos/issues/2824): |
| 629 | + |
| 630 | + The new `code` strategy is now supported as a verification strategy. If |
| 631 | + enabled, the strategy sends a code, instead of a magic link to the user's |
| 632 | + address, which they can use to verify their address. |
| 633 | + |
622 | 634 | - Adding admin session listing api
|
623 | 635 | ([#2818](https://github.com/ory/kratos/issues/2818))
|
624 | 636 | ([59588d2](https://github.com/ory/kratos/commit/59588d2e290a8b72125021fa899661622e4cd946))
|
|
0 commit comments