You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codegen: Dont serialize nil for visited nested event stream shapes (#3934)
Updates the SDK's code gen to not encode entries as `nil` for shapes
that have already been visited. This skips `nil`'s in nested slice and
map event stream shapes.
Related to bigger issue of SDK's JSON serializer does not correctly
skip, or serailize NULL for nil values in slices.
0 commit comments