You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-9Lines changed: 35 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,40 @@
1
1
# ChangeLog for CXP
2
2
3
+
---
4
+
## [1.2.0] - 2025-05-30
5
+
6
+
### Changed
7
+
-**Internal framework refactor:** Migrated from **Flask** to **FastAPI** for improved asynchronous handling and performance.
8
+
- Updated operational dependencies:
9
+
- Added `fastapi`, `uvicorn`
10
+
- Removed `flask`, `gunicorn`
11
+
12
+
### Notes
13
+
-**No changes** to Prometheus metrics endpoints, names, labels, or scrape behavior.
14
+
- Existing Prometheus scrapers, dashboards, and alerting rules will continue to work as-is.
15
+
- The internal implementation is now fully asynchronous with FastAPI, potentially improving concurrent scrape handling under heavy load.
16
+
- Logging and startup messages will differ due to the new framework and ASGI server (`uvicorn`).
17
+
- adjust the following settings for `uvicorn` as environment variables:
18
+
- HOST
19
+
- PORT
20
+
- WORKERS (Default : 3)
21
+
- LOG_LEVEL=(Default : warning)
22
+
23
+
⚠️ **Breaking operational change:** if your deployment or runtime environment specifically depends on Flask or Gunicorn, you'll need to adjust service definitions accordingly.
24
+
25
+
---
26
+
27
+
## [1.1.2-1.1.4] 2025-05-05
28
+
29
+
## Key points
30
+
- added Github actions deployment option
31
+
- this version makes the code more flexible against vulnerability dependency risks PRs.
32
+
33
+
**check out README.MD, Deploy with Github Actions to make use of the new changes.**
34
+
35
+
36
+
---
37
+
3
38
Version : 1.1.1
4
39
5
40
## Key points
@@ -21,12 +56,3 @@ Version : 1.1.1
21
56
-`cxp_network_rx_bytes_total`: Total number of bytes received over the network
22
57
-`cxp_network_tx_bytes_total`: Total number of bytes transmitted over the network
23
58
24
-
# ChangeLog for CXP
25
-
26
-
Version : 1.1.2-1.1.4
27
-
28
-
## Key points
29
-
- added Github actions deployment option
30
-
- this version makes the code more flexible against vulnerability dependency risks PRs.
31
-
32
-
**check out README.MD, Deploy with Github Actions to make use of the new changes.**
0 commit comments