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

Support predis 2 #686

Merged
merged 2 commits into from
Dec 17, 2022
Merged

Support predis 2 #686

merged 2 commits into from
Dec 17, 2022

Conversation

franmomu
Copy link
Contributor

Closes #664

This PR is an attempt to support predis 2, it breaks BC since it's removing the profile configuration option (removed in predis 2).

It's in draft since I haven't tried it yet in a real project and if this is fine, an upgrade note should be written.

@ostrolucky
Copy link
Collaborator

These changes are quite small and people relying on profile won't be able to update anyways, because they have to be pinned to predis 1.x. So I would go with changing this in minor release already.

@franmomu
Copy link
Contributor Author

ok so shall I deprecated the profile option (removing all the service definitions)? or just remove it

@ostrolucky
Copy link
Collaborator

Just removing it is fine. Is there anything left to do in this PR?

@franmomu franmomu marked this pull request as ready for review December 17, 2022 19:25
@franmomu
Copy link
Contributor Author

in my project works fine (I use a very simple configuration), more testing in real projects would be nice.

@ostrolucky ostrolucky added predis Specific to Predis enhancement Improves existing functionality labels Dec 17, 2022
@ostrolucky ostrolucky merged commit 515e544 into snc:master Dec 17, 2022
@franmomu franmomu deleted the predis2 branch December 17, 2022 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves existing functionality predis Specific to Predis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support predis 2.0
2 participants