Files
MSE-PI-E2EEDA-Plein-de-eeee…/notification_service/CHANGELOG.md
2026-06-14 14:42:09 +00:00

906 B

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • (notification) Spring Boot Teams notification service (#19)
  • (notification) Add mock mode for local testing without backend (#19 #21)
  • (notification-service) Replace Teams with Telegram notifications
  • (notification-service) Add Dockerfile, actuator health and alert deduplication
  • (notification-service) Adapt to Go backend /api/v1/rooms/high-co2 endpoint

🐛 Bug Fixes

  • (notification) Remove non-existent starter-scheduling dep, target Java 17

🧪 Testing

  • (notification-service) Add unit tests and clean up Co2Level

⚙️ Miscellaneous Tasks

  • (notification-service) Add CI/CD pipeline with Docker, SSH deploy and API credentials
  • (notification-service) Add SAST, dependency scan and DAST security gates