-
Notifications
You must be signed in to change notification settings - Fork 889
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
Add feature flags to disable some breaking changes #2159
Conversation
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
I still need to write some tests for this, but wanted to get the ball rolling with seeing what people thought of this approach. |
So the plan would be to release this as 0.13.4 We will then add docs on how you can already switch those on if you want before they become default in Cake5 Migrations plugin major. 👍 Should work |
LGTM but let me add ndm as a reviewer as well since he has been very deep in the whole migrations topic lately. |
PR to address comments in #2154
A new
FeatureFlags
class has been introduced that we can use to wrap larger breaking changes, such that end-users may optionally disable them.