-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1172 Default CacheKeyGenerator #1849
Conversation
…nfiguration of a route (#1172) @EngRajabi, Mohsen Rajabi (7): add header to file cache option fix private set fix <none> <none> fix build fail fix: fix review comment. add unit test for change @raman-m, Raman Maksimchuk (1): Update caching.rst @raman-m (7): Fix errors Fix errors Fix styling warnings Refactor tests Add Delimiter Refactor generator Add unit tests
@ggnaegi You are welcome to review code of this PR! We have some dev plan on this: Please review! |
Should I add acceptance tests? : 😇 😋 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raman-m a few changes i would recommend. Please no virtual, since we don't have any use cases with overridden properties and methods. The only use case here is testing...
😇 |
1dcecd8
to
5305b30
Compare
Ready for delivery! ✔️ |
Dear @wast, don't remove your comments: better to discuss what was happen. Anyway I have email notifications.
The problem was reported in #2054 #2059, and the bug was fixed by #2058 with merging on May 13, 2024, see commit 6e9a975 please. So, the fix was delivered in version 23.3.0.
What is the purpose? The bug was fixed by #2058! Therefore, please use the latest version and specify global options. Enjoy! |
Comment was deleted as it wasn't relevant anymore. |
Follows up #1172
Related to #1808
During 22.0 release feature #1172 was excluded from delivery list. Now it is time to deliver it once again with some enhancements after team's discussion (start).
Proposed Changes
EnableRequestBodyHashing
property of theCacheOptions
classCacheKeyGenerator
default via class renaming