ENUM changes #292
Roman-Bober
started this conversation in
General
Replies: 1 comment 2 replies
-
I don't think it's backward compatible. Any client which expects a valid enum value in the response (and validates this) would break when it received a previously unknown enum value. So in my opinion adding (or removing) any value from an enum is a breaking change. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder why enum changes gives "brocken backward compatability"
Shouldn't be if enum is added at the end of enum list it should be backward compatible?
Thank you,
Roman
Beta Was this translation helpful? Give feedback.
All reactions