v0.4.2 - 2021-11-30¶
Changed¶
The whole app now requires user authentication
User authentication is now handled by Customer portal
API¶
Authentication of all endpoints is now handled by the customer portal
Filtering results by the
informationKindparameter at the/catalogue/searchandcatalogue/search/locationTreeendpoint for items without ainformationKindset previously required you to query it by?informationKind=__unset__. Now you can also query by?informationKind=and preferably by?informationKind=%00to explicitly mention that you want to filter by missing values.
Fixed¶
fixed a bug where the informationKind could not be reset
Setting the
ALLOW_INSECURE_CONNECTIONnow also deactivates CORS middleware