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

fix: restore cache entry unserialization compatibility #181

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

e-zannelli
Copy link
Contributor

After the release of v4.1.1 and #163, a Cache Entry that was serialized with version 4.1.0 will fail to de-serialize with the new version which introduce upgrade issue. See #180

This PR tries to restore compatibility so upgrade is smooth. The fix does not work when using the legacy \Serializable interface, so it is ineffective on php < 7.4.0

@e-zannelli e-zannelli marked this pull request as ready for review June 13, 2023 17:45
Copy link
Owner

@Kevinrob Kevinrob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Kevinrob Kevinrob merged commit 2546d10 into Kevinrob:master Jun 14, 2023
10 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.

None yet

2 participants