freeleaps-service-hub/CHANGELOG.md

4.6 KiB

1.3.1 (2025-08-11)

Bug Fixes

  • connect to existing named queue instead of creating anonymous queue (04acd78)
  • make startup and shutdown event handlers async in common provider (4340949)
  • update devops service to subscribe to correct reconciler heartbeat queue (b5ca0cf)
  • use environment variable for RabbitMQ output queue name (e4fe939)

1.3.0 (2025-08-07)

Bug Fixes

  • correct deployment TTL calculation in DeploymentService (879e45e)
  • correct typo in BASE_RECONCILE_URL in site_settings.py (e41aa3d)
  • correct typo in BASE_RECONCILE_URL parameter in DeploymentService (5f3368c)
  • ensure consistent formatting in requirements.txt by removing redundant line (113bc2b)
  • refractor the length functions and add comments, and address the issues (d01468f)
  • update deployment service to use correct product ID (6c60a0b)

Features

  • add RabbitMQ configuration to app settings (d74967d)
  • enhance message consumer startup and shutdown logging in message_queue.py (9283e52)

1.2.1 (2025-04-30)

Bug Fixes

  • cleaner: update document cleaner job (dd96819)

1.2.0 (2025-04-25)

Features

  • log: ensure parent directory exists before opening log file (bb90b26)

1.1.1 (2025-03-17)

Bug Fixes

  • invalid import path for app config (4dfbab4)

1.1.0 (2025-03-17)

Features

  • observability: add configuration options and implement metrics/probes APIs (d5e42d3)
  • probes: add metrics and probes APIs for application health checks (9754576)

1.0.0 (2025-03-06)

Bug Fixes

  • rabbitmq: correct syntax for port and virtual host parameters in AsyncMQClient (78c7217)

Features

  • notification: add rabbitmq credentials relates notification services configs (853d817)