--- Extend types protection to cover NaN and inf and -inf. Now programmers can't accidentally return these special values unintentionally. This was bad because JSON can't deserialize them correctly
6.5
--- Fix race condition when POSTing to woodhouse in sepiida.storage. Now it properly raises an exception that client code can handle
6.4
--- Consolidate some error messages so sentry looks more intelligent
This means any code that relies on sepiida.permissions.PermissionPayloadError should now expect to get sepiida.permissions.PermissionRequestError
6.3
--- Fix bug when making an OPTIONS request to an endpoint with non-standard queryargs returning an empty 400