Varakh
5763d77045
All checks were successful
/ build (push) Successful in 3m37s
- 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 - Improve template Grafana Dashboard - Add locking for background task in non-distributed environments to avoid overlaps
700 B
700 B
CHANGELOG
Changes adhere to semantic versioning.
[1.0.1] - UNRELEASED
- 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
- Return
- Introduce locking for periodic background tasks
- Rename
TASK_LOCK_REDIS_ENABLED
toLOCK_REDIS_ENABLED
which still defaults tofalse
(disabled) - Rename
TASK_LOCK_REDIS_URL
toLOCK_REDIS_URL
- Rename
1.0.0 - 2023/12/21
- Initial release