-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
v4 to v5 #825
Merged
Merged
v4 to v5 #825
Conversation
This file contains 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
replace twitter with X
providing a list of regex meta charscters could cause a false pass for validation
…callable added object check
[5.X] Add `logging` feature
Revert "[5.X] Add `logging` feature"
Fixed false pass if regex meta chars used
Refactored Redis Cache Driver - Fixed internal cache not always loaded on first cace access - added ability to define “timeout” for for item expiry - - defaults to 1 month. Previous hardcoded value was 10 years - correctly store and unpack int types - fix internal cache not removed if store was flushed - fixed an issue where am imternal cache key would not be updated if it existed, but would be updated in the Redis store
fix: requirements.txt
…nto fix/redis_cache_issues
Redis has no way to get key ttl enmasse to we oft for an on demand check and update the internal cache as required
Fix/redis cache issues
opt-out of encrypt for a cookie
cookie settings from config
Added the errors key back into the session flash. Changed the View errors helper name from ‘bag’ back to ‘errors’
Other modules will probably not expect a MessageBag as the content of the session ‘errors’ key. So just pass it through
this covers many CVE fixes
update dependencies
Fix session errors and View errors() helper always empty
Refactor Route.py to include a default option for route names
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.
No description provided.