This release adds some client-side field validation:
- IDFA, IDFV, and AAID must all be valid/parseable as UUID's
- the custom_attributes property of `AppEvent`,` ScreenViewEvent`, and `CommerceEvent` must be str, int, bool, or float. They cannot be lists.
The SDK will throw a `ValueError` if any of the cases above are violated.