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
We adjust the documentation and enum lookup to match the newly added
wrappers.
The new enum conversion also avoid a double linear search
when creating enums. We can just try to create it and if it fails
create an `UNSPECIFIED` / `UNKNOWN` item, so we do only one search.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments