This repository was archived by the owner on Oct 22, 2022. It is now read-only.
v1.2.1
This is the v1.2.1 of the candig-server.
This release introduces:
- The updated access_list mechanism that now uses
Xto indicate a user having no access to a particular dataset. - The updated acceptable list of DUO ids, as
DUO:0000002andDUO:0000003have now been removed in the most recent release of DUO.
Fixes:
- A bug that incorrectly throws BadRequestException at valid queries for users with partial data access (0 <= level < 4).
- A bug where session_id was not removed from some client side functions that make requests.
We now recommend against
- The usage of empty space to indicate the user having no access to a particular dataset. It is recommended to use
Xinstead.
For system administrators:
From this release onwards, we will now include an Upgrade Guideline for every new release, which will include our recommendations on any updates to the server-side configurations, it will be under the Status at https://candig-server.readthedocs.org
| Component | Changes were made | Backward compatibility |
|---|---|---|
| API | No | N/A |
| Server Side Configs | Yes | Yes |