Release 1.16.0
daiLlew
released this
12 Sep 16:20
·
715 commits
to develop
since this release
Release 1.16.0
- Added new feature flag -
ENABLE_PERMISSIONS_AUTH
to enforce caller authorisation checks on all api endpoints when running in private mode. - Added
dp-authorisation/auth.Handler
to api middleware for checking dataset permissions and general permissions. - Updated all unit tests to verify new middleware is working as expected.
- Refactored API into consistent format when registering handlers.