Skip to content

v1.2.0

Compare
Choose a tag to compare
@loichuder loichuder released this 06 Oct 11:34
· 62 commits to main since this release

What's Changed

⚠️ Dropped support for Python 3.6. Python 3.7 is now the minimal supported version.

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