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