Skip to content

Controller 1.8.0

Latest

Choose a tag to compare

@olofhagsand olofhagsand released this 29 May 13:13

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.yang revision
    • 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 the tid in the reply
      • Wait for result using transaction or poll a successful transaction state
      • Get the result using: device-rpc-result (this is new)