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

feat(codegen): reject null in non-sparse collections #2771

Merged
merged 1 commit into from
Sep 9, 2021

Commits on Sep 9, 2021

  1. feat(codegen): reject null in non-sparse collections

    This updates list parsing for SSDKs to throw an error whenever a
    null value shows up in a list or set that isn't meant to be sparse.
    
    Clients remain tolerant of these nulls to preserve compatibility with
    services that are not so strict.
    JordonPhillips committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    ae09d4b View commit details
    Browse the repository at this point in the history