Open
Conversation
vinckr
requested changes
Mar 11, 2026
Comment on lines
+12
to
+16
| Ory is committed to maintaining a high level of quality and performance in our products, and deprecating features is a rare but | ||
| necessary step to ensure that we can continue to innovate and improve our offerings. We understand that deprecations can be | ||
| disruptive, and we strive to provide clear communication and ample time for users to adapt to changes. We encourage users to | ||
| review the deprecation information provided in this section and to reach out to our support channels if they have any questions or | ||
| concerns about the deprecation of features in any Ory product. |
Member
There was a problem hiding this comment.
Suggested change
| Ory is committed to maintaining a high level of quality and performance in our products, and deprecating features is a rare but | |
| necessary step to ensure that we can continue to innovate and improve our offerings. We understand that deprecations can be | |
| disruptive, and we strive to provide clear communication and ample time for users to adapt to changes. We encourage users to | |
| review the deprecation information provided in this section and to reach out to our support channels if they have any questions or | |
| concerns about the deprecation of features in any Ory product. |
IMO we can cut this section. It doesn't really add anything other than apologies.
Comment on lines
+7
to
+10
| This section lists all behavior that has been deprecated in Ory Kratos. It is recommended to check this section regularly to stay | ||
| up-to-date with the latest changes and to avoid relying on deprecated functionality in your implementation. While Ory Kratos is | ||
| designed to be backward compatible, some improvements require changes to the underlying implementation, which may lead to the | ||
| deprecation of certain functionality. |
Member
There was a problem hiding this comment.
Suggested change
| This section lists all behavior that has been deprecated in Ory Kratos. It is recommended to check this section regularly to stay | |
| up-to-date with the latest changes and to avoid relying on deprecated functionality in your implementation. While Ory Kratos is | |
| designed to be backward compatible, some improvements require changes to the underlying implementation, which may lead to the | |
| deprecation of certain functionality. | |
| This section lists deprecated behavior in Ory Kratos. Check this section regularly to avoid relying on deprecated functionality. |
Comment on lines
+3
to
+4
| title: Feature Deprecations | ||
| sidebar_label: Feature Deprecations |
Member
There was a problem hiding this comment.
Suggested change
| title: Feature Deprecations | |
| sidebar_label: Feature Deprecations | |
| title: Feature deprecations | |
| sidebar_label: Feature deprecations |
| identify any usage of deprecated features before upgrading to a new version. This will help you avoid any potential issues that | ||
| may arise from the removal of deprecated features in future releases. | ||
|
|
||
| ## Staying Informed |
Member
There was a problem hiding this comment.
Suggested change
| ## Staying Informed | |
| ## Stay informed |
|
|
||
| ### Admin session extension API (`faster_session_extend`) | ||
|
|
||
| **Who is impacted by this change?** |
Member
There was a problem hiding this comment.
Suggested change
| **Who is impacted by this change?** | |
| - Who is impacted by this change? |
| extend their users' sessions. The new implementation may result in faster response times and improved performance when extending | ||
| sessions. | ||
|
|
||
| **Why was this change made?** |
Member
There was a problem hiding this comment.
Suggested change
| **Why was this change made?** | |
| - Why was this change made? |
| extension from the retrieval of the updated session information, we can reduce the processing time and resource usage for | ||
| extending sessions, especially in scenarios with high traffic or large session data. | ||
|
|
||
| **How to adapt to this change?** |
Member
There was a problem hiding this comment.
Suggested change
| **How to adapt to this change?** | |
| - How to adapt to this change? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact security@ory.com) from the maintainers to push the changes.
Further comments