Releases: City-of-Helsinki/notification-service-api
Releases · City-of-Helsinki/notification-service-api
Release list
notification-service-api: v0.8.0
notification-service-api: v0.7.0
notification-service-api: v0.6.1
notification-service-api: v0.6.0
0.6.0 (2025-09-19)
Features
- Migrate to django-csp 4.0 (ac20b9f)
Bug Fixes
Dependencies
- Bump django 5.2 and requirements (e0e2137)
- Generate hashes for requirements (3e66283)
- Update ruff and pre-commit configurations (44cb538)
- Upgrade to python 3.12 (d75bb44)
- Use psycopg-c instead of psycopg2 (1a227d4)
Documentation
- Update README and Docker docs (e84245b)
notification-service-api: v0.5.5
notification-service-api: v0.5.4
notification-service-api: v0.5.3
notification-service-api: v0.5.2
notification-service-api: v0.5.1
notification-service-api: v0.5.0
0.5.0 (2024-12-02)
Features
- Add prune_(delivery_log|django_admin_log) management commands (76e1450)
- Add Table of Contents to all Markdown files except CHANGELOG.md (c15e08c)
- auditlog: Add "user_id" field to audit actor (a4af758)
- auditlog: Add a management command to prune the audit logs (186b1bc)
- auditlog: Add audit log admin view mixin (ccb9979)
- auditlog: Add AuditLogManager and AuditLogQuerySet (51ee0a2)
- auditlog: Add dry_run option to prune audit logs command (1e39326)
- auditlog: Add is_sent option to prune audit logs command (c3d2482)
- auditlog: Add model_name in the audit log target (33af4b9)
- auditlog: Extend DeliveryLog admin view with audit logging (f53ca5b)
- auditlog: Install and init audit_log app (f5e95c7)
- auditlog: Message columns and filters to admin list view (2c43e4f)
- auditlog: Start writing the object states to audit log (92384e4)
- auditlog: Store object states and diffs to audit event target (ad8454c)
- auditlog: Write audit log from delivery log api actions (d5038a5)
- Delivery log admin search from report field (8fd461e)
- Filter message logs with created at date (3bf7e28)
- Improve user admin view (a8e7d23)
- Install and configure django-csp (12875c4)
- Message logs admin default ordering set to descending created at (fd5a3d4)
- Message logs admin filter with status (d9fe2c1)
- Prune audit/delivery/Django admin logs using uwsgi cron at night (66cf503)
- Search message logs with user email (5687125)
- Validate input of send message and filter invalid phone numbers (b8a8485)
- Whitelist only the auth service for CORS (889e7a4)
Bug Fixes
- auditlog: Audit log model admin mixin save model operation value (f45dda1)
- auditlog: Write readlog only of current admin list page objects (f140128)
- Hot reload when using docker compose by using .:/app volume mapping (90d6f28)
- Remove cronjobs from uwsgi.ini, OpenShift is wanted for cronjobs (5979301)