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
There's a treatment in optional fields to return None for fields which the version is less than the message actingVersion. This kind of treatment existed for all types of fields, except for optional primitives.
I implemented the treatment and added a test for this case: !1067