Skip to content

Releases: City-of-Helsinki/notification-service-api

notification-service-api: v0.8.0

Choose a tag to compare

0.8.0 (2025-11-26)

Features

  • Change log format to json (f66447e)

notification-service-api: v0.7.0

Choose a tag to compare

0.7.0 (2025-11-06)

Features

  • Allow dynamic sentry trace ignore paths (4fd68bc)
  • Enable sentry logging for uWSGI (f4b5a07)
  • sentry: Update sentry configuration (d93746b)

Dependencies

  • Bump django from 5.2.7 to 5.2.8 (8dc9f6e)
  • Bump pip from 25.2 to 25.3 (340d371)
  • Bump sentry-sdk from 2.38.0 to 2.41.0 (b912669)

notification-service-api: v0.6.1

Choose a tag to compare

0.6.1 (2025-10-13)

Dependencies

  • Bump django from 5.2.6 to 5.2.7 (2e1c1f3)
  • Bump social-auth-app-django from 5.5.1 to 5.6.0 (f069d5a)

notification-service-api: v0.6.0

Choose a tag to compare

0.6.0 (2025-09-19)

Features

  • Migrate to django-csp 4.0 (ac20b9f)

Bug Fixes

  • dependabot: Update configuration (5837a18)
  • Remove deprecated sentry tracing flag (b8d9658)

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

Choose a tag to compare

0.5.5 (2025-09-10)

Dependencies

  • Bump django from 5.1.11 to 5.1.12 (8f2bbe6)

notification-service-api: v0.5.4

Choose a tag to compare

0.5.4 (2025-08-13)

Bug Fixes

  • Add missing migration (61662fc)
  • Database password & refactor pipelines (#99) (da029b8)

Dependencies

  • Bump urllib3 from 2.2.3 to 2.5.0 (6cd6403)

notification-service-api: v0.5.3

Choose a tag to compare

0.5.3 (2025-06-11)

Dependencies

  • Bump django from 5.1.10 to 5.1.11 (981470b)
  • Bump requests from 2.32.3 to 2.32.4 (462d835)

notification-service-api: v0.5.2

Choose a tag to compare

0.5.2 (2025-06-09)

Dependencies

  • Bump django from 5.1.9 to 5.1.10 (0cd486a)

notification-service-api: v0.5.1

Choose a tag to compare

0.5.1 (2025-05-23)

Dependencies

  • Bump cryptography from 43.0.3 to 44.0.1 (b6c510d)
  • Bump django from 5.1.2 to 5.1.9 (25dff55)
  • Bump python-jose from 3.3.0 to 3.4.0 (3dc1b49)

notification-service-api: v0.5.0

Choose a tag to compare

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)

Documentation

  • auditlog: Add a reference to structued log transfer (a4ae0af)
  • auditlog: Audit log object state storing (ba07f41)
  • auditlog: Init readme for audit log (ea0a9ff)