docs: update Remnawave panel changelog to reflect changes in Node response structure, including removed and added fields

This commit is contained in:
kastov
2026-03-27 20:58:51 +03:00
parent c9bfba6905
commit f52596525d

View File

@@ -187,7 +187,11 @@ Used for generating direct links (e.g. in Telegram notifications with inline but
---
#### Removed `cpuCount`, `cpuModel`, `totalRam` from Node response
#### Removed `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline` from Node response + added `versions`, `system`
- Removed: `cpuCount`, `cpuModel`, `totalRam`, `xrayVersion`, `nodeVersion`, `usersOnline`
- Added: `versions` (nullable object with `xray` and `node` strings), `system` (nullable `NodeSystem` object), `activePluginUuid`
- Changed: `xrayUptime` type from `string` to `number`, `usersOnline` type from `nullable(number)` to `number`
Affected endpoints: