v1.2.0
What's Changed
Improved the handling of errors for backend utils and example implementations:
- Raise a 403 if a
PermissionError
is thrown when reading the HDF5 file #71 - Response on 404/403 errors is now consistent across backends (JSON payload:
{message: <error message>}
) #73
Full Changelog: v1.1.0...v1.2.0