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: support set null map entries for non-simple map values #1782

Merged
merged 2 commits into from Dec 14, 2022

Commits on Dec 14, 2022

  1. feat: support set null map entries for non-simple map values

    Previous impl assumed maps would be of type map[string]string.
    Although this is most of the map types this library uses some use
    more complex types. For these cases it is impossible to unset fields
    in patch requests until this fix. Reported internal
    
    Ref: b/261221901
    codyoss committed Dec 14, 2022
    Copy the full SHA
    2f3aa09 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5fe93e6 View commit details
    Browse the repository at this point in the history