1.8.0
29 May 2026
New features
- New: Extension yang-announce-latest to select other than the latest announced YANG per device
- Added CLI command:
show device yang schema
API changes on existing protocol/config features
- Changed CLI show output:
- Changed CLI show transaction output to a table
- Changed CLI show connections timestamp to last stable state
- Remove old transient or synced datastores at start to clear stale files
- New
clixon-controller@2026-03-01.yangrevision- Added rpc get-device-schema and device-rpc-result
- Added device list to transaction state
- Added stable-timestamp to device state
- Added memory statistics to rpc clixon-stats
- Removed sync parameter from device-rpc RPC (never worked)
- Changed getting device RPC results, and get device state (RESTCONF and NETCONF)
- Instead of retrieving transaction state, get the reply data by a new RPC call:
device-rpc-result- Send the RPC:
device-rpc, get thetidin the reply - Wait for result using transaction or poll a successful transaction state
- Get the result using:
device-rpc-result(this is new)
- Send the RPC:
- Instead of retrieving transaction state, get the reply data by a new RPC call: