Skip to content
Snippets Groups Projects
Commit f9ac84fb authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update changelog

parent c3ac12be
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment