diff --git a/changelog.md b/changelog.md index 83be12dc4d605de42daa9b14dd1e3f52053e33be..9e18d0e84b7c90051590877f1dd167c2793e74d0 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.72] - 2024-11-05 +- Refactor codebase to remove use of multiple python processes, and only use threads for requests to Grafana. +- Simplify provision_maybe functionality to be local to the process, since we only have one gunicorn process now as well. +- Fetch all existing dashboards per folder in advance, to avoid fetching the dashboards individually (by UID or search by title) when creating the dashboards. + ## [0.71] - 2024-11-04 - Remove use of feature not available in python 3.6 - Shutdown executors explicitly when we are done with them