upda/CHANGELOG.md
Varakh 0cd3278f96
All checks were successful
/ build (push) Successful in 3m11s
Prepare next development cycle (1.0.2)
2023-12-23 23:16:24 +01:00

813 B

CHANGELOG

Changes adhere to semantic versioning.

[1.0.2] - UNRELEASED

  • ...

1.0.1 - 2023/12/23

  • Disable cleaning up stale updates and events by default
  • Change Prometheus exporter behavior
    • Return -1 for deleted updates in Prometheus which are evicted on next application restart
    • Ignore PROMETHEUS_METRICS_PATH (defaults to /metrics) in application metrics
  • Introduce locking for periodic background tasks
    • Rename TASK_LOCK_REDIS_ENABLED to LOCK_REDIS_ENABLED which still defaults to false (disabled)
    • Rename TASK_LOCK_REDIS_URL to LOCK_REDIS_URL

1.0.0 - 2023/12/21

  • Initial release