Skip to content
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 44 commits into from
Oct 17, 2024
Merged

v4 to v5 #825

merged 44 commits into from
Oct 17, 2024

Conversation

josephmancuso
Copy link
Member

No description provided.

josephmancuso and others added 30 commits April 4, 2024 15:49
providing a list of regex meta charscters could cause a false pass for validation
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
Redis has no way to get key ttl enmasse to we oft for an on demand check and update the internal cache as required
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
@josephmancuso josephmancuso merged commit ca388f1 into 5.x Oct 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants