-
Notifications
You must be signed in to change notification settings - Fork 57
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
V2.2.2 release with behavior change reverted #827
Conversation
Do we need a more "param protection" style development pattern in the SDK? So that we can tell customers how to disable a bad update by turning off an internal undocumented parameter after their upgrade? Reverting is yet another behavior change for someone that starts using the new behavior, so am not sure if we can have code reverts as our primary strategy for behavior change management in the SDK. |
I think this makes sense in general, but we haven't have time to do it. And my concern of introducing parameters is the additional work of maintaining them, parameter drift, etc. |
This behavior change is not in any of the released SDK versions, we just want to release a patch version with the fix of the corruption you reported (again, thanks for catching it!) exclude this behavior change. |
This reverts commit 579cbf3.
No description provided.