Skip to content

Latest commit

 

History

History
121 lines (60 loc) · 6.71 KB

CHANGELOG.md

File metadata and controls

121 lines (60 loc) · 6.71 KB

Changelog

1.1.0 (2025-03-25)

Features

  • Bring back permission to modify events for contractors (c2e15f9)

1.0.2 (2025-03-06)

Dependencies

  • 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)

Bug Fixes

  • Fix entrypoint database check (67fe8a3)

1.0.0 (2025-01-13)

⚠ BREAKING CHANGES

  • 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)

Features

  • 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)

Bug Fixes

  • Increase uwsgi buffer-size (e6f1a38)

Dependencies

Miscellaneous Chores

  • Switch to City of Helsinki's ubi gdal image (6d51687)

0.8.0 (2025-01-07)

Features

  • Add GDPR API (16f97b3)
  • Enable back channel logout (294c002)
  • Make oidc configurations profile compatible (e351d4b)

Bug Fixes

  • events: Fix broken warning (00f325a)

Dependencies

  • Bump django from 4.2.16 to 4.2.17 (70d87a9)
  • Update django-ilmoitin (0fbbe25)

0.7.2 (2024-11-11)

Dependencies

0.7.1 (2024-09-09)

Bug Fixes

  • contract zone importer: Handle source data nulls properly (fb77ffb)

Dependencies

  • 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)

Features

  • Add address search API endpoint (70f7731)

Bug Fixes

  • Correct bad request status code in geo query endpoint (b37de4f)
  • Make address importing work in OpenShift (1fe2699)

Dependencies

Documentation

  • Add pre-commit and commitlint to README.md (c421052)