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
Improvements for the MDF Connect website and submission form.
The return value of both check_status() and check_all_submissions() when raw=True is set has been changed. The return value is now always a dictionary, essentially the same response as from the MDF Connect API (with success and error keys, etc., plus a status_code key). I don't believe any code currently relies on the old (and unfortunately inconsistent) behavior, so these changes should be transparent for all current users.
The version is getting a bump up to 0.3.0 to reflect the technically backwards-incompatible modifications.