1.1.0 (2025-03-25)
- Bring back permission to modify events for contractors (c2e15f9)
1.0.2 (2025-03-06)
- Bump cryptography from 43.0.1 to 44.0.1 (09fa08e)
- Bump django from 4.2.17 to 4.2.18 (aa225bb)
- Bump jinja2 from 3.1.5 to 3.1.6 (78752de)
- Bump python-jose from 3.3.0 to 3.4.0 (055a55c)
1.0.1 (2025-01-16)
- Fix entrypoint database check (67fe8a3)
1.0.0 (2025-01-13)
- events: event view responds with 403/401 instead of 404 if the request has insufficient permissions or tries to access an endpoint that requires authentication event update & delete requires superuser or official status (i.e. contractor cannot modify or delete their own events anymore)
- Add permission for allowing state patching (fd86d83)
- Allow authenticated users to patch event state (1bad3ab)
- Allow contract zone contractor info editing in Django admin UI (34064d4)
- events: Add new permission classes (cc4e0ae)
- events: Require superuser/official status for event put/delete (583a402)
- Increase uwsgi buffer-size (e6f1a38)
- Switch to City of Helsinki's ubi gdal image (6d51687)
0.8.0 (2025-01-07)
- Add GDPR API (16f97b3)
- Enable back channel logout (294c002)
- Make oidc configurations profile compatible (e351d4b)
- events: Fix broken warning (00f325a)
0.7.2 (2024-11-11)
0.7.1 (2024-09-09)
- contract zone importer: Handle source data nulls properly (fb77ffb)
- Bump authlib from 1.3.0 to 1.3.1 (8b00559)
- Bump django from 4.2.13 to 4.2.15 (ad44d2a)
- Bump djangorestframework from 3.15.1 to 3.15.2 (ef17ea1)
- Bump sentry-sdk from 2.3.0 to 2.8.0 (579e0d1)
0.7.0 (2024-05-28)
- Add address search API endpoint (70f7731)
- Correct bad request status code in geo query endpoint (b37de4f)
- Make address importing work in OpenShift (1fe2699)
- Add pre-commit and commitlint to README.md (c421052)