Skip to content

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

notification-service-api: v0.4.1

Choose a tag to compare

0.4.1 (2024-10-31)

Bug Fixes

  • Add DjangoIntegration to Sentry settings (6438ca0)

notification-service-api: v0.4.0

Choose a tag to compare

0.4.0 (2024-10-30)

Features

  • Add build and release information to the readiness probe (f76cfe3)

notification-service-api: v0.3.3

Choose a tag to compare

0.3.3 (2024-10-30)

Bug Fixes

  • Add project in pyproject.toml to fix release please versioning (471a296)
  • release: Set release version to Django project (3951bf2)

notification-service-api: v0.3.2

Choose a tag to compare

0.3.2 (2024-10-30)

Bug Fixes

  • release: Set release version to Django project (5463ad2)

Documentation

  • Releasing with release-please process and deploying (a336ccb)

notification-service-api: v0.3.1

Choose a tag to compare

0.3.1 (2024-10-29)

Bug Fixes

  • release: Trigger a new release with release-please (3488748)

notification-service-api: v0.3.0

Choose a tag to compare

0.3.0 (2024-10-29)

Features

  • deps: Remove unused dependency to django-ilmoitin (4a082a9)
  • Healthz-endpoint checks the database connection (0e88293)

Bug Fixes

  • Cache directory permission errors when running ruff & pytest (cd3902d)
  • Chained even more RUNs to make SonarCloud happy. (a4d51ea)
  • Compatibility with podman 5.2.3 (3ed0300)
  • Manage.py can't be assumed to be executable. (a12ea37)
  • The 'version' attribute is deprecated (e429802)
  • The entrypoint script calls manage.py, therefore it can't exist before /app. (ded8a54)

Documentation

  • Added description of what the project is about. (910f8c0)
  • Bringing README up to date and adding details, as well as fixmes. (6965dd6)
  • Code formatting with ruff (b322767)
  • Docker-compose is still by default a separate command (81b63b6)
  • Notes about docker-compose configuration and minor fixes. (7e5fca5)
  • Separated instructions without docker; possibly outdated. (9930279)

Release 0.2.0

Choose a tag to compare

@jakezu jakezu released this 27 Mar 06:39
  • Keycloak integration

Release 0.1.0

Choose a tag to compare

@quyenlq quyenlq released this 05 Oct 11:59
a2542fd
  • Notification REST API:
    • Add API token authentication
    • Add API to send SMS to phone numbers
    • Add delivery log endpoint to receive delivery report from webhook
    • Add API to query delivery report by message UUID