forked from PegaProx/project-pegaprox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
26 lines (26 loc) · 1.18 KB
/
version.json
File metadata and controls
26 lines (26 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "0.6.6",
"build": "2026.02.15",
"release_date": "2026-02-15",
"min_python": "3.8",
"download_url": "https://github.com/PegaProx/project-pegaprox/releases/latest",
"update_files": [
"pegaprox_multi_cluster.py",
"web/index.html",
"web/index.html.original",
"static/js/chart.umd.min.js",
"requirements.txt"
],
"changelog": [
"Added: Network auto-reconnect after ifreload/network changes with automatic ticket refresh (90min cycle)",
"Added: Stale connection detection - auto-recovers after 10 consecutive empty API responses",
"Added: Node Join now auto-updates fallback hosts and HA state via background thread",
"Added: Node Remove uses pre-resolved IP for cleanup, updates HA state and fallback hosts",
"Added: LDAP and OIDC Support",
"Added: Microsoft 365 GCC High and DoD sovereign endpoint support for Entra ID OIDC",
"Added: Alexandre Derumier (@aderumier) as contributor for performance chart styling",
"Added: Option to force 2FA for users",
"Changed: Load balancing logic now with multiple nodes and vms"
],
"breaking_changes": []
}