Last active
March 29, 2021 18:54
-
-
Save jchapuis/407cc4573f78ce035afb274454e45c3d to your computer and use it in GitHub Desktop.
reader-compatibility-types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reader compatibility type | Intuition | Writer changes allowed | Writer changes forbidden | |
---|---|---|---|---|
'BACKWARD' | Clients can keep decoding the responses for their requests | Add fields & Delete optional fields & Shrink types | Delete fields & Widen types |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment